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.

Comments

stijndm’s picture

Title: Webform date popup does not work because of Ife overriding the webform date theme function. » Respect original theme function of form elements
Status: Needs review » Fixed

Committed to D6.
For D7 this is no longer an issue now that we can use theme_wrappers.

Status: Fixed » Closed (fixed)
Issue tags: -date popup

Automatically closed -- issue fixed for 2 weeks with no activity.