Hi Danny
I′m struggling with a similar problem.
This is my form code:
<p>
<label>Nombre:</label>
<input type="text" name="FNAME" placeholder="Su nombre" required="required">
<label>Apellido:</label>
<input type="text" name="LNAME" placeholder="Su apellido">
</p>
<p>
<label for="mc4wp_email">Email: </label>
<input type="email" id="mc4wp_email" name="EMAIL" required placeholder="Aquí su email" />
</p>
<p>
<input type="submit" value="Enviar" />
</p>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
My site is https://www.pedropaes.com/ and the form is at the bottom right. You can register and you will receive a confirmation email but nothing is registered at mailchimp bbdd.
If you can take a look I really appreciate it. It seems a really nice plugin and I would like to be able of use it.
Best regards,
Pedro