Okay. Thank you for replying. Dev
Hi Brian,
I went to “Forms” in the WP MailChimp plug-in and fiddled around a bit with the code, I think. Must admit I can’t completely remember what I did now. But anyway now it looks like this and it works.
Dev
<input type=”hidden” name=”INTERESTS[72e39817a3]” value=”Website Sign-ups”>
<p>
<label>First Name</label>
<input type=”text” name=”FNAME”>
</p>
</br>
<p>
<label>Last Name</label>
<input type=”text” name=”LNAME”>
</p>
</br>
<p>
<label>Email address: </label>
<input type=”email” name=”EMAIL” placeholder=”Your email address” required />
</p>
</br>
<p>
<input type=”submit” value=”Sign up” />
</p>
Worked it out now! Thanks Dev