Restrict content to form submission

Hi! I want to restrict parts of post content or downloads to form submission. Is there an easy way to this? I see that there is a “Show download info” in the actions of the forms, but there are no options for it?

I think show download info has something to do with the pdf creator. When it comes to restricting content the solution is going to be different based on the use case so we’d need to know more info to be sure of the correct direction to take. Here’s an example of a cookie based solution to give you an idea.

You can use the set storage item and page reload actions on your form

Then on the container that has your content add an interaction set to “content load” and put a interaction condition set to local storage that matches the values in your form.

1 Like