Hello, I have some buttons on the site that link directly to PDF files. are there any attributes that can be added to the button to instruct the browser to download the PDF upon pushing the button rather than opening it in a browser window?
1 Like
On the Customize tab of the Inspector there is a control for Custom Attributes. Try adding one with a key of download
and a value that you want to use as the initial download filename like your-file.pdf
Thanks, @alexander!
Just for future reference if anyone else needs it, I added the URL for the file in the “link” section of the button’s setup area. Then per Alexander’s instruction, added the download key and the value I wanted use for the filename upon download.
Thanks again!
Great! You’re most welcome.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.