From version 5.1
edited by tki
on 24.08.2021, 12:57
Change comment: There is no comment for this version
To version 39.1
edited by sas
on 17.11.2023, 13:56
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.tki
1 +XWiki.sas
Content
... ... @@ -12,16 +12,14 @@
12 12  
13 13  == Calculation ==
14 14  
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 diffrence between 2 values
15 +; [[Form examples for calculation element>>https://formexchange.formcycle.eu:443/formcycle/form/alias/104/widget_formula?lang=en||rel="noopener noreferrer" target="_blank"]] (in Form store available)
16 +: Examples of subtraction, summation and string concatenation
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}}
21 -##; [[Identical calculation for several form fields and summation of values>>#||rel="noopener noreferrer" target="_blank"]]
22 -##: (STILL OPEN)
23 -{{/velocity}}
18 +== Counter ==
24 24  
20 +; [[Example for using a counter>>https://demo7.formcycle.eu/formcycle/form/alias/52/counter/?lang=en||rel="noopener noreferrer" target="_blank"]]
21 +: It will be demonstrated how to display the actual count, lock appointments that are fully booked and use the counter in the workflow
22 +
25 25  == Data sources and database queries ==
26 26  
27 27  ; [[Automcomplete functions - application possibilities>>https://demo7.formcycle.eu/formcycle/form/alias/52/autocomplete_functions_2?lang=en||rel="noopener noreferrer" target="_blank"]]
... ... @@ -33,26 +33,35 @@
33 33  ; [[Prefilling data from a source>>https://demo7.formcycle.eu/formcycle/form/alias/52/prefilling_data?lang=en||rel="noopener noreferrer" target="_blank"]]
34 34  : Assign data from a data source to fields in the form
35 35  
36 -; [[Transfer select column data>>https://demo7.formcycle.eu/formcycle/form/alias/52/transfer_select_column?lang=en||rel="noopener noreferrer" target="_blank"]]
37 -: Assign data from a data source to fields in the form
34 +; [[Transfer select column data>>https://formexchange.formcycle.eu/formcycle/form/alias/104/transfer_select_column?lang=en||rel="noopener noreferrer" target="_blank"]] (in Form store available)
35 +: Demo to transfer the value of any column of a data source to another field
38 38  
37 +; [[Database query>>https://formexchange.formcycle.eu/formcycle/form/alias/104/database_query?lang=en||rel="noopener noreferrer" target="_blank"]] (in Form store available)
38 +: Demo for reading data from a database with a fixed parameter.
39 +
40 +; [[LDAP query via selection field and autocomplete>>https://demo7.formcycle.eu/formcycle/form/alias/52/ldap_query_selection?lang=en||rel="noopener noreferrer" target="_blank"]]
41 +: Fill the selection field with values from an LDAP query and request LDAP data using Autocomplete.
42 +
39 39  == Date and time ==
40 40  
41 -; [[Calendar functions>>https://demo7.formcycle.eu/formcycle/form/alias/52/calendar_functions?lang=en||rel="noopener noreferrer" target="_blank"]]
45 +; [[Calendar functions>>https://formexchange.formcycle.eu:443/formcycle/form/alias/104/calendar_functions?lang=en||rel="noopener noreferrer" target="_blank"]] (in Form store available)
42 42  : Demo for possible functions for configuration of the calendar widget
43 43  
44 -; [[Date and time initialization>>https://demo7.formcycle.eu/formcycle/form/alias/52/datepicker_initialization?lang=en||rel="noopener noreferrer" target="_blank"]]
48 +; [[Date and time initialization>>https://formexchange.formcycle.eu:443/formcycle/form/alias/104/date_time_initialization?lang=en||rel="noopener noreferrer" target="_blank"]] (in Form store available)
45 45  : As soon as the form is opened, will be initial assigned the date and time value
46 46  
47 -; [[Date difference in days>>https://demo7.formcycle.eu/formcycle/form/alias/52/date_difference_in_days?lang=en||rel="noopener noreferrer" target="_blank"]]
51 +; [[Date difference in days>>https://formexchange.formcycle.eu/formcycle/form/alias/104/date_difference_in_days?lang=en||rel="noopener noreferrer" target="_blank"]] (in Form store available)
48 48  : Get difference in days from datepicker
49 49  
50 -; [[Date ranges and validation>>https://demo7.formcycle.eu/formcycle/form/alias/52/datepicker_validation?lang=en||rel="noopener noreferrer" target="_blank"]]
54 +; [[Date ranges and validation>>https://formexchange.formcycle.eu:443/formcycle/form/alias/104/datepicker_validation?lang=en||rel="noopener noreferrer" target="_blank"]] (in Form store available)
51 51  : Comparing Dates and manipulate the datepicker
52 52  
53 -; [[Formatting Birthday field>>https://demo7.formcycle.eu/formcycle/form/alias/52/formatting_birthday_field?lang=en||rel="noopener noreferrer" target="_blank"]]
57 +; [[Formatting birthday field>>https://formexchange.formcycle.eu/formcycle/form/alias/104/formatting_birthday_field?lang=en||rel="noopener noreferrer" target="_blank"]] (in Form store available)
54 54  : Configuration of the datepicker widget
55 55  
60 +; [[Calculation age>>https://formexchange.formcycle.eu/formcycle/form/alias/104/calculating_age/?lang=en||rel="noopener noreferrer" target="_blank"]] (in Form store available)
61 +: Example to calculate the current age by entering a date.
62 +
56 56  ; [[Time difference>>https://demo7.formcycle.eu/formcycle/form/alias/52/time_difference?lang=en||rel="noopener noreferrer" target="_blank"]]
57 57  : Calculate the difference between two times
58 58  
... ... @@ -59,6 +59,11 @@
59 59  ; [[Time validation>>https://demo7.formcycle.eu/formcycle/form/alias/52/time_validation?lang=en||rel="noopener noreferrer" target="_blank"]]
60 60  : Comparing time values
61 61  
69 +== Appointment ==
70 +
71 +; [[Preassignment appointments>>https://demo7.formcycle.eu/formcycle/form/alias/52/pre-assign-appointment/?lang=en||rel="noopener noreferrer" target="_blank"]]
72 +: Demo how you can pre-assign a date to a appointment in a form.
73 +
62 62  == Style ==
63 63  
64 64  ; [[Change position of text>>https://demo7.formcycle.eu/formcycle/form/alias/52/change_text_position?lang=en||rel="noopener noreferrer" target="_blank"]]
... ... @@ -70,14 +70,17 @@
70 70  ; [[Customize repeating elements>>https://demo7.formcycle.eu/formcycle/form/alias/52/customize_repeating_elements?lang=en||rel="noopener noreferrer" target="_blank"]]
71 71  : Use your own custom buttons for repeating elements
72 72  
73 -; [[Numbering repeatable elements using CSS>>https://demo7.formcycle.eu/formcycle/form/alias/52/numbering_repeatable_elements_css?lang=en||rel="noopener noreferrer" target="_blank"]]
85 +; [[Numbering repeatable elements using CSS>>https://formexchange.formcycle.eu:443/formcycle/form/alias/104/numbering_repeatable_elements_css?lang=en||rel="noopener noreferrer" target="_blank"]]
74 74  : Display a consecutive number for dynamic elements using CSS
87 +:
88 +; [[Numbering repeatable elements using JavaScript>>https://formexchange.formcycle.eu:443/formcycle/form/alias/104/numbering_repeatable_elements_js?lang=en||rel="noopener noreferrer" target="_blank"]]
89 +: Display a consecutive number for dynamic elements using JavaScript
75 75  
91 +; [[Using own fonts in the form>>https://demo7.formcycle.eu/formcycle/form/alias/52/using_own_font/?lang=en||rel="noopener noreferrer" target="_blank"]]
92 +: Integrate and use your own font via CSS
93 +
76 76  == Utility ==
77 77  
78 -; [[Formatting of numbers (autonumeric configuration)>>https://demo7.formcycle.eu/formcycle/form/alias/52/formatting_numbers?lang=en||rel="noopener noreferrer" target="_blank"]]
79 -: Automatic formatting of a text field in a configured format and unit (autonumeric)
80 -
81 81  ; [[Copy input values>>https://demo7.formcycle.eu/formcycle/form/alias/52/copy_input_values?lang=en||rel="noopener noreferrer" target="_blank"]]
82 82  : Copy an entered value of a field into a corresponding field (also into fields on the next page)
83 83  
... ... @@ -84,8 +84,8 @@
84 84  ; [[Delete form data>>https://demo7.formcycle.eu/formcycle/form/alias/52/delete_form_data?lang=en||rel="noopener noreferrer" target="_blank"]]
85 85  : Demonstrates how to clear one or all form fields in a form by clicking on a button
86 86  
87 -; [[Language selection>>https://demo7.formcycle.eu/formcycle/form/alias/52/language_selection?lang=en||rel="noopener noreferrer" target="_blank"]]
88 -: Demo to change the form language by click
102 +; Language selection
103 +: To enable a language selection option, the [[Language selection element widget>>doc:Formcycle.PluginDocumentation.WidgetXLanguageSwitchPlugin||target="_blank"]] should be used.
89 89  
90 90  ; [[Local import and export>>https://demo7.formcycle.eu/formcycle/form/alias/52/local_import_export?lang=en||rel="noopener noreferrer" target="_blank"]]
91 91  : Save form data into a XML file and load the file into the form.
... ... @@ -93,23 +93,21 @@
93 93  ; [[Set value before sending>>https://demo7.formcycle.eu/formcycle/form/alias/52/set_value_before_sending?lang=en||rel="noopener noreferrer" target="_blank"]]
94 94  : Before sending a form, check the form and set values.
95 95  
111 +; [[Generate serial numbers>>https://demo7.formcycle.eu/formcycle/form/alias/52/serial_number?lang=en||rel="noopener noreferrer" target="_blank"]]
112 +: Generate serial numbers using the database counter
113 +
96 96  {{velocity}}
97 -##; [[Textarea autosize>>#?lang=en||rel="noopener noreferrer" target="_blank"]]
115 +##; [[Preassignment of repeating form elements>>#614?lang=en||rel="noopener noreferrer" target="_blank"]]
98 98  ##: STILL OPEN
99 99  {{/velocity}}
100 100  
101 -; [[Save a form temporarily>>https://demo7.formcycle.eu/formcycle/form/alias/52/save_form_temporarily?lang=en||rel="noopener noreferrer" target="_blank"]]
102 -: Save the state of a form so that it can be finished later
119 +== Formating ==
103 103  
104 -{{velocity}}
105 -##; [[Dynamic preassignment>>https://demo7.formcycle.eu/formcycle/form/alias/52/dynamic_prefill?lang=en||rel="noopener noreferrer" target="_blank"]]
106 -##: STILL OPEN
107 -{{/velocity}}
121 +; [[Formatting of numbers (autonumeric configuration)>>https://formexchange.formcycle.eu/formcycle/form/provide/223/?lang=en||rel="noopener noreferrer" target="_blank"]] (in Form store available)
122 +: Automatic formatting of a text field in a configured format and unit (autonumeric)
108 108  
109 -{{velocity}}
110 -##; [[Preassignment of repeating form elements>>#614?lang=en||rel="noopener noreferrer" target="_blank"]]
111 -##: STILL OPEN
112 -{{/velocity}}
124 +; [[Formatting different input types>>https://demo7.formcycle.eu/formcycle/form/alias/52/different_input_formatting?lang=en||rel="noopener noreferrer" target="_blank"]]
125 +: Demo for a time and custom formatting using the cleave.js library
113 113  
114 114  == Validation ==
115 115  
... ... @@ -116,9 +116,6 @@
116 116  ; [[Contraints for multi-select values>>https://demo7.formcycle.eu/formcycle/form/alias/52/contraints_multiselect_values?lang=en||rel="noopener noreferrer" target="_blank"]]
117 117  : Demo how is it possible to change the visiblity of a element depending on several values of a selection
118 118  
119 -; [[Example for different input formatting>>https://demo7.formcycle.eu/formcycle/form/alias/52/different_input_formatting?lang=en||rel="noopener noreferrer" target="_blank"]]
120 -: Demo for a time and custom formatting
121 -
122 122  ; [[Examples for validation rules>>https://demo7.formcycle.eu/formcycle/form/alias/52/validation_rules?lang=en||rel="noopener noreferrer" target="_blank"]]
123 123  : Several examples of regular expressions for custom data types.
124 124  
... ... @@ -128,6 +128,9 @@
128 128  ; [[Required Field dependent on a status>>https://demo7.formcycle.eu/formcycle/form/alias/52/required_field_on_status?lang=en||rel="noopener noreferrer" target="_blank"]]
129 129  : Demo how it is possible to set a field required dependet on a status
130 130  
141 +; [[Custom conditions>>https://demo7.formcycle.eu/formcycle/form/alias/52/custom_condition/?lang=en||rel="noopener noreferrer" target="_blank"]]
142 +: Demo to create a own condition for inputs.
143 +
131 131  == Word (Fill) examples ==
132 132  
133 133  ; [[Word (Fill) - checkbox and radio buttons>>https://demo7.formcycle.eu/formcycle/form/alias/52/word-fill-cb?lang=en||rel="noopener noreferrer" target="_blank"]]
... ... @@ -154,7 +154,11 @@
154 154  ; [[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"]]
155 155  : Convert a upload to an image
156 156  
170 +== Workflow ==
171 +
172 +; [[Temporary storage of form data>>https://demo7.formcycle.eu/formcycle/form/alias/52/save_form_temporarily/?lang=en||rel="noopener noreferrer" target="_blank"]]
173 +: Save the state of a form so that it can be finished later.
174 +
157 157  == Other demos ==
158 158  
159 159  {{subpages depth="2" title="Example pages"/}}
160 -