Page 1 of 1

adding a calander grid picker the date picker on FormBuilder

Posted: Thu Jan 26, 2012 4:00 pm
by stevegos
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

Re: adding a calander grid picker the date picker on FormBui

Posted: Tue Jul 17, 2012 8:43 pm
by dgbaker
Looking for the same thing and wondering if you ever found a solution for this?

Thanks
Dave

Re: adding a calander grid picker the date picker on FormBui

Posted: Wed Jul 18, 2012 9:46 am
by uniqu3
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.

Re: adding a calander grid picker the date picker on FormBui

Posted: Tue Dec 18, 2012 7:40 am
by 14m3r
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.
Goran, can you describe in more detail how to do it?