Hi. I am becoming very interested in this plugin after reading a lot of great reviews online but before I buy I have some questions. I will start with this one...
What is the structure of the data stored in the database? For example: If I type my name into a form and press submit, what would show up in the database?
I have been using other plugins for forms recently and the data structure is not to my liking.
This is some of what was in the db when I entered my name into a form ad pressed submit.
s:2:"id";s:2:"33";s:5:"label";s:4:"Name";s:5:"value";s:5:"David";
The only values I am really interested in here are the label (Name) and the entered data (David).
Does GF Store it in an more easily accessible manner?