Viewing 1 replies (of 1 total)
  • Plugin Author weDevs

    (@wedevs)

    You can allow the shortcode in widget. Add the following code inside the theme’s functions.php file

    add_filter( 'widget_text', 'shortcode_unautop');
    add_filter( 'widget_text', 'do_shortcode');

    Now, add the text widget in the sidebar and insert the form shortcode in the content field of that widget.

    It should work.

Viewing 1 replies (of 1 total)
  • The topic ‘Use the Form in a Widget’ is closed to new replies.