Hi
I have Interspire SendStudio running on my webserver and wanted to know how I could integrate their generated form with GF.
How can I call that POST HTML code once the user hits Submit? I assume it is done in the Confirmation part of the form (redirect).
I need to fill this form with data from GF and POST it to SendStudio:
<br />
<form method="post" action="http://www.sonopathy.com/sendstudio/form.php?form=9" id="frmSS9" onSubmit="return CheckForm9(this);"><br />
<table border="0" width=196 cellpadding="2" align="left" class="myForm" style='table-layout:fixed'><br />
<tr><br />
<td><span class="required">*</span>�First Name:</td><br />
</tr><tr><br />
<td><input type="text" name="CustomFields[1]" id="CustomFields_1_9" value="" size='20' maxlength='40'></td><br />
</tr><tr><br />
<td><span class="required">*</span>�Your email address:</td><br />
</tr><tr><br />
<td><input type="text" name="email" value=""></td><br />
</tr><br />
<input type="hidden" name="format" value="h"><br />
<tr><br />
<td><br />
<input type="submit" value="Subscribe" align="left"><br />
</td><br />
</tr><br />
</table><br />
</form></p>
<p>
Can anybody enlighten me? Thank you. It is appreciated.
Thanks
Thomas