• Resolved sandrakaiser

    (@sandrakaiser)


    I have installed the “mailchimp list subscripe” plugin, but I cant seem to get it working.
    I have set the API key etc.

    When I type the [mc4wp_form] code into my pageeditor, it writes it on my page as text, instead for showing the form.

    I read about putting a code (se below) into the function.php in my child-theme, but still no show…

    <?php

    if( function_exists( ‘mc4wp_show_form’ ) ) {
    mc4wp_show_form();
    }

    I’ve tried changing theme, to see if it was the theme blocking it, but still no show.

    Do anyone know what I’m doing wrong?

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Mailchimp subscripeform won’t show’ is closed to new replies.