Ok. Great. I did figure out where to put the code...finally. But the styling is all wrong. So, that's really my issue. If I can at least make the Submit button look like the Subscribe Now button that the shortcode offers me, that would be better. I love the look of your forms that you've created here. But I need the functionality of the form actually being submitted to my service. I totally understand that you can't account for every mailing list service provider out there! :-)
I'm using 1ShoppingCart. Here's the HTML they provided me:
Code:
<form name="form1" method="post" action="https://www.mcssl.com/app/contactsave.asp">
<input name="merchantid" type="hidden" id="merchantid" value="210265">
<input name="ARThankyouURL" type="hidden" id="ARThankyouURL" value="www.mcssl.com/app/thankyou.asp?ID=210265">
<input name="copyarresponse" type="hidden" id="copyarresponse" value="1">
<input name="defaultar" type="hidden" id="defaultar" value="717344">
<input name="allowmulti" type="hidden" id="allowmulti" value="0">
<input name="visiblefields" type="hidden" id="visiblefields" value="Name,Email1">
<input name="requiredfields" type="hidden" id="requiredfields" value="Name,Email1">
<table>
<tr>
<td>Name</td>
<td><input name="Name" type="text" size="40"></td>
</tr>
<tr>
<td>Email</td>
<td><input name="Email1" type="text" size="40"></td>
</tr>
<tr align="center">
<td colspan="2">
<input type="Submit" name="cmdSubmit" value="Submit">
</td>
</tr>
</table>
</form>
Any help with this is GREATLY appreciated! :-) Thank you!
Bookmarks