aldryn-forms icon indicating copy to clipboard operation
aldryn-forms copied to clipboard

When using Multi Select Field the id has to refere to the first element

Open FinalAngel opened this issue 11 years ago • 1 comments

The label has the following entry:

<label class="label" for="id_aldryn-forms-field-1547">

and the list defines its own:

<ul><li><label for="id_aldryn-forms-field-1526_0"></label></li></ul>

this causes an html error as the reference from id_aldryn-forms-field-1547 is nowhere available.

FinalAngel avatar May 02 '14 08:05 FinalAngel

No "for" tag in main label for multiple select fields

Chive avatar May 16 '14 12:05 Chive