Announcement

Collapse
No announcement yet.

How to make the ready theme sign up form go to your Mail Chimp account

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to make the ready theme sign up form go to your Mail Chimp account

    How to make the ready theme sign up form go to your Mail Chimp account? I saw code on the Mail Chimp site but it is for their sign up page not our Levels Ready Theme sign up form.

    1.What code do your use?

    2. Where do you put the code?

    Thank you!
    Donna

    Donna Bunnell
    Treasures of the Southwest
    www.treasuresofthesouthwest.com

    #2
    Hi Donna,

    If you are not using the MailChimp module, you would have to create a form on the MailChimp site, select the option to copy the form to your site in HTML, and midify the form on your Levels site to have the same field codes, IDs, and hidden inputs as the MailChimp form.
    Matt Zimmermann

    Miva Web Developer
    Alchemy Web Development
    https://www.alchemywebdev.com
    Site Development - Maintenance - Consultation

    Miva Certified Developer
    Miva Professional Developer

    https://www.dev4web.net | Twitter

    Comment


      #3
      I thought this would be a simple thing to do. Where do you put the code?

      Thank you!
      Donna Bunnell
      Treasures of the Southwest
      www.treasuresofthesouthwest.com

      Comment


        #4
        Hi Donna,

        The code for the form in your ReadyTheme is located in the administration portal under ReadyTheme -> Content Sections -> newsletter-signup
        Matt Zimmermann

        Miva Web Developer
        Alchemy Web Development
        https://www.alchemywebdev.com
        Site Development - Maintenance - Consultation

        Miva Certified Developer
        Miva Professional Developer

        https://www.dev4web.net | Twitter

        Comment


          #5
          This is where it goes to now:

          <form method="post" action="https://www.treasuresofthesouthwest.com/scotmail332/scotmail.mvc?action=user&sub=subscribe2&group=1152 659964">
          ==========================
          I found this in Mail Chimp:

          <div id="mc_embed_signup">
          <form action="https://treasuresofthesouthwest.us17.list-manage.com/subscribe/post?u=64e38f2fe741d0536873cdc38&amp;id=f4c4b36113 " method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>

          Should I use this?

          ==================

          This is the all of the code from Mail Chimp.

          <!-- Begin MailChimp Signup Form -->
          <link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.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="https://treasuresofthesouthwest.us17.list-manage.com/subscribe/post?u=64e38f2fe741d0536873cdc38&amp;id=f4c4b36113 " method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
          <div id="mc_embed_signup_scroll">

          <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 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;" aria-hidden="true"><input type="text" name="b_64e38f2fe741d0536873cdc38_f4c4b36113" tabindex="-1" value=""></div>
          <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
          </div>
          </form>
          </div>

          <!--End mc_embed_signup-->

          Thank you for your help!
          Donna
          Donna Bunnell
          Treasures of the Southwest
          www.treasuresofthesouthwest.com

          Comment


            #6
            Hi Donna,

            You would not need all of the MailChimp HTML. If you can post your current form in its entirety, I can show you how to update it.
            Matt Zimmermann

            Miva Web Developer
            Alchemy Web Development
            https://www.alchemywebdev.com
            Site Development - Maintenance - Consultation

            Miva Certified Developer
            Miva Professional Developer

            https://www.dev4web.net | Twitter

            Comment


              #7
              Hi Matt,

              Here it is and thank you so much for your help.

              Donna

              <div class="row">
              <div class="column x-large-np">
              <div class="column whole newsletter-wrapper">
              <div class="row">
              <div class="column whole large-two-fifths large-half large-align-left align-center">
              <h2 class="newsletter-title">Join Our Newsletter</h2>
              <p>Receive the latest news on new promotions, exclusive offers, and new arrivals.</p>
              </div>
              <div class="column whole large-three-fifths">
              <span class="breaker"></span>

              <form method="post" action="https://www.treasuresofthesouthwest.com/scotmail332/scotmail.mvc?action=user&sub=subscribe2&group=1152 659964">

              <div class="input-group newsletter-group">
              <span data-icon="&#xe010;"></span>
              <input name="_email" type="email" class="newsletter-input input input-large" placeholder="Enter your email address&hellip;">

              <button class="button bg-sky white newsletter-button button-large nb">Join</button>
              </div>
              </form>
              </div>
              </div>
              </div>
              </div>
              </div>
              <span class="breaker"></span>
              Donna Bunnell
              Treasures of the Southwest
              www.treasuresofthesouthwest.com

              Comment


                #8
                Hi Donna,

                Try this:
                Code:
                <div class="row">
                    <div class="column x-large-np">
                        <div class="column whole newsletter-wrapper">
                            <div class="row">
                                <div class="column whole large-two-fifths large-half large-align-left align-center">
                                    <h2 class="newsletter-title">Join Our Newsletter</h2>
                                    <p>Receive the latest news on new promotions, exclusive offers, and new arrivals.</p>
                                </div>
                                <div id="mc_embed_signup" class="column whole large-three-fifths">
                                    <span class="breaker"></span>
                                    <form id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" method="post" action="https://treasuresofthesouthwest.us17.list-manage.com/subscribe/post?u=64e38f2fe741d0536873cdc38&amp;id=f4c4b36113" target="_blank" novalidate>
                                        <div style="position: absolute; left: -5000px;" aria-hidden="true">
                                            <input type="text" name="b_64e38f2fe741d0536873cdc38_f4c4b36113" tabindex="-1" value="">
                                        </div>
                                        <div id="mce-responses">
                                            <div id="mce-error-response"></div>
                                            <div id="mce-success-response"></div>
                                        </div>
                                        <div class="input-group newsletter-group">
                                            <span data-icon="&#xe010;"></span>
                                            <input id="mce-EMAIL" class="newsletter-input input input-large" name="EMAIL" type="email" placeholder="Enter your email address&hellip;">
                                            <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
                                            <button id="mc-embedded-subscribe" class="button bg-sky white newsletter-button button-large nb">Join</button>
                                        </div>
                                    </form>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
                <span class="breaker"></span>
                Matt Zimmermann

                Miva Web Developer
                Alchemy Web Development
                https://www.alchemywebdev.com
                Site Development - Maintenance - Consultation

                Miva Certified Developer
                Miva Professional Developer

                https://www.dev4web.net | Twitter

                Comment


                  #9
                  Hi Matt,

                  I tried it and it is going to my old email program, Scot's Mailing List.

                  Thank you,
                  Donna
                  Donna Bunnell
                  Treasures of the Southwest
                  www.treasuresofthesouthwest.com

                  Comment


                    #10
                    Hi Donna,

                    You might need to clear your cache or try your site in another browser. When I test it, I am directed to MailChimp.
                    Matt Zimmermann

                    Miva Web Developer
                    Alchemy Web Development
                    https://www.alchemywebdev.com
                    Site Development - Maintenance - Consultation

                    Miva Certified Developer
                    Miva Professional Developer

                    https://www.dev4web.net | Twitter

                    Comment


                      #11
                      Originally posted by Donna View Post
                      Hi Matt,

                      I tried it and it is going to my old email program, Scot's Mailing List.

                      Thank you,
                      Donna
                      My first question was going to be "did you make sure you used the form tag that Matt provided?" but then it dawned on me, you could be seeing cached content. Did you do a force-refresh of the page in your browser?


                      Leslie Kirk
                      Miva Certified Developer
                      Miva Merchant Specialist since 1997
                      Previously of Webs Your Way
                      (aka Leslie Nord leslienord)

                      Email me: [email protected]
                      www.lesliekirk.com

                      Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

                      Comment


                        #12
                        That was it, I needed to clear the cache. It works! Terrific!

                        Thank you so much,
                        Donna
                        Donna Bunnell
                        Treasures of the Southwest
                        www.treasuresofthesouthwest.com

                        Comment

                        Working...
                        X