How to add "id" inside "label" tag
-
When I make a radio button, the program gives me this:
<label class=”radio-inline” data-label=”XXX” for=”YYY”>
<input type=”radio” id=”YYY” data-field=”fld_5492973_1″ class=”fld_5492973_1″ name=”fld_5492973″ value=”XXX” > XXX
</label>How can I hack the program so that the input id is also included as id in label tag?
Like this:
<label class=”radio-inline” data-label=”XXX” for=”YYY” id=”YYY”>Thanks.
- The topic ‘How to add "id" inside "label" tag’ is closed to new replies.