Showing all posts with tag file (3)
Repeater with file
To attach files from a repeater to your email message, you need to wrap the file-field with the name of the repeater in the attachments field. For example, if your form looks like this: The attachment field should look like this: You can also show the file names in the email body like this: Demo: … Read More
Conditional file attachments
The file field is a supported conditional field. But apart from simply showing/hiding groups based on the fact if a file is selected or not, you can also add files conditionally. Attach files from your media library conditionally Take this form as an example: Select file: [select “file-1” “file-2” “file-3”] [group g1]file-1 will be emailed … Read More