re-submit bug with email submission
-
the plugin attempts to re-enable the form submit button by calling .attr(“disabled”,””) but some browsers will still consider the submit button disabled even though the disabled attribute doesn’t have a value set. Instead it should just be removed completely with .removeAttr(“disabled”). This is on line 23 of mailchimp.js
I’m using plugin version 1.2.4
The topic ‘re-submit bug with email submission’ is closed to new replies.