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"]') !!}