Home Forums WoodMart support forum Mailchimp agree to terms button not showing in mobile

Mailchimp agree to terms button not showing in mobile

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #111754

    afc90
    Participant

    Hello.
    The subscribe button on my signup form doesn’t show in mobile.
    Please help me with this. I need this button showing to collect emails from mobile.
    I’ve tried to add <div class=”show”> but not showing anyway.

    Here is the form code for mailchimp (plugin Mailchimp for WP):

    <p class="custom-form-input">
    	<label>Insira o seu email: </label>
    	<input type="email" name="EMAIL" placeholder="O seu email..." required />
    	<input type="text" name="FNAME" placeholder="O seu nome..."
        required="">  
      <input type="submit" value="Enviar" />
    </p>
        <p class="custom-form-checkbox">
        <label>
            <input name="AGREE_TO_TERMS" type="checkbox" value="1" required=""> <a href="/politica-privacidade/" target="_blank">Aceito os termos e condições.</a>
              </label>
    </p>
    #111755

    afc90
    Participant

    Great! Found the solution in other thread.

    body .mc4wp-form>div>p {
    		max-width: 100%;
    		flex-basis: 100%;
    		width: 100%;
    }

    Another question. How to change the color and resize the width of the input email and name fields?

    #111797

    Hello,

    We are glad you have found the solution. If you have any questions please feel free to contact us.

    Best Regards

Tagged: 

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

The topic ‘Mailchimp agree to terms button not showing in mobile’ is closed to new replies.