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

    (@dvankooten)

    Hi Paul,

    You should render the form using either the shortcode [mc4wp_form], the MailChimp for WP widget or the mc4wp_form() PHP function call. The form will be missing required elements otherwise.

    If you’re editing your home page in the WP visual editor, simply use the following.

    [mc4wp_form]

    If you’re directly editing your theme files, use the following.

    <?php if( function_exists( 'mc4wp_form' ) ) { mc4wp_form(); } ?>

    Hope that helps!

    Thread Starter PaulMah

    (@paulmah)

    Great stuff. Many thanks Danny.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘HTML form not submiting’ is closed to new replies.