Home Forums Basel support forum How to moved sign-up button to behind input-email like this

How to moved sign-up button to behind input-email like this

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6474

    murakami
    Participant

    How to removed 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

Viewing 2 posts - 1 through 2 (of 2 total)