Wordpress Plugin Export Form Data to CSV?

by 2 replies
4
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
#programming #csv #data #database #export #form #plugin #wordpress
  • 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
  • Banned
    [DELETED]
    • [1] reply
    • Banned
      ? Maybe you wanted to quote me but forgot to add your own comments?

Next Topics on Trending Feed