Ok.. making progress, but still can't get the Gravity Forms list data to display properly.. Here is a link to my code utilizing the pre_render filter:
Here is the raw data contained in one particular entry for this form:
a:1:{i:0;a:3:{s:7:"Column1";s:8:"ListMed1";s:7:"Column2";s:16:"ListMed1Strength";s:7:"Column3";s:12:"ListMed1Dose";}}
And here is the data that's displayed on Form 2 when the pre_render filter executes:
L L L, L L L, L L L, L L L, L L L, L L L,
Here is a link to my code in the pre_render filter:
http://pastie.org/8044899
I am passing in the entry_id through the URL when I go to Form 2. Can someone lend a hand and help me parse through this data to get out the valid information? I think my issue might lie with the unserialze() parsing?
Thanks.
Posted 11 years ago on Saturday June 15, 2013 |
Permalink