Adding a form to my menu
-
I would like this form to appear at the top of my menu.
How would I add this code to my menu?
<form action="https://www.getresponse.com/cgi-bin/add.cgi" method="post" id="GRSubscribeForm">
<table><tr>
<td><label for="GRCategory2">Name</label>:</td>
<td><input type="text" name="category2" size="14" id="GRCategory2" /></td>
</tr><tr>
<td><label for="GRCategory3">E-Mail</label>:</td>
<td><input type="text" name="category3" size="14" id="GRCategory3" /></td>
</tr></table>
<input type="submit" value="Subscribe Now!" />
<input type="hidden" name="category1" value="elinks" />
<input type="hidden" name="confirmation" value="https://www.freeclassifiedlinks.com/elinkson.html" />
<input type="hidden" name="error_page" value="" />
<input type="hidden" name="misc" value="" />
<input type="hidden" name="ref" value="001" />
</form></center><p>
- The topic ‘Adding a form to my menu’ is closed to new replies.