Hello,
I am trying to create a report that is run daily via cron which will list all entries for that day.
I am creating from plain old PHP (ie: i'm not using wordpress/gravity forms functions whatsoever).
All is well, I can get all the data, but how do I get the NAMES of the fields?
How do I know what each 'field_number' means?
Do I need to look at a meta table and unserialize some text into a PHP array?