Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    Hi Diverr,

    It looks like your theme is using Angular, which automatically hooks into all <form> elements on the page and performs their own custom action whenever it’s submitted.

    To fix the issue here, please add the following to your theme its functions.php file.

    add_filter( 'mc4wp_form_action', '__return_empty_string' );

    Hope that helps. If not, let me know!

    PS. Should you have a quick minute to spare, a plugin review here on WordPress.org would make us quite happy. 🙂

    Thread Starter diverr

    (@diverr)

    THANK YOU SO MUCH!!!! All is working now!!!

    Thanks again, very appreciated for your help!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Submit button do nothing’ is closed to new replies.