Learn how to add a customizable date picker to your Webflow form in 30 seconds. Range date version is also available in our guides section
Adding a date picker into your Webflow forms doesn't need to be complicated, and it certainly doesn't need to be ugly.
That's why we built a beautiful, modern date picker that you can integrate into your own projects.
This date picker uses an attribute that you attach to an input field, so it really couldn't be easier.
To add this into your project, follow the simple steps and add the custom code into your project or page settings.
Navigate to your project or page settings area and add the custom code into both the <head> and </body> tag area.
We included some of the basic CSS properties so you can easily adjust the color styles to more closely suit your requirements.
This project is built on-top of the wonderfully simple Jquery plugin from Fengyuan Chen (Github).
Add the following style sheet inside the <head> tag of your custom code section
Add this code inside the before </body> tag of your custom code:
The input field needs to be added into your form section. Once you've added the input, navigate to the settings panel and add the attributes
The input field needs to be added into your form section. Once you've added the input, navigate to the settings panel and add the attributes
That's it, you can style the css if you are comfortable with that. Remember this will only be visible on your live domain and can't be previewed inside the designer.
You can easily update the system colors using the first few lines in the styles
--main-light-color: #f3f5fb;
--main-dark-color: #321f59;
--main-active-color: #642eff;
Thanks!