Skip to content

Instantly share code, notes, and snippets.

@clifgriffin
Last active August 29, 2015 14:13
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save clifgriffin/380c865e272cee05c127 to your computer and use it in GitHub Desktop.
Gravity Forms Download Lead Capture: Editing the template
<div class="download-form">
<?php gravity_form(3, $display_title=true, $display_description=false, $display_inactive=false, $field_values=array('download_url' => get_post_meta(get_the_id(), 'download_file', true)), $ajax=false); ?>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment