Becky – First I had to design the forms in MailChimp *just* *right*, which wasn’t as easy as it should have been. I had to re-do them several times.
Then I copied the HTML from MailChimp. A bunch of it needed to be stripped off. Below is what is in my PD now. (Be sure to read my most recent post above, as I did have to do a bit of tweaking to get the end result I wanted.)
Also, remember to substitute your own gobbledy-gook identifiers from the MailChimp code.
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action=GOBBLEDY-GOOK IDENTIFYING MY ACCOUNT method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank">
<h2>Subscribe to my mailing list</h2>
<div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
<div class="mc-field-group">
<label for="mce-FIRSTNAME">First Name <span class="asterisk">*</span>
</label>
<input type="text" value="" name="FIRSTNAME" class="required" id="mce-FIRSTNAME">
</div>
<div class="mc-field-group">
<label for="mce-EMAIL">Email Address <span class="asterisk">*</span>
</label>
<input type="text" value="" name="EMAIL" class="required" id="mce-EMAIL">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</form>
</div>
<!--End mc_embed_signup-->