Skip to content

Instantly share code, notes, and snippets.

@dreadfullyposh
Last active August 29, 2015 14:01
Show Gist options
  • Save dreadfullyposh/55e11a0ad6cc9fe8cddc to your computer and use it in GitHub Desktop.
Save dreadfullyposh/55e11a0ad6cc9fe8cddc to your computer and use it in GitHub Desktop.
Using FreeForm to protect downloads
// This is the form template, note the return including the form entry id
{exp:freeform:form
form_name="downloadform"
return="templategroup/downloadtemplate/%%entry_id%%"
}
// fields go here..
{/exp:freeform:form}
// This is the download template specified in return
{exp:freeform:entries
entry_id="{segment_3}"
dynamic="no"
}
{if freeform:no_results}No downlaods for you!{/if}
// all the download links go here.
{/exp:freeform:entries}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment