Refresh HTML object and rerun JavaScript on Form
Posted: Mon May 17, 2021 4:43 pm
Hi,
I need to create a calendar on a form:
Therefore I created a :
- new Form where the JavaScript is defined to create the calendar
- HTML Object (to show the calendar)
- Date Picker to select the month that should be displayed
I didn't find a way how to use the selected date from the Input object (Datum) and to refresh the calendar based on the selected month of the input object.
Is there a way to forward the selected date to the JavaScript and to re-build the calendar without storing the value of the input object in the database?
BR,
Oli
I need to create a calendar on a form:
Therefore I created a :
- new Form where the JavaScript is defined to create the calendar
- HTML Object (to show the calendar)
- Date Picker to select the month that should be displayed
I didn't find a way how to use the selected date from the Input object (Datum) and to refresh the calendar based on the selected month of the input object.
Is there a way to forward the selected date to the JavaScript and to re-build the calendar without storing the value of the input object in the database?
BR,
Oli