I have a simple booking form in Drupal created using the webform module. I wanted to change the date / time fields from texboxes to a Calendar popup. Can this be done?
views:
16answers:
1
A:
This has been an ongoing feature request for webform
. But, jeffschuler posted a patch at http://drupal.org/node/71131#comment-1889636 that might work for you.
It uses the jquery_ui
module and the date
module, so you'll need to have those installed.
anschauung
2010-09-07 23:44:24