Hi,
I have a contact page which I have used the contact form template to base it on. On the right side, I want to put a widget to sign up for the enewsletter. I currently have this code in the footer widget and it works great:
<input id=”mc4wp_email” name=”EMAIL” required=”” type=”email” placeholder=”Your email address” />
<input type=”submit” value=”Sign up” />
However, when I put that in a text box on the Swift Page Builder, I can’t update the Page because it seems to actually want me to put an email address in the form!
Is there a better way to put it on the side of the page?