Hello, this is the code that I use with SENDY and Optin Monster and working very well:
Put this code in: INTEGRATION -- ) Custom HTML Optin Form -- ) Email Provider
(change de value on CAPITAL)
<form action="http://YOURDOMAIN.COM.COM/SENDY-DIRECTORY/subscribe" method="POST" accept-charset="utf-8">
<label for="email">Enter your email:</label><br/>
<input type="text" name="email" id="email"/>
<br/>
<input type="hidden" name="list" value="PUT YOUR LIST ID"/>
<input type="submit" value='Send!' name="submit" id="submit"/>
</form>
*********************************
Besides IF you want to change de color button:
DESIGN -- ) Custom Optin CSS
html div#om-YOUR SLOG-lightbox input[type=submit],
html div#om-YOUR SLOG-lightbox button {
background: #cc0000;
}
Regards,