Hey Jensr,
I tested the page and noticed as you said that the button does not work. To debug this, can you please follow these steps:
1. Go to “MailChimp for WP > Forms”, delete all fields and add them again.
2. Disable any security plugins
3. Create a test page and add the shortcode of our form to it but without using any page builder.
Once this is done, please share a link to that page so we can test it again.
Thread Starter
Jensr
(@jensr)
Hi
I tried your suggestions. There are no security plugins running. I did try removing everything and pasted the shortcode without using any pagehuilder here:
http://cryptocurrencytip.nl/test/
Form is set up like this:
<p>
<label>Email Address</label>
<input type="email" name="EMAIL" required="">
</p>
<p>
<input type="submit" value="Inschrijven">
</p>
Thanks for the help!
Plugin Contributor
Lap
(@lapzor)
I think the way angular.js is integrated into your website it’s capturing the submit before our own script can handle it and than preventing the default behaviour.
Thread Starter
Jensr
(@jensr)
How would I go about preventing that from happening? @lapzor
-
This reply was modified 8 years, 3 months ago by
Jensr.
Plugin Contributor
Lap
(@lapzor)
I think the Angular issue is due to our forms not having a action attribute, but I didn’t test this recently.
Can be fixed by adding add_filter( 'mc4wp_form_action', '__return_empty_string' ); to the theme’s functions.php (or a plugin file).
Hope that helps. If you have any questions, please let us know!
Plugin Contributor
Lap
(@lapzor)
Since there have been no replies for awhile I will now mark this ticket as “resolved”. If you are still experiencing this issue or you have a similar problem, please create a NEW ticket. Thank you!