Octopoos / SEBLOD

Build high-end websites with SEBLOD®, a CCK for Joomla!

Home Page:https://www.seblod.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cck_field group_x label Incorrect value of attribute for & fileld attribute of id is null

step-di opened this issue · comments

  1. Error: Incorrect use of
    Incorrect use of The label's for attribute doesn't match any element id. This might prevent the browser from correctly autofilling the form and accessibility tools from working correctly. To fix this issue, make sure the label's for attribute references the correct id of a form field.

\plugins\cck_field\group_x\group_x.php
$html .= label for= $elem->name
$html .= <div id="'.$rId.''.$field->name.''.$i.'_'.$elem->name.'"

  1. $field->name not specified for value id in div tag. Conditional state settings don't work for group_x fields