Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
November 6, 2013 at 6:11 pm in reply to: Stripping out Buttons from Email Subscription Widget #30229
Thank you so much for the help, that fixed the problem!
November 4, 2013 at 6:53 pm in reply to: Stripping out Buttons from Email Subscription Widget #29921Hello,
I am having the same problem listed above. Whether I use the classic editor or a Raw HTML Element and past the mailchimp web embed subscription form, the button is stripped. How can I change this.
webpage: http://clubbook14.org/about/e-news/
code:
<!– Begin MailChimp Signup Form –>
<link href=”//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://clubbook.us3.list-manage.com/subscribe/post?u=cb063230c4cfb9d52f129804e&id=09c6084d71″ method=”post” id=”mc-embedded-subscribe-form” name=”mc-embedded-subscribe-form” class=”validate” target=”_blank” novalidate>
<h2>Subscribe to our mailing list</h2>
<div class=”indicates-required”><span class=”asterisk”>*</span> indicates required</div>
<div class=”mc-field-group”>
<label for=”mce-EMAIL”>Email Address <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”>First Name </label>
<input type=”text” value=”” name=”FNAME” class=”” id=”mce-FNAME”>
</div>
<div class=”mc-field-group”>
<label for=”mce-LNAME”>Last Name </label>
<input type=”text” value=”” name=”LNAME” class=”” id=”mce-LNAME”>
</div>
<div class=”mc-field-group input-group”>
Email Format- <input type=”radio” value=”html” name=”EMAILTYPE” id=”mce-EMAILTYPE-0″><label for=”mce-EMAILTYPE-0″>html</label>
- <input type=”radio” value=”text” name=”EMAILTYPE” id=”mce-EMAILTYPE-1″><label for=”mce-EMAILTYPE-1″>text</label>
</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–>
-
Posted in: We hit Power Elite.