• Resolved markdtg

    (@markdtg)


    Is there a way to export the fields out with all the elements included.

    Example: if you have a form element that has a drop down, is it possible to show all the drop downs that are listed in the export.

    Likewise is it possible to show the name of the form element, ie, text-line, link field, image upload. Again No data, just the elements.

    Last question, is it possible to bring in the data to mysql or a microsoft access other then a csv file, manipulate the data and then import back to participants db.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author xnau webdesign

    (@xnau)

    The plugin does not provides a way to do this, but it is possible to do these things using phpMyAdmin (or something similar) to export the table that Participants Database uses to store the field configurations. The table is named wp_participants_database_fields.

    It is possible to edit that data and reimport, however there will be some complications…mostly due to the fact that array data is stored as a serialized array. To edit the array data, you will need to use php to unserialize the array, edit it and serialize it before putting it back into the database table.

    Thread Starter markdtg

    (@markdtg)

    Thank you for the quick response!

    Thread Starter markdtg

    (@markdtg)

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Database Field Exportation’ is closed to new replies.