In version beta 1 is the prefix id and class missing for select components. See _webform_render_select and _webform_render_markup. This makes it a little bit harder to theme the forms.

The code which is missing is this:

    '#prefix' => '<div class="webform-component-'. $component['type'] .'" id="webform-component-'. $component['form_key'] .'">',
    '#suffix' => '</div>',

Comments

quicksketch’s picture

Status: Active » Closed (duplicate)