Hello
I’m trying to create a landing page on the site just for email sign ups. I’ve used the same piece of code from the footer widget but every time I save it removes the form action and therefore doesn’t work.
This is the code I’m pasting in:
<div id="mc_embed_signup"><form action="//COM.us9.list-manage.com/subscribe/post?u=acbd2de307983b4cdf3ac8850&id=c746b767c7" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="Enter your email here" style="margin-bottom: 0;" required><br /> <div class="clear"><input type="submit" value="sign up" name="subscribe" id="mc-embedded-subscribe"></div></form></div>
And after I save and go back, it looks like this:
<div id="mc_embed_signup">
<input id="mce-EMAIL" class="email" style="margin-bottom: 0;" name="EMAIL" required="" type="email" value="" placeholder="Enter your email here" />
<div class="clear"><input id="mc-embedded-subscribe" name="subscribe" type="submit" value="sign up" /></div>
</div>
Please help!