Hi, I have a form that allows multiple file uploads in a File Upload field. Is there a way to separate the multiple file entries this type of form field creates when displaying it as a view? Right now when I place that File Upload field in a view I just get a comma-separated list, what I'd like is to be able to put HTML tags on each individual value and include that in my view so a user can click them to view or download.
This gets me most of the way:
[910 show_image=1]
[910 add_link=1 ]
But it puts the images all in a row, then gives me a list of URLs separated by commas.
What I want is for the image to appear along with its link, new line, next image and its link below, etc.
I realize I can create multiple file upload fields butI'd prefer to have them all in one. Thanks in advance.
Have you read through this documentation? It shows you how to use HTML to display a list. https://formidableforms.com/knowledgebase/file-upload/#kb-display-images
You can also display as a gallery.
Yes, I hadn't thoroughly read the doc, thanks! Is it possible to get those list items to be clickable links?
Never mind, just added "Add_Link=1" to the list item field reference and now the links are clickable as well.
Please login or Register to submit your answer