Data capture for DATABASE - not email list

Discussion in 'Databases' started by aldash, Aug 17, 2010.

  1. #1
    Is there a form that can be installed on a Wordpress site that will send the information directly to an Excel or .csv spreadsheet? This is for information capture only; the data does not involve an email list at all?
     
    aldash, Aug 17, 2010 IP
  2. TheWiseGuy

    TheWiseGuy Member

    Messages:
    113
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    28
    #2
    no
    you actually need to save the data somewhere and then export it the way you prefer.

    You'd probably better not to use wordpress tables to save such data but inserting directly a mysql db, and then retrieve and output them in the format you need the data to be
     
    TheWiseGuy, Aug 27, 2010 IP