New Landing How can we help? Atelier Newsletter Sign Up Code

Viewing 15 posts - 1 through 15 (of 19 total)
  • Posted in: Atelier
  • #203005
    BBadmin
    Member
    Post count: 97

    Hi, Im having trouble with the mail chimp newsletter bar.
    I have the code from my mail chimp which is
    http://eepurl.com/QhOED

    I have your code from the forum however when I add my URL and test the sign up I get an error.
    Since I am a code novice, can you please post MY code into YOUR code correctly (perhaps Im making a mistake somehow)
    and send back to me so I can test

    Thanks!

    This is the code from the formum I am referring to:

    <form action=”<< YOUR ACTION URL HERE >>” method=”post” id=”mc-embedded-subscribe-form” name=”mc-embedded-subscribe-form” class=”validate” target=”_blank” novalidate>
    <input type=”email” value=”” name=”EMAIL” class=”required email” id=”mce-EMAIL” autocomplete=”off” placeholder=”Enter your email address” title=”Enter your email address”>
    <div id=”mce-responses” style=”display: none;”>
    <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=”b_a3950048c69f7be72a27013a9_68a002176a” tabindex=”-1″ value=””></div>

    <input type=”submit” value=”SUBSCRIBE” name=”subscribe” id=”mc-embedded-subscribe”>

    </form>

    However

    #203016
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    It should be this:

    <form action="http://bombshellbay.us7.list-manage.com/subscribe/post" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
    <input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" autocomplete="off" placeholder="Enter your email address" title="Enter your email address">
    <div id="mce-responses" style="display: none;">
    <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="b_a3950048c69f7be72a27013a9_68a002176a" tabindex="-1" value=""></div>
    
    <input type="submit" value="SUBSCRIBE" name="subscribe" id="mc-embedded-subscribe">
    
    </form>

    – Kyle

    #203205
    BBadmin
    Member
    Post count: 97

    Thanks for your help but it still isnt working. Just cut and paste this exact code in.
    Any other suggestions?

    #203206
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    If you could provide me with your mailchimp login I’ll make sure you’ve got the right code

    – Kyle

    #203211
    BBadmin
    Member
    Post count: 97
    This reply has been marked as private.
    #203212
    BBadmin
    Member
    Post count: 97

    The list is called bombshell bay australia

    thanks

    #203215
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    This should work:

    <form action="//bombshellbay.us7.list-manage.com/subscribe/post?u=6222ce1a9606ce8b2f2512b3e&id=e26a0696a9" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
    <input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" autocomplete="off" placeholder="Enter your email address" title="Enter your email address">
    <div id="mce-responses" style="display: none;">
    <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="b_a3950048c69f7be72a27013a9_68a002176a" tabindex="-1" value=""></div>
     
    <input type="submit" value="SUBSCRIBE" name="subscribe" id="mc-embedded-subscribe">
     
    </form>

    – Kyle

    #203217
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    If that doesn’t try this:

    <form action="http://bombshellbay.us7.list-manage.com/subscribe/post?u=6222ce1a9606ce8b2f2512b3e&id=e26a0696a9" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
    <input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" autocomplete="off" placeholder="Enter your email address" title="Enter your email address">
    <div id="mce-responses" style="display: none;">
    <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="b_a3950048c69f7be72a27013a9_68a002176a" tabindex="-1" value=""></div>
     
    <input type="submit" value="SUBSCRIBE" name="subscribe" id="mc-embedded-subscribe">
     
    </form>

    – Kyle

    #205288
    BBadmin
    Member
    Post count: 97

    THANKS! THIS WORKS! ONE LAST Question…
    Could you please add a name box?
    So theres name and email?

    Thanks. i appreciate your help

    🙂

    #205290
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this:

    <form action="//bombshellbay.us7.list-manage.com/subscribe/post?u=6222ce1a9606ce8b2f2512b3e&id=e26a0696a9" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
    <input type="text" value="" name="NAME" class="required name" id="mce-EMAIL" autocomplete="off" title="Enter your name">
    <input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" autocomplete="off" placeholder="Enter your email address" title="Enter your email address">
    <div id="mce-responses" style="display: none;">
    <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="b_a3950048c69f7be72a27013a9_68a002176a" tabindex="-1" value=""></div>
     
    <input type="submit" value="SUBSCRIBE" name="subscribe" id="mc-embedded-subscribe">
     
    </form>

    – Kyle

    #214044
    leggero
    Member
    Post count: 107

    Hi Kyle

    I have an additonal category “COUNTRY”, how do I add this?

    Thanks

    Caspar

    #214049
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please copy the code from mailchimp and paste it here I’ll tell you which bits you need

    – Kyle

    #214057
    leggero
    Member
    Post count: 107
    This reply has been marked as private.
    #214060
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    This should work:

    <form action="//kickstart-accelerator.us11.list-manage.com/subscribe/post?u=3265dabce68a3ef899c001b02&id=e82d71ad4c" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
    <div id="mc_embed_signup_scroll">
    <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">
    <label for="mce-COUNTRY">Country <span class="asterisk">*</span>
    </label>
    <input type="text" value="" name="COUNTRY" class="required" id="mce-COUNTRY">
    </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="b_3265dabce68a3ef899c001b02_e82d71ad4c" tabindex="-1" value=""></div>
    <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
    </div>
    </form>

    – Kyle

    #214078
    leggero
    Member
    Post count: 107

    hm, no, doesn’t work. I only need email and Country..

    any ideas?

Viewing 15 posts - 1 through 15 (of 19 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register