Hi
I am using the excellent Form Builder module and inserting a date picker field which uses the 3 drop down selectors for day, month and year.
However has anyone ever been able to add in a calender style grid (like you see on airline booking systems) so you can chose the date from a calender grid and have it insert it into the form?
If so, how have it been achieved.
I am using the latest verison of both cmsms and formbuilder.
Thanks, Steven
adding a calander grid picker the date picker on FormBuilder
Re: adding a calander grid picker the date picker on FormBui
Looking for the same thing and wondering if you ever found a solution for this?
Thanks
Dave
Thanks
Dave
Re: adding a calander grid picker the date picker on FormBui
You can use jQuery UI Datepicker http://jqueryui.com/demos/datepicker/
Simply create a regular text field, include needed jQuery scripts and Stylesheet and give a class to that input field.
Simply create a regular text field, include needed jQuery scripts and Stylesheet and give a class to that input field.
Re: adding a calander grid picker the date picker on FormBui
Goran, can you describe in more detail how to do it?uniqu3 wrote:You can use jQuery UI Datepicker http://jqueryui.com/demos/datepicker/
Simply create a regular text field, include needed jQuery scripts and Stylesheet and give a class to that input field.