Skip to content

Instantly share code, notes, and snippets.

@DevTarakanova
Last active November 27, 2018 11:53
Show Gist options
  • Save DevTarakanova/fbcffbeb04e2499f40375993b26ecb99 to your computer and use it in GitHub Desktop.
Save DevTarakanova/fbcffbeb04e2499f40375993b26ecb99 to your computer and use it in GitHub Desktop.
shortcode for gravityform
<?php
$form_object = get_field('your_form_field');
echo do_shortcode('[gravityform id="' . $form_object['id'] . '" title="true" description="true" ajax="true"]');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment