Inserting Date picker in my form

Hi,
If you want the user to insert the date manually you can use a regular input field. There is no option to insert manually or picking date from calendar in the same element. What you can do is to use a button or a switch to change between the date picker and the text input field.

Good luck :slight_smile: