Using webforms in Drupal 7. Is there a way to set the date field to a single textfield instead of 3 select fields?
Thanks
|
Using webforms in Drupal 7. Is there a way to set the date field to a single textfield instead of 3 select fields? Thanks |
|||
|
|
|
Since it seems like the webfrom module doesn't support this functionality yet, if found that the easiest way to do this, was to use a textfield and use form_alter to add the datepicker plugin.
|
|||
|
|
|
It might best to use this: http://drupal.org/project/webform_scheduler as that has the date popup dialog installed. |
|||
|
|