views:

16

answers:

1

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?

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