Skip to content

Instantly share code, notes, and snippets.

@advokatb
Forked from mandiwise/Gravity Forms and Fancybox
Created November 10, 2015 13:27
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 advokatb/dce10132e956200afa8e to your computer and use it in GitHub Desktop.
Save advokatb/dce10132e956200afa8e to your computer and use it in GitHub Desktop.
Using Gravity Forms with a modal and ajax
<div id="voting-form" style="display:none">
<?php echo do_shortcode( '[gravityform id="6" title="false" description="false" ajax="true"]' ) ?>
</div>
<a href="#voting-form" class="fancybox button">Vote Now</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment