Give users the option to upload any type of file to their submission.
To add a file upload option to your form:
enctype="multipart/form-data"
to your form tagtype="file"
You can validate file uploads using our form validation rules. See the form validation introduction to learn how to use the rules. Then you can apply one of the following commonly used validation rules for file uploads:
In a notification email you can display the uploaded file in two different ways:
A link to the file will be displayed in the notification email. When clicked you will be able to see the file in a web browser. This is the only option avialable on the bronze plan.
You can attach the uploaded file to the notification email. This option starts on the silver plan. To attach the files to the notification email follow these steps:
The total message size should not exceed 20MB. This includes the message itself, headers, and any attachments. If you would like to send a message with files greater than 20MB then we recommend linking to the file in the email rather than attaching it.
The maximum file size per upload is 1GB.
Plan | Storage Limit |
---|---|
Free | Not available |
Bronze | 1GB |
Silver | 5GB |
Gold | 20GB |
Platinum | 40GB |