SquirlyNutz
Power Member
- Feb 20, 2009
- 721
- 541
i want to place a fake "submit email" form on my site, so when the user enters his email and clicks submit,he is sent to a page of my choice.
Could someone please help me with this? or please edit the following code?
<form name="myform" action="handle-data.php">
<font face="tahoma" size="2" color="#ffffff">Submit Email: <input type='text' name='query' />
<input type="submit" value="Submit" /><input type="reset" /></a>
</form>
Could someone please help me with this? or please edit the following code?
<form name="myform" action="handle-data.php">
<font face="tahoma" size="2" color="#ffffff">Submit Email: <input type='text' name='query' />
<input type="submit" value="Submit" /><input type="reset" /></a>
</form>