From version 10.1
edited by sas
on 26.10.2021, 16:09
Change comment: There is no comment for this version
To version 12.1
edited by sas
on 05.01.2022, 18:16
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -42,7 +42,7 @@
42 42  ; [[Date and time initialization>>https://demo7.formcycle.eu/formcycle/form/alias/52/datepicker_initialization?lang=en||rel="noopener noreferrer" target="_blank"]]
43 43  : As soon as the form is opened, will be initial assigned the date and time value
44 44  
45 -; [[Date difference in days>>https://demo7.formcycle.eu/formcycle/form/alias/52/date_difference_in_days?lang=en||rel="noopener noreferrer" target="_blank"]]
45 +; [[Date difference in days>>https://demo7.formcycle.eu/formcycle/form/alias/52/date_difference?lang=en||rel="noopener noreferrer" target="_blank"]]
46 46  : Get difference in days from datepicker
47 47  
48 48  ; [[Date ranges and validation>>https://demo7.formcycle.eu/formcycle/form/alias/52/datepicker_validation?lang=en||rel="noopener noreferrer" target="_blank"]]
... ... @@ -76,12 +76,6 @@
76 76  
77 77  == Utility ==
78 78  
79 -; [[Formatting of numbers (autonumeric configuration)>>https://demo7.formcycle.eu/formcycle/form/alias/52/formatting_numbers?lang=en||rel="noopener noreferrer" target="_blank"]]
80 -: Automatic formatting of a text field in a configured format and unit (autonumeric)
81 -
82 -; [[Formatting different input types>>https://demo7.formcycle.eu/formcycle/form/alias/52/different_input_formatting?lang=en||rel="noopener noreferrer" target="_blank"]]
83 -: Demo for a time and custom formatting using the cleave.js library
84 -
85 85  ; [[Copy input values>>https://demo7.formcycle.eu/formcycle/form/alias/52/copy_input_values?lang=en||rel="noopener noreferrer" target="_blank"]]
86 86  : Copy an entered value of a field into a corresponding field (also into fields on the next page)
87 87  
... ... @@ -97,18 +97,11 @@
97 97  ; [[Set value before sending>>https://demo7.formcycle.eu/formcycle/form/alias/52/set_value_before_sending?lang=en||rel="noopener noreferrer" target="_blank"]]
98 98  : Before sending a form, check the form and set values.
99 99  
100 -{{velocity}}
101 -##; [[Textarea autosize>>#?lang=en||rel="noopener noreferrer" target="_blank"]]
102 -##: STILL OPEN
103 -{{/velocity}}
104 -
105 105  ; [[Save a form temporarily>>https://demo7.formcycle.eu/formcycle/form/alias/52/save_form_temporarily?lang=en||rel="noopener noreferrer" target="_blank"]]
106 106  : Save the state of a form so that it can be finished later
107 107  
108 -{{velocity}}
109 -##; [[Dynamic preassignment>>https://demo7.formcycle.eu/formcycle/form/alias/52/dynamic_prefill?lang=en||rel="noopener noreferrer" target="_blank"]]
110 -##: STILL OPEN
111 -{{/velocity}}
97 +; [[Generate serial numbers>>https://demo7.formcycle.eu/formcycle/form/alias/52/serial_number?lang=en||rel="noopener noreferrer" target="_blank"]]
98 +: Generate serial numbers using the database counter
112 112  
113 113  {{velocity}}
114 114  ##; [[Preassignment of repeating form elements>>#614?lang=en||rel="noopener noreferrer" target="_blank"]]
... ... @@ -115,6 +115,14 @@
115 115  ##: STILL OPEN
116 116  {{/velocity}}
117 117  
105 +== Formating ==
106 +
107 +; [[Formatting of numbers (autonumeric configuration)>>https://demo7.formcycle.eu/formcycle/form/alias/52/formatting_numbers?lang=en||rel="noopener noreferrer" target="_blank"]]
108 +: Automatic formatting of a text field in a configured format and unit (autonumeric)
109 +
110 +; [[Formatting different input types>>https://demo7.formcycle.eu/formcycle/form/alias/52/different_input_formatting?lang=en||rel="noopener noreferrer" target="_blank"]]
111 +: Demo for a time and custom formatting using the cleave.js library
112 +
118 118  == Validation ==
119 119  
120 120  ; [[Contraints for multi-select values>>https://demo7.formcycle.eu/formcycle/form/alias/52/contraints_multiselect_values?lang=en||rel="noopener noreferrer" target="_blank"]]