Changes for page Variablenbereich


From version 2.1
edited by fse
on 16.07.2021, 13:29
Change comment: There is no comment for this version
To version 3.1
edited by fse
on 16.07.2021, 13:29
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -9,7 +9,7 @@
9 9  * Server-only variables: They are never available in the browser and cannot be accessed from JavaScript. You can only use them on the server, eg. with plugins or workflow actions.
10 10  * Server and client variables: They can be accessed from JavaScript and are also available on the server. This creates hidden input fields in the form: {{code language="none"}}<input type="hidden">{{/code}}
11 11  
12 -Just as with normal form fields, you can access variables by their name. On the server, you need to use the alias instead. To set an initial value for a variable, enter it in the default value column. Finally, you can also [[prefill variables via URL parameters>>doc:Formcycle.FormDesigner.URLParameter]]. The name of the URL parameter must match the name of the variable.
12 +Just as with normal form fields, you can access variables by their name. On the server, you need to use the alias instead. To set an initial value for a variable, enter it in the default value column. Finally, you can also [[prefill variables via URL parameters>>doc:Formcycle.Designer.Form.URLParameter]]. The name of the URL parameter must match the name of the variable.
13 13  
14 14  For each variable, you can set the following options:
15 15