How do I view and/or access the data collected by GF Forms?
Specifically, I'd like to be able to view form data online from the submissions to-date or export a snapshot of the submissions to-date into an external spreadsheet.
How do I view and/or access the data collected by GF Forms?
Specifically, I'd like to be able to view form data online from the submissions to-date or export a snapshot of the submissions to-date into an external spreadsheet.
Few options:
You can do exports via the dashboard
You can use a application like navicat to view and report
You can do some scripting to get data back.
I am currently having some development work done to get data back for each user in a secure environment.
exports via the dash and navicat can go into a spreadhseet easily. Scripting can get you back the data in most formats.
Form data is viewed in your WordPress dashboard by going to the Entries area. If you want to export data you would go to Import/Export and export the form entries to CSV. You can then import it into any application that supports CSV imports.