Below the main post area, you will see a box called “PDF Download”. Once complete, that box is where you can enter a hyperlink to create a download link to a PDF.
The download link is revealed after a user has submitted the form. We are using the “Gravity Forms” plugin to capture info. After a form is submitted, Gravity Forms lets us redirect to a URL. We redirect to the post where we attached a download link. If a post has a download link attached to it, we can see that link by appending “&download=true” to the URL. Eg:
https://sldinfo.com/?p=123&download=true
Once complete, the download link will only be displaye to users who have already submitted the form.