Wordpress Plugin Export Form Data to CSV?

2 replies
I have a client that wants me to make them a single page long form submit and then wants all this data to be saved to a single database that can be exported as a CSV file.

Is this possible to do in Wordpress with a plugin?

If not is there a easy way to create a database to handle this?

Thanks in advance!!

Gabe
#csv #data #database #export #form #plugin #wordpress
  • Profile picture of the author edynas
    Banned
    Sure you can, create a custom table to hold the data and when you want the csv just make a call to the table and export the output as a csv.
    Do not forget Worpress is "just php & mysql" so anything you can do with php, you can do with plugins.

    HtH
    Edwin
    {{ DiscussionBoard.errors[6009028].message }}
  • Profile picture of the author hoolopo
    Banned
    [DELETED]
    {{ DiscussionBoard.errors[6034544].message }}
    • Profile picture of the author edynas
      Banned
      Originally Posted by hoolopo View Post

      Sure you can, create a custom table to hold the data and when you want the csv just make a call to the table and export the output as a csv. Do not forget Worpress is "just php & mysql" so anything you can do with php, you can do with plugins. HtH Edwin
      ? Maybe you wanted to quote me but forgot to add your own comments?
      {{ DiscussionBoard.errors[6034621].message }}

Trending Topics