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

#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