PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Link uploaded file in Post Body

  1. I've been able to add an Upload File field in my form and am able to show this file in the post body using the Post Template.

    My problem is that only the link address shows in the post body and this link is not clickable. If the reader would like to download this link he has to copy and paste the link.

    How do I make this link clickable?

    Eg. http://jbayjobs.co.za/test-upload

    Posted 13 years ago on Monday January 17, 2011 | Permalink
  2. You can just integrate the URL with some link HTML; something like this:

    <a href="{File:8}">Download this file!</a>

    Posted 13 years ago on Monday January 17, 2011 | Permalink