From version < 7.1 >
edited by nlo
on 13.05.2019, 16:48
To version < 8.1 >
edited by nlo
on 13.05.2019, 16:56
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -14,8 +14,8 @@
14 14  The subject of the mail. You can use [[variables>>Formcycle.UserInterface.Variables]].
15 15  * **Body**
16 16  The main content of the mail. You can use [[variables>>Formcycle.UserInterface.Variables]].
17 -* **Attachments**
18 -Attachments to be sent with the mail. All available files are shown in the list, check those files you would like to attach to the mail.
17 +* **Attachments from previous actions**: Previous actions that provide files are selectable here. The actions have to be in the same state and before this actions. The files of these actions will be attached to the email.
18 +* **Attachments from upload elements**: Files that have been attched to the form via [[upload elements>>Formcycle.FormDesigner.FormElements.Upload]] are selectable here.
19 19  
20 20  {{figure image="018En.png" width="300"/}}
21 21  
... ... @@ -25,11 +25,3 @@
25 25  
26 26  * When using variables referring to a dynamic form element within //Email to//, the mail will be sent to all mail addresses.
27 27  * When using variables referring to a dynamic form element within //Subject// or //Body//, the values of all dynamically created elements will be inserted concatenated with commas {{code}},{{/code}}.
28 -
29 -== Attachment file names ==
30 -
31 -The list of attachments displays a list of all previous actions that provide one or multiple files. When an action provides multiple files with the same name, an index will be added to the file name before the file is attached to the mail.
32 -
33 -For example, it is possible to upload multiple files with the same name with upload form elements. An action of type [[Provide uploads>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.DeprecatedProvideUpload]] makes these files available as mail attachments.
34 -
35 -The prefix {{code}}_<INDEX>{{/code}} will be added to the file name, otherwise an error would occur when trying to send the mail.
Copyright 2000-2024