Skip to content

Instantly share code, notes, and snippets.

@scheurta
Last active August 29, 2015 14:10
Show Gist options
  • Save scheurta/f716f4b607bd7ec5a10c to your computer and use it in GitHub Desktop.
Save scheurta/f716f4b607bd7ec5a10c to your computer and use it in GitHub Desktop.
Gravity forms field
$form = get_field( 'gravity_form' );
if ( $form ) {
echo do_shortcode( '[gravityforms id="' . $form->id . '" title="false" description="false" ajax="true"]' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment