Home › Forums › Basel support forum › How to moved sign-up button to behind input-email like this › Reply To: How to moved sign-up button to behind input-email like this
November 9, 2016 at 4:58 pm
#6480
Artem Temos
Keymaster
Hello,
Try to use the following mark up for your newsletter form. Go to admin panel -> Mailchmp for WP -> Forms and place this snippet there
<p class="mailchimp-input-icon">
<label>Email address: </label>
<input type="email" name="EMAIL" placeholder="Your email address" required />
</p>
<p>
<input type="submit" value="Sign up" />
</p>
Regards