How do I create a download link for my report ?

1 replies
Im on the Thank You page now of my site and i do not know how to create a download link so the customer can download the report . thanks in advance
#create #download #link #report
  • Profile picture of the author mostphere
    Hi..

    It pretty easy. It is just the same as you create another link.

    I assume that you need to upload your product first, or at least you already planned what link url your product will be, for instance:

    http://yourwebsite.com/productname.pdf

    http://yourwebsite.com/product/productname.pdf

    I assumed your product is in pdf format

    Then, make your download link. For example, in your thank you page you provide anchor text link: Download Here!

    So the html should be: <a href="http://yourwebsite.com/productname.pdf">Download Here</a>

    It will create a link, and each time everyone click on that link, your product automatically downloaded.
    {{ DiscussionBoard.errors[1553859].message }}

Trending Topics