I have a “File - upload files/images” type field in a Confiforms TableView but when I enter an image file into the table, it shows a thumbnail of the image rather than just a download link to the file (like it would for a PDF, .doc, etc). Is there a way to disable this thumbnail functionality? It makes the table very cluttered.
You can transform the field's value as you need
For example, assuming your field to store attachment references is called "myfile", then you can put a ConfiForms Field macro inside your TableView and set's it's field name parameter to be something like
myfile.asAttachment.downloadPath.asLink([entry.myfile.asAttachment.displayTitle])
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.