Displaying download link for .doc uploads

Hi

I have created a form for the user to upload documents. These will mostly be .docx [or .pdf if allowed?]

I have created a custom layout that shows fields describing the doc [title, tags, description] no problem.

I want to link from title to doc location [ie download the doc]. I’ve looked at this in the knowledgebase: http://formidablepro.com/knowledgebase/display-your-form-data/ and esp under ‘File Upload fields’ but I can’t see the answer.

Thanks

You should be able to do this with a little HTML in your custom display. It would look like:
<a href="[25]">Download [25]</a> where 25 is the ID of your file upload field.

Yes, PDF's should be able to be uploaded.

Topic closed.