• Resolved peterpisarcik

    (@peterpisarcik)


    I have problem with mailchimp form. I can’t click on submit button. When I disable javascript it works. So problem is with javascrpt but I don’t know where. Could you help me please?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • 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!

Viewing 1 replies (of 1 total)

The topic ‘Can’t submit form’ is closed to new replies.