Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Avada › Forums › Community Forum › Avada form to download pdf
Hi,
I need to build a form to capture a users name and email before they can download a pdf. Can anyone give me a link to an tutorial or example.
Cheers
Hi mate
Over the past days I have been struggling with this issue too.
Just make a normal form and use ‘Redirect url’ under ‘confirmation.
Fill in
window.open(‘http://www.example.com?ReportID=1’, ‘_blank’)
As confirmation url. Replace the http://example.com?ReportID=1 by the link to your file you want them to download.
Awesome! Thanks for the tip