I’m sorry Kyle you will have to bare with me as I am a new convert to WordPress and Neighbourhood theme (Excellent by the way) and still finding my feet.
The simpelest code I can get from mailchimp is below:
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="//rahandco.us9.list-manage.com/subscribe/post?u=000000000000000000amp;id=00000000000" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div class="mc-field-group">
<label for="mce-EMAIL">Email Address </label>
<input type="email" value="" name="EMAIL" class="required email" 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> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;"><input type="text" name="00000000000000000000000000000" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</form>
</div>
<!--End mc_embed_signup-->
I have tried using just the form field but I am still getting the dropdown. What should I extract from the above code to just get the email entry field and title without the dropdown.
Many thanks