• Resolved morriscountynj

    (@morriscountynj)


    Hi again! Thanks for your help last time on the <label> issue.

    I’ve come across another error. I see that you’ve added an ID reference to the search form field <label> (<label for=”someID”><input id=”someID”></label>)

    However, I’m still getting an error because the label doesn’t have any TEXT associated with it – “The form element has a label but text has not been added (label is empty).”

    Is there any way you can add some hidden screen reader text that says “Search” or the like?

    <label for="is-search-input-5427" style>
    											<input type="search" id="is-search-input-5427" name="s" value class="is-search-input" placeholder="Search site" autocomplete="off" style>
    										</label>

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Different form field -label- issue’ is closed to new replies.