Previous Next

In the form designer, click + Add visible field, then choose file as the field type.

file: prompts the user to attach a file. By default, users can attach only these file types: text, image, video, audio, PDF, ZIP, or MS Office files (Excel or Word). Alternatively, you can specify your own comma-separated list of MIME types for those types of files that you would like to accept; for example, this list includes the MIME types for MS Word and Excel files: "application/vnd.ms-excel, application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet".

In the spreadsheet form definition:

typenamelabelmediatype
filefieldnamequestion text 
filefieldnamequestion textapplication/vnd.ms-excel, application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Previous Next