Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author russellpabon

    (@russellpabon)

    Try this:

    Shortcode for widget:
    [GuiForm id=’1′]
    [GuiForm id=”2″ responsive=”desktop”]
    [GuiForm id=”3″ responsive=”mobile”]
    [GuiForm id=”1″ responsive=”all”]

    Shortcode for Themes:
    <?php echo apply_filters(‘the_content’, “[GuiForm id='1' responsive='all']“); ?>

    Thread Starter whresumes

    (@whresumes)

    Thank You, That worked perfectly!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Shortcode’ is closed to new replies.