Are we any closer to a Date Picker being available for forms?
I see where it has been voted on and requested several times!
1 Like
Hey @8treestudio,
Welcome to the forum
I have no idea how close we are to having this as a native element in Webflow…
Since there aren’t that much votes on this issue, and since it is a very specific request, I won’t get my hopes too high on this one.
Nevertheless, it is fairly simple to add a date picker in custom code.
All you have to do is drop a ‘custom code’ widget inside your form element, and insert this line:
<input type="date">
Styling may be yet a bit more complex…
1 Like
Simple Datepicker [100% Working] (found this! WORKS GREAT!)
2 Likes