Is it possible for me to populate a form with custom fields on the page? I don't want to POST custom fields, I want to pull the custom fields into my form.
Is it possible for me to populate a form with custom fields on the page? I don't want to POST custom fields, I want to pull the custom fields into my form.
Is this what you try to achieve?
http://forum.gravityhelp.com/topic/pass-data-to-form
On 1.3, there is actually a better way of doing this that doesn't require writing code.
You can add the following token to the default value field:
{custom_field:XXX}
Replace XXX with your custom field name.
Let me know how it goes.
Worked great Alex, thank you!
Wow. That's great Alex. Thanks.