Hello guys,
The subscribe button on my newsletter is styling strangely, its and active campaign shortcode form and there support is saying the styling is not theres, and I don’t know how to change it.
When I had RUI’s code in there and their from action URL it styled fine, as in the first screenshot, but I was getting an error from Active Campaign that there support said was coming from the code.
This is what I had –
<form action=’//lymeterrace.activehosted.com/proc.php’ method=’post’ id=’_form_22′ accept-charset=’utf-8′ enctype=’multipart/form-data’>
<input type=’hidden’ name=’f’ value=’14’>
<input type=’hidden’ name=’s’ value=”>
<input type=’hidden’ name=’c’ value=’0′>
<input type=’hidden’ name=’m’ value=’0′>
<input type=’hidden’ name=’act’ value=’sub’>
<input type=’hidden’ name=’nlbox[]’ value=’1′>
<input type=”email” value=”” name=”EMAIL” class=”required email” id=”mce-EMAIL” autocomplete=”off” placeholder=”Enter your email address” title=”Enter your email address”>
<div id=”mce-responses” style=”display: none;”>
<div class=”response” id=”mce-error-response” style=”display:none”></div>
<div class=”response” id=”mce-success-response” style=”display:none”></div>
</div> <!– real people should not fill this in and expect good things – do not remove this or risk form bot signups–>
<div style=”position: absolute; left: -5000px;”><input type=”text” name=”b_a3950048c69f7be72a27013a9_68a002176a” tabindex=”-1″ value=””></div>
<input type=”submit” value=”SUBSCRIBE” name=”subscribe” id=”mc-embedded-subscribe”>
</form>