Viewing 1 replies (of 1 total)
  • Yo Jon!

    Sorry to hear that your form isn’t looking good. However, you can add the form to any part of your website that you’d like. You can either use WordPress’s “Appearance” -> “Widgets” menu to move it around. Or, if your theme doesn’t support that, you can also use the short code to adjust where the form is displayed, as well.

    If you are using WordPress v2.8 or higher, you can use the short-code:

    [mailchimpsf_form]

    If you are adding it inside a php code block, pop this in:

    mailchimpSF_signup_form();

    Or, if you are dropping it in between a bunch of HTML, use this:

    <?php mailchimpSF_signup_form(); ?>

    Cheers!

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: MailChimp List Subscribe Form] Form looks terrible…’ is closed to new replies.