Skip to content

Instantly share code, notes, and snippets.

@davidperezgar
Last active January 11, 2016 10:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidperezgar/8b99696b833b5aca9b4c to your computer and use it in GitHub Desktop.
Save davidperezgar/8b99696b833b5aca9b4c to your computer and use it in GitHub Desktop.
Gravity Forms PHP
<?php gravity_form($id_or_title, $display_title=true, $display_description=true, $display_inactive=false, $field_values=null, $ajax=false, $tabindex); ?>
<?php //default values: ?>
<?php gravity_form(1, true, true, false, null, false, 0); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment