hello, i have just the same problam, did you find a solution?
Not yet. Still searching. Let me know if you find a solution b4 I do.
I’m thinking of purchasing Quform. It has the feature built in, but i don’t want to spend the $25 bucks right now.
I’m guessing but probably just like you would any other page?
Try putting this in your form?
<p><a href="http://www.yourdomain.com/document.pdf">Click here to download PDF</a></p>
or if you want to style the link specifically for that page:
<p><a href="http://www.yourdomain.com/document.pdf">Click here to download PDF</a></p>
http://www.w3schools.com/tags/att_a_target.asp
http://www.w3schools.com/cssref/pr_text_text-decoration.asp
and if you need help figuring out what the URL is to your PDF, just click on the [media] tab within the back-end of your WP site and then upload the PDF. After the PDF uploads, you can get the exact URL which is provided. Highlight, right-click, then copy. Then return to your form, cut-and-paste’ link, then style the code around it, as it looks above. You can specify any number of CSS attributes to style the link as needed, such as font-size, font-weight, text-decoration, color, etc.
@waterworks Thanks for the suggestion, but I’m trying to incorporate the link “within” a Contact Form 7 form. Let me know if you know how to do that.