Hi,
I'm using Drupal 5.1, 2007-01-29, on PHP 5.2.0. This problem applies to both date and datestamp fields, regardless of the "multiple" and "required" options, when using selector widgets. No help text displays in the widget. Stepping through the code in my debugger, it looks like drupal_render thinks it doesn't need to render the element for some reason.
Thanks!
Comments
Comment #1
karens commentedThis was really odd and it took a while to figure out. I had to move the description itself below the place in the form where I identified the theme. Once I got it displayed on the form I could see it also needed a small tweak to the html to get the description to drop below the date. Anyway, should now be fixed.
Comment #2
(not verified) commented