Title: Submit button not working?
Last modified: January 22, 2018

---

# Submit button not working?

 *  Resolved [Jensr](https://wordpress.org/support/users/jensr/)
 * (@jensr)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/submit-button-not-working-57/)
 * Hi,
 * The submit button doesn’t do anything when you try to submit the form.
 * Link: [http://www.cryptocurrencytip.nl/nieuwsbrief/](http://www.cryptocurrencytip.nl/nieuwsbrief/)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsubmit-button-not-working-57%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Contributor [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * (@hchouhan)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/submit-button-not-working-57/#post-9891735)
 * 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](https://wordpress.org/support/users/jensr/)
 * (@jensr)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/submit-button-not-working-57/#post-9891746)
 * 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/](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](https://wordpress.org/support/users/lapzor/)
 * (@lapzor)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/submit-button-not-working-57/#post-9892140)
 * 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](https://wordpress.org/support/users/jensr/)
 * (@jensr)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/submit-button-not-working-57/#post-9893125)
 * How would I go about preventing that from happening? [@lapzor](https://wordpress.org/support/users/lapzor/)
    -  This reply was modified 8 years, 3 months ago by [Jensr](https://wordpress.org/support/users/jensr/).
 *  Plugin Contributor [Lap](https://wordpress.org/support/users/lapzor/)
 * (@lapzor)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/submit-button-not-working-57/#post-9904795)
 * 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](https://wordpress.org/support/users/lapzor/)
 * (@lapzor)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/submit-button-not-working-57/#post-9942953)
 * 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!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Submit button not working?’ is closed to new replies.

 * ![](https://ps.w.org/mailchimp-for-wp/assets/icon-256x256.png?rev=1224577)
 * [MC4WP: Mailchimp for WordPress](https://wordpress.org/plugins/mailchimp-for-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailchimp-for-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailchimp-for-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/mailchimp-for-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailchimp-for-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailchimp-for-wp/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [Lap](https://wordpress.org/support/users/lapzor/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/submit-button-not-working-57/#post-9942953)
 * Status: resolved