If it is required to upload attachment or take pictures via a mobile device on the web form. This can be achieved by the following way:
-
- Configure the Actionable with the Attachments you need. This requires a JSON specifying each type of document that needs to be uploaded. Here is an example of a JSON that takes 2 files, 1 optional and 1 required:
[{"documentType":"Driver license","required":false},{"documentType":"Passport","required":true}]
FYI: the “Enable Extra Document Upload” is not used. - Drag and drop the “Attachments” component to the web form config page
- Generate and/or send out the form
- Upload files. The uploaded files will be attached to the record the web form was send from
- Configure the Actionable with the Attachments you need. This requires a JSON specifying each type of document that needs to be uploaded. Here is an example of a JSON that takes 2 files, 1 optional and 1 required: