Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • in reply to: Stripping out Buttons from Email Subscription Widget #30229
    sladekemmet
    Member
    Post count: 2

    Thank you so much for the help, that fixed the problem!

    in reply to: Stripping out Buttons from Email Subscription Widget #29921
    sladekemmet
    Member
    Post count: 2

    Hello,

    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&#8243; 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–>

Viewing 2 posts - 1 through 2 (of 2 total)