• Resolved Sean Thompson

    (@seanthompson)


    Hi,

    I made a subscribe form with HTML Forms to use with MailChimp for WordPress about a week and a half ago. This post was brand new as soon as I thought about trying to use HTML Forms with MailChimp…

    https://www.ads-software.com/support/topic/how-about-an-integration-with-mc4wp/

    So, I set it up and it worked great. The subscribe form was identical to my contact form in looks and action. It was a great lightweight setup.

    Now the problem…

    I put this same set up on another website this morning with identical settings (using a different MailChimp account), and the subscriber doesn’t get added to MailChimp.

    I triple checked that everything was identical to my website and tested it numerous times, even creating a fresh API key. Then, when I tested my website again, it had the same problem. I haven’t done anything to that site since I tested it and it worked.

    I tried the widget form from MC4WP and it worked fine.

    The subscriber shows up in HTML Forms > Submissions, but doesn’t get sent to MC.

    This is the form code on the new site I just put it on…

    <!-- HTML Forms v1.0.6 - https://www.ads-software.com/plugins/html-forms/ -->
    <form method="post"  class="hf-form hf-form-100 " data-title="Sidebar Subscribe" data-slug="sidebar-subscribe">
    <div class="hf-fields-wrap"><input type="hidden" name="_hf_form_id" value="100" />
    <div style="display: none;"><input type="text" name="_hf_h100" value="" /></div>
    <div class="contact-form">
    <label>First Name</label>
    <input type="text" name="FNAME" />
    <label>Last Name</label>
    <input type="text" name="LNAME" />
    <label>Email</label>
    <input type="email" name="EMAIL" />
    <input type="hidden" name="mc4wp-subscribe" value="1" />
    <input type="submit" value="Sign Up" />
    </div>
    <noscript>Please enable JavaScript for this form to work.</noscript></div>
    </form>
    <!-- / HTML Forms -->

    It works fine, but not the MC part.

    Thanks in advance,
    Sean

    • This topic was modified 7 years, 2 months ago by Sean Thompson.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Stopped Working with MC4WP’ is closed to new replies.