Hi,
I have a similar query to: http://www.gravityhelp.com/forums/topic/is-it-possible-to-port-gravity-form-entries-to-mailman. Though not using mailman.
The embed code for the third party site is pasted below and it serves to pre-populate fields on a form on their website.
<form action="third-party-site-url" method="post">
<input type="text", name="name" />
<input type="text", name="email" />
<input type="text", name="amount" />
<input type="text" name="reference" />
<input type=submit />
</form>
In addition to recording the data and submitting it to a third party website (as above) I need it to redirect to the third party site so the user can fill out a form on their site which would be partly pre-populated.
Is this possible through Gravity Form and how difficult would it be to do?
Thanks