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




October 1, 2012 at 1:12 pm
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.