Webmail

Attachment field

Usage

An attachment field is a type of field that allows the visitors to attach their own files to your form. This field is intended to be used along with the form container component.

Example

The attachment field can have the following settings:

{{file.name}}

{{attachmentCtrl.getFileSize(file.size)}}

{{attachmentCtrl.fileToUpload.name}}

{{attachmentCtrl.getFileSize(attachmentCtrl.fileToUpload.size)}}

Tooltip text

{{file.name}}

{{attachmentCtrl.getFileSize(file.size)}}

{{attachmentCtrl.fileToUpload.name}}

{{attachmentCtrl.getFileSize(attachmentCtrl.fileToUpload.size)}}