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>