Contact form
Posted: 16 Nov 2020, 04:30
Hello karl~:grinning:
I'd like to get a calendar input from the contact form, is there a way?
Thank you.
I'd like to get a calendar input from the contact form, is there a way?
Thank you.
Why not use the native browser "date" input field, which creates a calendar input in all modern browsers? You can see demo here: https://www.w3schools.com/tags/tryit.as ... _type_dateTristanJo wrote:I'd like to get a calendar input from the contact form, is there a way?
<input type="date" name="mydatefield">thank you~mjau-mjau wrote:Why not use the native browser "date" input field, which creates a calendar input in all modern browsers? You can see demo here: https://www.w3schools.com/tags/tryit.as ... _type_dateTristanJo wrote:I'd like to get a calendar input from the contact form, is there a way?Code<input type="date" name="mydatefield">