jeremylawson
Posts: 32
Joined: 27 Oct 08
Trust:
20 May 09 2:54 am
Hi Shawn,
You first need to upload the pdf to the webserver. For this you might use an ftp program like FileZilla. You can just put it in the same place as your WordPress or XSitePro files.
You should then be able to download it in your browser by going to the url example.com/my_free_ebook.pdf where
http://www.example.com is your website, and my_free_ebook.pdf is the filename of the pdf file you uploaded.
Now you can create a link to it. There are often fancy ways to do this depending on the software you're using, but the easiest way for me to tell you here is to copy and paste the following code into your thankyou page content.
<a href="/my_free_ebook.pdf">Download my free ebook!</a>
Remember to replace my_free_ebook.pdf with the actual filename of your pdf.
Last edited by ampie g on 28 Jan 10 4:19 am, edited 1 time in total.
Reason: removed http as URL only used as an illustration and not an actual link