More options in Date & Time form element
A
Andy Stoutenbeek
We would like to have more options within the date & time form element.
What we are specifically looking for is a option so the user can only choose dates from 5 days in the future. For example: Today it's the 21st and the next available date that the user can choose is the 26th or later.
K
KaHo Man
It would be great if the date & time picker component of the dynamic forms could support more options. The use case I currently miss is the option to set a maximum choosable date. Usually whenever we want to create a temporary account, we let the end user choose an end date. This will be set to the attribute accountExpires. With the current date & time picker, the user is free to choose whatever date is required. We would like to limit this to a maximum of x days.
There are workarounds, for example use other components. Let the user choose from 5 options (dropdownlist or radiobutton), but that is not really user friendly. Just like the selfservice products with a time limitation, you see a nice date time picker with only the options configured from the product.
M
Michiel van der Veeken
Andy Stoutenbeek You could use a PowerShell data source to generate the available dates and show them in a dropdown or radio element for example.