Hi,
Is there any way to pass along data from a static page/form to a GravityForms form?
Here's what the "form action" code looks like on the static page:
<form action="http://www.website.com/page?sid=1234&appname=JoeBlow" method="get">
<input type="hidden" name="sid" value="1234" />
<input type ="submit" name="contactme" value="more information »" class="btn es-noprint" />
<input type ="submit" name="contactme" value="book it »" class="btn es-noprint" />
</form>
Basically, when someone clicks on the contactme Submit button, I want to pass the "appname=JoeBlow" info into a field within the GravityForms form. Specifically, I need "JoeBlow" to be dynamically inserted in a field in a GravityForms form.
Can this be done? If so, how?
Thanks!