Posted on 12/03/2025 11:38:36
Hi Adrian
The way we do it is simply using the Rich Text Editor in the receipt of the form - here you will make a link to the file to download in the text and it will be added to the receipt of the email.

An alternative is to let the user be redirected to a new page after form submission - and then the page after submission will contain the download link.
If you just want one page with one form that depending on some kind of selection will send an email with a link to different downloads, you have to do make some changes to the receipt template. E.g. you can use a hidden field in the form to submit the file to download.
To limit the link to only work for one user would require the user to login - all other solutions, like using a hash or token, will not work as that can just be forwarded to anyone. I cannot think of a way to limit a download link to one specific user without registering them and ask them to login - and even then they can share password until we get rid of those....
BR Nicolai