Has anyone managed to get this date and time picker working in a webflow form: DateTimePicker
I searched the forums and spotted one entry by Jeff S in this post (Date Time picker in a form) but not enough detail to see where the custom code goes. The instructions are to place it after the /body tag but webflow only provides a before /body tag option.
Also, struggling to figure out where to place this:
Thanks so much Milan, that worked a treat, so happy
If anyone needs two dates (from and to) as I did you just need to replace $(‘#datetimepicker’).datetimepicker(); with $(‘#datetimepickerfrom’).datetimepicker(); and $(‘#datetimepickerto’).datetimepicker(); and change the ID’s to datetimepickerfrom and datetimepickerto