... |
... |
@@ -12,9 +12,14 @@ |
12 |
12 |
|
13 |
13 |
== Calculation == |
14 |
14 |
|
15 |
|
-; [[Form examples for calculation element>>https://demo7.formcycle.eu/formcycle/form/alias/52/widget_formula/||rel="noopener noreferrer" target="_blank"]] |
16 |
|
-: Examples of subtraction, summation and string concatenation |
|
15 |
+; [[Subtraction of 2 values>>https://demo7.formcycle.eu/formcycle/form/alias/52/subtraction_2_values?lang=en||rel="noopener noreferrer" target="_blank"]] |
|
16 |
+: Calculation of a difference between 2 values |
17 |
17 |
|
|
18 |
+; [[Summation of values>>https://demo7.formcycle.eu/formcycle/form/alias/52/summation_values?lang=en||rel="noopener noreferrer" target="_blank"]] |
|
19 |
+: Calculation of a sum for different types |
|
20 |
+{{velocity}}##; [[Identical calculation for several form fields and summation of values>>#||rel="noopener noreferrer" target="_blank"]] |
|
21 |
+##: (STILL OPEN){{/velocity}} |
|
22 |
+ |
18 |
18 |
== Data sources and database queries == |
19 |
19 |
|
20 |
20 |
; [[Automcomplete functions - application possibilities>>https://demo7.formcycle.eu/formcycle/form/alias/52/autocomplete_functions_2?lang=en||rel="noopener noreferrer" target="_blank"]] |
... |
... |
@@ -37,7 +37,7 @@ |
37 |
37 |
; [[Date and time initialization>>https://demo7.formcycle.eu/formcycle/form/alias/52/datepicker_initialization?lang=en||rel="noopener noreferrer" target="_blank"]] |
38 |
38 |
: As soon as the form is opened, will be initial assigned the date and time value |
39 |
39 |
|
40 |
|
-; [[Date difference in days>>https://demo7.formcycle.eu/formcycle/form/alias/52/date_difference?lang=en||rel="noopener noreferrer" target="_blank"]] |
|
45 |
+; [[Date difference in days>>https://demo7.formcycle.eu/formcycle/form/alias/52/date_difference_in_days?lang=en||rel="noopener noreferrer" target="_blank"]] |
41 |
41 |
: Get difference in days from datepicker |
42 |
42 |
|
43 |
43 |
; [[Date ranges and validation>>https://demo7.formcycle.eu/formcycle/form/alias/52/datepicker_validation?lang=en||rel="noopener noreferrer" target="_blank"]] |
... |
... |
@@ -66,11 +66,14 @@ |
66 |
66 |
; [[Numbering repeatable elements using CSS>>https://demo7.formcycle.eu/formcycle/form/alias/52/numbering_repeatable_elements_css?lang=en||rel="noopener noreferrer" target="_blank"]] |
67 |
67 |
: Display a consecutive number for dynamic elements using CSS |
68 |
68 |
|
69 |
|
-; [[Using own fonts in the form>>https://demo7.formcycle.eu/formcycle/form/alias/52/using_own_font/?lang=en||rel="noopener noreferrer" target="_blank"]] |
70 |
|
-: Integrate and use your own font via CSS |
71 |
|
- |
72 |
72 |
== Utility == |
73 |
73 |
|
|
76 |
+; [[Formatting of numbers (autonumeric configuration)>>https://demo7.formcycle.eu/formcycle/form/alias/52/formatting_numbers?lang=en||rel="noopener noreferrer" target="_blank"]] |
|
77 |
+: Automatic formatting of a text field in a configured format and unit (autonumeric) |
|
78 |
+ |
|
79 |
+; [[Formatting different input types>>https://demo7.formcycle.eu/formcycle/form/alias/52/different_input_formatting?lang=en||rel="noopener noreferrer" target="_blank"]] |
|
80 |
+: Demo for a time and custom formatting using the cleave.js library |
|
81 |
+ |
74 |
74 |
; [[Copy input values>>https://demo7.formcycle.eu/formcycle/form/alias/52/copy_input_values?lang=en||rel="noopener noreferrer" target="_blank"]] |
75 |
75 |
: Copy an entered value of a field into a corresponding field (also into fields on the next page) |
76 |
76 |
|
... |
... |
@@ -77,8 +77,8 @@ |
77 |
77 |
; [[Delete form data>>https://demo7.formcycle.eu/formcycle/form/alias/52/delete_form_data?lang=en||rel="noopener noreferrer" target="_blank"]] |
78 |
78 |
: Demonstrates how to clear one or all form fields in a form by clicking on a button |
79 |
79 |
|
80 |
|
-; Language selection |
81 |
|
-: To enable a language selection option, the [[Language selection element widget>>doc:Formcycle.PluginDocumentation.WidgetXLanguageSwitchPlugin||target="_blank"]] should be used. |
|
88 |
+; [[Language selection>>https://demo7.formcycle.eu/formcycle/form/alias/52/language_selection?lang=en||rel="noopener noreferrer" target="_blank"]] |
|
89 |
+: Demo to change the form language by click |
82 |
82 |
|
83 |
83 |
; [[Local import and export>>https://demo7.formcycle.eu/formcycle/form/alias/52/local_import_export?lang=en||rel="noopener noreferrer" target="_blank"]] |
84 |
84 |
: Save form data into a XML file and load the file into the form. |
... |
... |
@@ -86,11 +86,18 @@ |
86 |
86 |
; [[Set value before sending>>https://demo7.formcycle.eu/formcycle/form/alias/52/set_value_before_sending?lang=en||rel="noopener noreferrer" target="_blank"]] |
87 |
87 |
: Before sending a form, check the form and set values. |
88 |
88 |
|
|
97 |
+{{velocity}} |
|
98 |
+##; [[Textarea autosize>>#?lang=en||rel="noopener noreferrer" target="_blank"]] |
|
99 |
+##: STILL OPEN |
|
100 |
+{{/velocity}} |
|
101 |
+ |
89 |
89 |
; [[Save a form temporarily>>https://demo7.formcycle.eu/formcycle/form/alias/52/save_form_temporarily?lang=en||rel="noopener noreferrer" target="_blank"]] |
90 |
90 |
: Save the state of a form so that it can be finished later |
91 |
91 |
|
92 |
|
-; [[Generate serial numbers>>https://demo7.formcycle.eu/formcycle/form/alias/52/serial_number?lang=en||rel="noopener noreferrer" target="_blank"]] |
93 |
|
-: Generate serial numbers using the database counter |
|
105 |
+{{velocity}} |
|
106 |
+##; [[Dynamic preassignment>>https://demo7.formcycle.eu/formcycle/form/alias/52/dynamic_prefill?lang=en||rel="noopener noreferrer" target="_blank"]] |
|
107 |
+##: STILL OPEN |
|
108 |
+{{/velocity}} |
94 |
94 |
|
95 |
95 |
{{velocity}} |
96 |
96 |
##; [[Preassignment of repeating form elements>>#614?lang=en||rel="noopener noreferrer" target="_blank"]] |
... |
... |
@@ -97,14 +97,6 @@ |
97 |
97 |
##: STILL OPEN |
98 |
98 |
{{/velocity}} |
99 |
99 |
|
100 |
|
-== Formating == |
101 |
|
- |
102 |
|
-; [[Formatting of numbers (autonumeric configuration)>>https://demo7.formcycle.eu/formcycle/form/alias/52/formatting_numbers?lang=en||rel="noopener noreferrer" target="_blank"]] |
103 |
|
-: Automatic formatting of a text field in a configured format and unit (autonumeric) |
104 |
|
- |
105 |
|
-; [[Formatting different input types>>https://demo7.formcycle.eu/formcycle/form/alias/52/different_input_formatting?lang=en||rel="noopener noreferrer" target="_blank"]] |
106 |
|
-: Demo for a time and custom formatting using the cleave.js library |
107 |
|
- |
108 |
108 |
== Validation == |
109 |
109 |
|
110 |
110 |
; [[Contraints for multi-select values>>https://demo7.formcycle.eu/formcycle/form/alias/52/contraints_multiselect_values?lang=en||rel="noopener noreferrer" target="_blank"]] |
... |
... |
@@ -145,11 +145,6 @@ |
145 |
145 |
; [[Word (Fill) - image from a upload field>>https://demo7.formcycle.eu/formcycle/form/alias/52/word-fill-upload-to-img?lang=en||rel="noopener noreferrer" target="_blank"]] |
146 |
146 |
: Convert a upload to an image |
147 |
147 |
|
148 |
|
-== Workflow == |
149 |
|
- |
150 |
|
-; [[Temporary storage of form data>>https://demo7.formcycle.eu/formcycle/form/alias/52/save_form_temporarily/?lang=en||rel="noopener noreferrer" target="_blank"]] |
151 |
|
-: Save the state of a form so that it can be finished later. |
152 |
|
- |
153 |
153 |
== Other demos == |
154 |
154 |
|
155 |
155 |
{{subpages depth="2" title="Example pages"/}} |