Viewing 1 replies (of 1 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    If you add the shortcode to a text widget in your sidebar, the contact form will work as expected.

    If the shortcodes are not processed in text widgets on your site, you will want to add the following code to your theme’s functions.php:

    add_filter('widget_text', 'do_shortcode');

    I hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Forms will not work using shortcode anywhere outside the post/page content’ is closed to new replies.