Use Formidable Forms Pro to protect your gated content file downloads and offer a download file on submit. Gated content is content that can only be accessed by users who submit your form. This ensures that only people who have paid for the content (via your form) or submitted the required form to access the content (such as a lead generation form) can access the content. Formidable will protect your content so it can't be illicitly shared with others.
Step 1: Create a Form to Protect the Files
- Create a new Form; name it "Protected Files."
- Next, add two fields; the first will be Single Line Text field and name it File Name. Now, make this field required and unique.
- Second, add a File Upload field.
- Next, click Create to save the form. When the form settings load, check the box that says Protect all files uploaded in this form. Lastly, click Update to save the form settings.
Step 2: Create a View to Display the Protected Files
- Create a new View; name it "Display Protected File."
- Next, set the View Basic Settings to show a Single Entry.
- In the Content Box, enter the following HTML, where [28490] is the Field ID of the File Upload field, and [28489] is the Field ID of the File Name field:
<a href="[28490]">Open [28489]</a>
- Now, add a filter to the Advanced Settings of the View that says:
- File Name equal to [get param=filename default=0]
- Next, save the View.
Step 3: Display the download file after form submission
- Go to your existing form, or create a new one. Once in the form, go to the Form Settings.
- Now, set the Form to Show a Message on submit.
- Display the View in the form success message. The View shortcode should look like this:
[display-frm-data id=6682 filename="Test File"]
- 6682 is the ID of your View
- Test File is the name you put in the File Name field when you submitted the form, and
- Finally, update your form and you are done!