... |
... |
@@ -1,6
+1,6 @@ |
1 |
1 |
{{content/}} |
2 |
2 |
|
3 |
|
-Variables, sometimes also called placeholders, are used to dynamically insert the value of form fields, the results of actions, certain system properties and more. They are available to [[templates>>doc:Formcycle.UserInterface.FilesAndTemplates.WebHome]] and most settings of [[actions>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.WebHome]]. |
|
3 |
+Variables are used to dynamically insert the value of form fields, the results of actions, certain system properties and more. They are available to [[templates>>doc:Formcycle.UserInterface.FilesAndTemplates.WebHome]] and most settings of [[actions>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.WebHome]]. |
4 |
4 |
|
5 |
5 |
As a common use case, consider a form allowing users to enter their mail addresses. When you would like to send a mail to the address they entered, variables must be used. |
6 |
6 |
|
... |
... |
@@ -7,7
+7,7 @@ |
7 |
7 |
== Using variables == |
8 |
8 |
|
9 |
9 |
{{figure image="1_en_VariablesEmail.png" width="300" group="platzhalter"}} |
10 |
|
-Symbol for opening a placeholder selection on an option field and a text field as it is used inside the action type E-mail. |
|
10 |
+Symbol for opening a variable selection on an option field and a text field as it is used inside the action type E-mail. |
11 |
11 |
{{/figure}} |
12 |
12 |
|
13 |
13 |
{{figure image="2_en_Variables.png" width="300" group="platzhalter"}} |
... |
... |
@@ -118,7
+118,7 @@ |
118 |
118 |
[%$${{italic}}<Name>{{/italic}}%] |
119 |
119 |
{{/panel}} |
120 |
120 |
|
121 |
|
-A template variables takes the value of the content of a [[Template>>doc:Formcycle.UserInterface.FilesAndTemplates.WebHome]] (for example text, email, link) and can be used by action types such as [[Email>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.EMail]]. |
|
121 |
+A template variables takes the value of the content of a [[Template>>doc:Formcycle.UserInterface.FilesAndTemplates.WebHome]] (for example [[text>>doc:Formcycle.UserInterface.FilesAndTemplates.Text]], [[email>>doc:Formcycle.UserInterface.FilesAndTemplates.Email]], [[link>>doc:Formcycle.UserInterface.FilesAndTemplates.Link]]) and can be used by action types such as [[Email>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.EMail]]. |
122 |
122 |
|
123 |
123 |
=== Action variables === |
124 |
124 |
|