Ife adds the 'ife_form_element' theme function for ife functionality through hook_form_alter().
This overrides the theme function that webform (6.x-3) adds to the date component in function _webform_render_date of components/date.inc.
By consequence, date popup calendar does not work, as necessary classes added by the theme_webform_date() function are missing.
To prevent this, I needed a small patch to ife.module and ife.theme.inc.
| Comment | File | Size | Author |
|---|---|---|---|
| ife.webform-date-popup.theme_.inc_.patch | 1.04 KB | jummonk | |
| ife.webform-date-popup.module.patch | 1.19 KB | jummonk |
Comments
Comment #1
stijndm commentedCommitted to D6.
For D7 this is no longer an issue now that we can use theme_wrappers.