I am very familiar with creating landing pages, CTA's, etc. I need help creating a download for product sheets for people to download and e-books that people will download. Ideally I'd like to use the e-book as a carrot to gram contact information and setup a workflow to this with marketing drip campaign.
Jul 12, 20211:01 PM - last edited on Jul 13, 20215:41 AM by TitiCuisset
Participant
Creating a download or e-book download
SOLVE
I have read the overall replies very attentively. the overall ideas are very helpful and valuable. I had also the same question but I have got ideas from here. thanks to all.
While I love a good workaround, it would be great to get Hubspot's attention on this. With the pop-up form, it's so easy to simply have a download link on the thank you page. Why isn't this also possible with a normal form? Not even when using the "template" for eBook/file download. Seems like a development oversight.
Jan 30, 20216:14 AM - edited Jan 30, 20216:16 AM
Member
Creating a download or e-book download
SOLVE
The lone change is in the install code, so you could utilize a similar structure, changing just the url for each record in the implant code. Could be valuable to make a shrouded field to particular which digital book was downloaded.
I am creating a download form for different documents. The form will need the same fields. I need to know if a form needs to be created for each document? or is there an easy way to do it?
In this solution, the visitor can't be redirected to a thank you page or anywhere else after the asset has been downloaded. Is that correct? If so, how do I achieve that?
This is a Javascript solution. In the form settings, redirect to a thank you page or show a Thank you message, then in the embed code insert the code marked in red. Remember to add a colon after formId: "xxx-xxx-xxx".
Nov 8, 202311:52 AM - edited Nov 8, 202312:27 PM
Member
Creating a download or e-book download
SOLVE
Hello,
I'm trying to use this solution so that when the user fills in the fields on my form and clicks on submit, they download an eBook, but at the moment with this code it just opens the file in a new tab and doesn't download it. However, after some research, I managed to use the following code:
Even if the "download" attribute has been set in the code, depends on the specific browser how to handle this request. Nowadays most of the browsers can open pdf files. Users can configure in their browsers if the pdf files should be downloaded or opened.
The only change is in the embed code, so you could use the same form, changing only the url for each file in the embed code. Could be useful to create a hidden field to distinct which ebook was downloaded.