Skip to content

Instantly share code, notes, and snippets.

@BinaryKitten
Created August 24, 2016 20:19
Show Gist options
  • Select an option

  • Save BinaryKitten/5eb4507155be0e6a3721d70692196b19 to your computer and use it in GitHub Desktop.

Select an option

Save BinaryKitten/5eb4507155be0e6a3721d70692196b19 to your computer and use it in GitHub Desktop.
<?php
$form_object = get_sub_field( 'form' );
if ( false !== $form_object ) {
gravity_form_enqueue_scripts( $form_object['id'], true );
gravity_form( $form_object['id'], true, true, false, '', true, 1 );
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment