jmccole83
1/10/2020 - 11:55 AM

Gravity From Shortcodes

Requires the plugin 'Advanced Custom Fields: Gravityforms Add-on' to select the form from a ACF field.

@php

  $content = get_field('form_block_form');

  $form_id = $content['id'];

@endphp

{!! do_shortcode('[gravityform id="'. $form_id .'" title="false" description="false" ajax="true"]') !!}