I think the Quform PHP doesn’t come with the date picker, I read the post about this in the forum, I didn’t find any complete coding to implement the date input in form.
Could you kindly make a full example how I can make the date picker to input field including javascript, css declaration and the HTML coding?
For the backend, the database, what is the date type of the field should be, VARCHAR(), Timestamp or other else. I read the documentation, there is no example about INSERTing the date field to database.