XenForo
Administrative
- Thread starter
- Admin
- #1
The labels for custom fields are not associated with their inputs using the
For example, this is the markup for a custom field for a user's country:
HTML:
Read more
ادامه مطلب...
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
ادامه مطلب...