Viewing 3 replies - 1 through 3 (of 3 total)
  • i did not set mine up, but to get forms to display in our sidebar widgets, we use this code:

    ‘<?php
    if(function_exists(‘formbuilder_process_form’)) echo formbuilder_process_form(6);
    ?>’

    Thread Starter Penamas

    (@penamas)

    Yes, I did that one by adding it through my theme sidebar.php
    Thank you =)

    Plugin Author warkior

    (@warkior)

    Hey Penamas,

    The shortcodes are really only processed in the article content, not the sidebar widgets. You CAN however do like cgwenk suggested and run the formbuilder code directly in the side.

    All the best,
    James W.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Formbuilder WP Plugin – Add shortcode into widget to display form on the sidebar’ is closed to new replies.