Digital experiences for all disciplines
New Landing › How can we help? › Atelier › Newsletter Sign Up Code
New Landing › How can we help? › Atelier › Newsletter Sign Up Code
- This topic has 18 replies, 4 voices, and was last updated 9 years by Kyle – SUPPORT.
-
Posted in: Atelier
-
August 12, 2015 at 8:16 am #203005
Hi, Im having trouble with the mail chimp newsletter bar.
I have the code from my mail chimp which is
http://eepurl.com/QhOEDI 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 testThanks!
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
August 12, 2015 at 8:32 am #203016Hi
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
August 12, 2015 at 1:19 pm #203205Thanks for your help but it still isnt working. Just cut and paste this exact code in.
Any other suggestions?August 12, 2015 at 1:21 pm #203206If you could provide me with your mailchimp login I’ll make sure you’ve got the right code
– Kyle
August 12, 2015 at 1:28 pm #203211This reply has been marked as private.August 12, 2015 at 1:29 pm #203212The list is called bombshell bay australia
thanks
August 12, 2015 at 1:37 pm #203215This 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
August 12, 2015 at 1:38 pm #203217If 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
August 19, 2015 at 10:52 am #205288THANKS! THIS WORKS! ONE LAST Question…
Could you please add a name box?
So theres name and email?Thanks. i appreciate your help
🙂
August 19, 2015 at 10:56 am #205290Try 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
September 17, 2015 at 11:14 am #214044Hi Kyle
I have an additonal category “COUNTRY”, how do I add this?
Thanks
Caspar
September 17, 2015 at 11:16 am #214049Please copy the code from mailchimp and paste it here I’ll tell you which bits you need
– Kyle
September 17, 2015 at 11:33 am #214057This reply has been marked as private.September 17, 2015 at 11:37 am #214060This 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
September 17, 2015 at 12:00 pm #214078hm, no, doesn’t work. I only need email and Country..
any ideas?
-
Posted in: Atelier
You must be logged in and have valid license to reply to this topic.