All Collections
Thrive Architect
Working in Thrive Architect
Create a Button That Immediately Starts the Download of a File
Create a Button That Immediately Starts the Download of a File

Learn how to set a button to immediately download a link in Thrive Architect.

Iulia Dezmirean avatar
Written by Iulia Dezmirean
Updated over a week ago

In some cases, you might want to attach a document on your site that starts downloading upon the click of a button.

This can be achieved by linking the file to a button and, when someone clicks on it, the download starts immediately.

There is no specific option that can be used for this. However you are able to set the download attribute in the HTML of the button.

Here's how to do that:

Access the page/post (or opt-in, if using Thrive Leads/Thrive Ultimatum pop-ups)

Once you've opened one of the Thrive editors, you can add a "Button" element to the page. To do that, proceed just like in the case of any Thrive Architect element. Go to the right sidebar and click on the plus sign:

Then, look for the “Button” element or search for it in the search bar:

Next, you can drag and drop it anywhere you want it to be placed on your page:

After you customize the "Button" element, go to the "Button Link" section and insert the URL of the file in the "Target URL" field:

Note: The download will start only if the file URL is secure (https).

Now, it will be easier to find the button in the HTML of the page and add the download attribute to it.

Open the HTML Editor

Next, you have to open the HTML editor of the page/post. For that, go to the right sidebar and click on "Settings":

Go to "Advanced Settings":

And open the page source (HTML):

Add the download attribute to the button <div>

Now use ctrl+F and search for the link you've added for the button:

Once you have found the button <div> , go ahead and add the download parameter at the end of it:

Make sure you save the HTML source page:

And, after returning to the Thrive editor, you can go ahead and save the page as well:

If the link of the file is correct, the click on the button will now start the download of the file, instead of simply opening it in a new tab.

Hopefully, this short article was useful to you. Make sure to check out our knowledge base if you need more information on Thrive Architect or any other Thrive products.

Did this answer your question?