First thing that needs to be done before pre-populating fields is to save the form.
You can send any amount of data to the forms via header and the form can set the variables as you see fit.
If you send a bunch of variables through the header and a form set up to dynamically populate the data sent needs to be the same as the form field variable name.
http://www.mypage.com?first_name=Joe&last_name=blow
your form fields need to accept
first_name - First Name Form Field
last_name - Last Name Form Field
Sounds pretty obvious, sure. I haven't tested the theory myself as I only have GF for the Paypal (which I haven't upgraded to yet due to conflicting thoughts with the dev team).
To my understanding of previous replies by the team, this is how it is done. Basically it boils down to "It's easy to do if you define your own variables". The down side is that it doesn't affect the current form being populated..only the one the variables are sent to (though I'm thinking they will implement an ajax approach someday)
Posted 13 years ago on Friday December 17, 2010 |
Permalink