Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey Baranka!

    We had a peek at your signup form but were unable to replicate the same issue that you described. When we left the non-required fields as blank, everything did work as expected.

    If the form has already been submitted, and you’re wanting to resubmit the form, you’ll need to refresh the page first. This allows the plugin to be “reset” and clears out any sort of success/error message that pops up.

    If we can help with anything else, give us a shout back! We’re happy to help!

    Cheers. ??

    Thread Starter baranka

    (@baranka)

    Hi Nate,

    Thanks for your response. I guess i didn’t explain myself very clearly.

    The form works fine if you fill everything correctly for the first time. (nothing to do with non-required fields)

    I’ll try to explain again:

    Try to refresh the page and hit “Submit” with empty fields. The form will return errors. Now try to fill in one of the required fields and hit “Submit” – nothing happens. Now fill in all required fields and hit “Submit” – nothing happens, so at some point the form breaks. I couldn’t find what breaks the form..

    Hey again, Baranka!

    Once that form is submitted (with blank fields or with the fields filled out), that information has been passed over to MailChimp. For the WordPress plugin, that page will need to be refreshed before any adjustments can be made.

    Give us a shout back if we can further assist! We’re happy to lend a hand. ??

    Thread Starter baranka

    (@baranka)

    Hi Nate,

    The form is now working.

    /plugins/mailchimp/js/mailchimp.js

    i changed line 23
    from: $(‘#mc_signup_submit’).attr(“disabled”,””);
    to: $(‘#mc_signup_submit’).removeAttr(“disabled”);

    not sure what this disabled is for but with disabled=”” the form didn’t work for me ??

    Awesome! Glad to hear it, my man.

    I’ll definitely make a note of that on this end as well!

    Cheers.

    Hi Nate – I’m just testing your plugin for first time use, and I had this issue too.

    I’ve made Baranka’s change, and it works great. Would be good to get this fix included in an update.

    Also – any plans to make this plugin use multiple lists? It’s great for one list, but some clients run different campaigns on same website.

    Cheers!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: MailChimp List Subscribe Form] won't submit form’ is closed to new replies.