From version 18.1
edited by sas
on 04.03.2022, 15:08
Change comment: There is no comment for this version
To version 34.1
edited by sas
on 09.11.2022, 19:02
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -12,9 +12,15 @@
12 12  
13 13  == Calculation ==
14 14  
15 -; [[Form examples for calculation element>>https://demo7.formcycle.eu/formcycle/form/alias/52/widget_formula?lang=en||rel="noopener noreferrer" target="_blank"]]
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 16  : Examples of subtraction, summation and string concatenation
17 17  
18 +(% class="wikigeneratedid" %)
19 +== Counter ==
20 +
21 +; [[Example for using a counter>>https://demo7.formcycle.eu/formcycle/form/alias/52/counter/?lang=en||rel="noopener noreferrer" target="_blank"]]
22 +: It will be demonstrated how to display the actual count, lock appointments that are fully booked and use the counter in the workflow.Termine welche ausgebucht sind zu sperren und im Workflow den Zähler zu verwenden
23 +
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"]]
... ... @@ -26,29 +26,32 @@
26 26  ; [[Prefilling data from a source>>https://demo7.formcycle.eu/formcycle/form/alias/52/prefilling_data?lang=en||rel="noopener noreferrer" target="_blank"]]
27 27  : Assign data from a data source to fields in the form
28 28  
29 -; [[Transfer select column data>>https://demo7.formcycle.eu/formcycle/form/alias/52/transfer_select_column?lang=en||rel="noopener noreferrer" target="_blank"]]
35 +; [[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)
30 30  : Demo to transfer the value of any column of a data source to another field
31 31  
32 -; [[LDAP query via selection field>>https://demo7.formcycle.eu/formcycle/form/alias/52/ldap_query_selection?lang=en||rel="noopener noreferrer" target="_blank"]]
33 -: Fill the selection field with values from an LDAP query.
38 +; [[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"]]
39 +: Fill the selection field with values from an LDAP query and request LDAP data using Autocomplete.
34 34  
35 35  == Date and time ==
36 36  
37 -; [[Calendar functions>>https://demo7.formcycle.eu/formcycle/form/alias/52/calendar_functions?lang=en||rel="noopener noreferrer" target="_blank"]]
43 +; [[Calendar functions>>https://formexchange.formcycle.eu:443/formcycle/form/alias/104/calendar_functions?lang=en||rel="noopener noreferrer" target="_blank"]] (in Form store available)
38 38  : Demo for possible functions for configuration of the calendar widget
39 39  
40 -; [[Date and time initialization>>https://demo7.formcycle.eu/formcycle/form/alias/52/datepicker_initialization?lang=en||rel="noopener noreferrer" target="_blank"]]
46 +; [[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)
41 41  : As soon as the form is opened, will be initial assigned the date and time value
42 42  
43 -; [[Date difference in days>>https://demo7.formcycle.eu/formcycle/form/alias/52/date_difference?lang=en||rel="noopener noreferrer" target="_blank"]]
49 +; [[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)
44 44  : Get difference in days from datepicker
45 45  
46 -; [[Date ranges and validation>>https://demo7.formcycle.eu/formcycle/form/alias/52/datepicker_validation?lang=en||rel="noopener noreferrer" target="_blank"]]
52 +; [[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)
47 47  : Comparing Dates and manipulate the datepicker
48 48  
49 -; [[Formatting Birthday field>>https://demo7.formcycle.eu/formcycle/form/alias/52/formatting_birthday_field?lang=en||rel="noopener noreferrer" target="_blank"]]
55 +; [[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)
50 50  : Configuration of the datepicker widget
51 51  
58 +; [[Calculation age>>https://formexchange.formcycle.eu/formcycle/form/alias/104/calculating_age/?lang=en||rel="noopener noreferrer" target="_blank"]] (in Form store available)
59 +: Example to calculate the current age by entering a date.
60 +
52 52  ; [[Time difference>>https://demo7.formcycle.eu/formcycle/form/alias/52/time_difference?lang=en||rel="noopener noreferrer" target="_blank"]]
53 53  : Calculate the difference between two times
54 54  
... ... @@ -71,8 +71,11 @@
71 71  ; [[Customize repeating elements>>https://demo7.formcycle.eu/formcycle/form/alias/52/customize_repeating_elements?lang=en||rel="noopener noreferrer" target="_blank"]]
72 72  : Use your own custom buttons for repeating elements
73 73  
74 -; [[Numbering repeatable elements using CSS>>https://demo7.formcycle.eu/formcycle/form/alias/52/numbering_repeatable_elements_css?lang=en||rel="noopener noreferrer" target="_blank"]]
83 +; [[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"]]
75 75  : Display a consecutive number for dynamic elements using CSS
85 +:
86 +; [[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"]]
87 +: Display a consecutive number for dynamic elements using JavaScript
76 76  
77 77  ; [[Using own fonts in the form>>https://demo7.formcycle.eu/formcycle/form/alias/52/using_own_font/?lang=en||rel="noopener noreferrer" target="_blank"]]
78 78  : Integrate and use your own font via CSS