Sometimes, I just don't understand why things have to be so difficult... I think this add-on has some amazing potential, and I would like to learn the rest of it soon, but for now, I'm having a heckuva time posting this custom form and making it work. I really appreciate your help and patience🙂 The form code I'm trying to add to the site is below and in a perfect world, I would be able to add it in my template to the User2 module - I need to get this added, so I can get the site live - this is being used to collect name and email for the purpose of adding their name to an email campaign:
<form method="POST" action="http://www.xxxxx.com/subscribe.asp">
<input type="hidden" name="ListID" value="####">
<input type="hidden" name="Source" value="Web Form">
<input type="hidden" name="Redirect" value="http://www.anysite.com/">
<table border="0" width="300" cellspacing="1">
<tr>
<td align="center" colspan="3"><strong style="font-size: 16px; color: #f90518; font-variant: small-caps; text-decoration: underline">“BlahBlahBlahBlah?”</strong><br /><br />BlahBlahBlahBlah <strong>zz%</strong> BlahBlahBlahBlah <strong>xx%</strong>, BlahBlahBlahBlah <strong>yy%</strong> BlahBlahBlahBlah? <em>BlahBlahBlahBlah?</em><br /><br /><strong style="font-size: 14px">BlahBlahBlahBlah</strong></td>
</tr>
<tr>
<td>Enter Your Name:</td>
<td><input type="text" name="Name" size="15"></td>
<td></td>
</tr>
<tr>
<td>And Your Email:</td>
<td><input type="text" name="Email" size="15"></td>
<td><input type="submit" value="Submit" name="Submit"></td>
</tr>
</table>
</form>
</center>
<form method="POST" action="http://www.xxxxx.com/subscribe.asp">
<input type="hidden" name="ListID" value="####">
<input type="hidden" name="Source" value="Web Form">
<input type="hidden" name="Redirect" value="http://www.anysite.com/">
<table border="0" width="300" cellspacing="1">
<tr>
<td align="center" colspan="3"><strong style="font-size: 16px; color: #f90518; font-variant: small-caps; text-decoration: underline">“BlahBlahBlahBlah?”</strong><br /><br />BlahBlahBlahBlah <strong>zz%</strong> BlahBlahBlahBlah <strong>xx%</strong>, BlahBlahBlahBlah <strong>yy%</strong> BlahBlahBlahBlah? <em>BlahBlahBlahBlah?</em><br /><br /><strong style="font-size: 14px">BlahBlahBlahBlah</strong></td>
</tr>
<tr>
<td>Enter Your Name:</td>
<td><input type="text" name="Name" size="15"></td>
<td></td>
</tr>
<tr>
<td>And Your Email:</td>
<td><input type="text" name="Email" size="15"></td>
<td><input type="submit" value="Submit" name="Submit"></td>
</tr>
</table>
</form>
</center>