Hello i have a question about changing the design on the mailchimp widget/plugin so I have name and e-mail in the field. I have set that up in admin. But the name doesn't show up. I'm not sure if you have developed this but maybe you can help me out anyway. Here is the code I have used.
<p class="mdes">Subscribe to our Newsletter for advice & tips. Let's stay updated!</p> <p class="mname"><input type="text" name="NAME" placeholder="Name..." /></p> <p class="memail"><input type="email" id="mc4wp_email" name="EMAIL" placeholder="Email..." required /></p> <p class="msubmit"><input type="submit" value="Subscribe" /></p> <p> <label> I have read and agree to the terms & conditions </label> </p>
Hello i have a question about changing the design on the mailchimp widget/plugin so I have name and e-mail in the field. I have set that up in admin. But the name doesn't show up. I'm not sure if you have developed this but maybe you can help me out anyway. Here is the code I have used.
<p class="mdes">Subscribe to our Newsletter for advice & tips. Let's stay updated!</p>
<p class="mname"><input type="text" name="NAME" placeholder="Name..." /></p>
<p class="memail"><input type="email" id="mc4wp_email" name="EMAIL" placeholder="Email..." required /></p>
<p class="msubmit"><input type="submit" value="Subscribe" /></p>
<p>
<label>
I have read and agree to the terms & conditions
</label>
</p>
Hi,
Yeah, by default we don't display the name on Footer SignUp Form, to make it display, please try add more this code to Customize > Custom CSS:
Best Regards,
PenciDesign