Skip to main content
2 of 2
deleted 5 characters in body
Andrew Truckle
  • 19.5k
  • 17
  • 96
  • 236

The for attribute shows that this label stands for related input field, or check box or radio button or any other data entering field associated with it. for example

<li>
    <label>{translate:blindcopy}</label>
    <a class="" href="#" title="{translate:savetemplate}" onclick="" ><i class="fa fa-list" class="button" ></i></a> &nbsp 
            <input type="text" id="BlindCopy" name="BlindCopy" class="splitblindcopy" />

</li>
Pax
  • 65
  • 1
  • 4
  • 19