Hi!
I've read through several of the posts but didn't see this one answered. I am working on a form for my website revision and am having trouble with the page that is suppose to come up after the submit button is clicked. Can anyone help?
Here is the page for the site: http://www.dvirtualoffice.com/office/GiveAwayForm.html
(This is still a work in progress so the links do not work)
This is the page that I want to come up after the submit button is clicked:
http://www.dvirtualoffice.com/office/GiveAway.html
Here is the code for the form:
<font face="arial" size="2"><strong>All fields marked with a * are required:<br />
<form method="post" enctype="multipart/form-data" action="http://www.emailmeform.com/fid.php?formid=79731"><input value="ffg5yg47" name="FCode" type="hidden" />
<table bgcolor="#ffffff" border="0" cellpadding="2" cellspacing="0">
<tbody>
<tr>
<td><font color="#000000" face="Verdana" size="2">OIVAC Great VA GiveAway</font>
<div id="mainmsg"></div></td></tr></tbody></table><br />
<table bgcolor="#ffffff" border="0" cellpadding="2" cellspacing="0">
<tbody>
<tr valign="top">
<td nowrap="nowrap"><font color="#000000" face="Verdana" size="2">Name</font></td>
<td><input maxlength="100" size="30" name="FieldData0" /> </td></tr>
<tr valign="top">
<td nowrap="nowrap"><font color="#000000" face="Verdana" size="2">Email Address</font></td>
<td><input maxlength="100" size="30" name="FieldData1" /> </td></tr>
<tr valign="top">
<td nowrap="nowrap"><font color="#000000" face="Verdana" size="2">GiveAway Choice</font></td>
<td><select name="FieldData2">
<option value="Buy 5 hours Get 5 Free" selected="selected">Buy 5 hours Get 5 Free</option>
<option value="Genealogy Booklet">Genealogy Booklet</option></select>
<div style="right: 1582px; position: absolute; top: 343px"><a href="http://www.emailmeform.com">HTML form</a></div></td></tr>
<tr valign="top">
<td nowrap="nowrap"><font color="#000000" face="Verdana" size="2">Notes:</font></td>
<td><textarea name="FieldData3" rows="10" cols="30"></textarea><br />
</td></tr>
<tr>
<td colspan="2"><br />
</td></tr>
<tr>
<td><br />
</td>
<td align="middle"><input style="display: none" maxlength="100" size="3" name="hida2" /> <input class="btn" value="Submit" name="Submit" type="submit" /></td></tr>
<tr>
<td colspan="2" align="middle"><br />
</td></tr></tbody></table></form>