Is there a type of field like File, not just for uploading document file types (pdf, docx, zip, etc), but also a wider range like images?
Problem: I need to allow members to upload an insurance certificate to their profile. Some have a pdf, but nowadays many take a photo to upload.
Not to display the image, just to show it as a hyperlink, like the File type does (insurance certificates aren't pretty enough to show off). Then I can make it accessible to a site admin - for proving compliance with the insurance company's terms.
I found CB Gallery Table Template for upload of various file types, but I don't need a list - just one link per upload.
[Edited] Soution (discovered by myself):
One can set the validation rules on a per field basis to widen the list of valid file types.
CB > Field Management > [Select instance of Type File] > [Parameters] tab > [Validation] tab > Allowed File Types
Allowed File Types: zip,rar,tar,odt,rtf,doc,docx,pdf,ps,eps,txt,xls,xlsx,ods,csv,html,eml,msg,gif,png,jpg,jpeg,webp,svg (Default: zip,rar,doc,pdf,txt,xls)
Thanks