[RSS Feed/News] Labels for custom fields are not associated with their inputs

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
The labels for custom fields are not associated with their inputs using the for attribute.

For example, this is the markup for a custom field for a user's country:

HTML:

Code:
<dl class="formRow formRow--customField formRow--input" data-field="country">
    <dt>
        <div class="formRow-labelWrapper">
        <label class="formRow-label">Country</label></div>
    </dt>
    <dd>
        <select name="custom_fields[country]" class="field_country input">
            <option...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom