Chris,
I am getting closer. I am able to get this out of the database after the user has been verified, the form has been submitted before, etc.
array(15) { [1]=> string(8) "VersaWeb" [2]=> string(6) "Travis" [3]=> string(7) "Hoglund" [20]=> string(3) "Mr." [5]=> string(25) "travis@testingtesting.com" [6]=> string(13) "(715)220-0145" [7]=> string(3) "WMS" [8]=> string(3) "ERP" [9]=> string(5) "Voice" [22]=> string(7) "Headset" ["19.1"]=> string(3) "Yes" ["19.2"]=> string(2) "No" [24]=> string(6) "Weekly" ["25.2"]=> string(8) "headsets" [23]=> string(7) "pending" }
Now that I have this - is there any way that I can use this to pre-populate a form through Gravity form functions (since this is a plugin I have access to all of the REAL gravity form functions - not just the hooks). Ideally I would like to not require the user to have checked "pre populate" as that would add extra work from the purpose of this addon plugin I am creating. I obviously have the GF field IDs - can JQuery perhaps come to the rescue and populate them? If the CSS had classes for each ID then I could but by default I do not believe that is output.
Any ideas would be greatly appreciated! I am getting very close to getting this think working.
Thanks,
Travis