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

    (@codepeople)

    Hi @davphan,

    What version of the plugin have you installed in your website? The pro version of the plugin includes a widget to insert the forms in the website’s sidebars. However, if you are using the free version of the plugin, would be needed modify the functions.php file in the theme active in your website, to include the piece of code:

    add_filter('widget_text', 'do_shortcode');

    and should be inserted a text widget with the shortcode to the form.

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘form in sidebar’ is closed to new replies.