Support

Account

Home Forums Front-end Issues Need help implementing shortcode Reply To: Need help implementing shortcode

  • it is also possible that shortcode unfortunately get formatted, than this should work:

    <?php $shortcode = get_field('request_demo_shortcode', false, false);
    do_shortcode($shortcode);?>

    (3 parameter should be false)