Hello,
I’m trying to place the MailChimp form in the footer. The form works in the main body and in the right sidebar. But when placed in the footer the curser can not be placed in the input boxes or text typed. Thanks for any help you can provide.
The code I’m using in the MailChimp Form Field is:
<div>
<input style=”width:80%” type=”text” id=”mc4wp_fname” class=”input-md” name=”FNAME” placeholder=”First name” required />
<input style=”width:80%” type=”email” id=”mc4wp_email” class=”input-md” name=”EMAIL” placeholder=”Email address” required />
<a class=”btn btn-highlight btn-md form-submit”>SUBSCRIBE</a>
</div>