Mailchimp-form being cut off?

Permalink
Hi gang!

Have discovered mailchimp.com, and am LOVING it! How is this free?!? Only one caveat: when I create a signup-form, and copy and paste the generated HTML:

<!-- Begin MailChimp Signup Form -->
<link href="http://cdn-images.mailchimp.com/embedcode/classic-081711.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form action="http://laugekoch.us2.list-manage1.com/subscribe/post?u=c8e856fad6ee923af485b30cc&id=3aff77ed1f" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank">
<h2>Tilmeld dig mailinglisten</h2>
<div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
<div class="mc-field-group">
<label for="mce-EMAIL">Email Adresse <span class="asterisk">*</span>
</label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div class="mc-field-group">
<label for="mce-FNAME">Fornavn <span class="asterisk">*</span>
</label>
<input type="text" value="" name="FNAME" class="required" id="mce-FNAME">
</div>
<div class="mc-field-group">
<label for="mce-LNAME">Efternavn <span class="asterisk">*</span>
</label>
<input type="text" value="" name="LNAME" class="required" id="mce-LNAME">
</div>
<div class="mc-field-group">
<label for="mce-BNAME">Barns navn <span class="asterisk">*</span>
</label>
<input type="text" value="" name="BNAME" class="required" id="mce-BNAME">
</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-->

- it chops off the bottom of the box, so I can't push the sign up button?!?

Any code-sharks able to see what I'm doing wrong? Worked perfectly with the prior version of Concrete5, but having updated the site, this form goes FUBAR... :-/

Thank you for reading this far! - any and all help extremely welcome! :-)

/Johan

jlehmann
 
Mainio replied on at Permalink Reply
Mainio
Have you tried this instead:
http://www.concrete5.org/marketplace/addons/mailmonkey/...

The developer is required to help you if you face some troubles with that as well. But of course, for free add-ons you should be quite careful what to wish for regarding the support.

Should work ok, only problem I've had with that is the speed but that can be solved with caching.

Antti / Mainio
jlehmann replied on at Permalink Reply
jlehmann
There I fixed it - or something like that? Removed these lines from the bottom:

<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>

- saved, published, logged out. Logged back in, opened the page, opened the HTML-block and pasted the entire embedded form-code in again - saved, published...and now it works?

IT - not for the broken or faint of heart... ;-)
jlehmann replied on at Permalink Reply
jlehmann
Hi Antti / Mainio,

thanks for the suggestion! - unfortunately, I need some special fields other than first name, last name and e-mail address, so the add-on doesn't work for me... :-( But thanks for the suggestion, and thanks for taking the time to post! :-)

/Johan