• Resolved JacobTheDev

    (@revxx14)


    The label elements that this plugin generates are simply <label>Name</label>. They need the for attribute to point to the correlated ID on the input that they are associated to. <label for="NAME">Name</label><input id="NAME" ... />. Alternatively, putting the <input> within the <label> would also properly associate the labels.

    • This topic was modified 5 years, 4 months ago by JacobTheDev.

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hey Jacob,

    Thanks for reaching out to us.

    This is something we are still discussing. Due to the various fields, etc. we have tried to keep it simple for now. You will need to add the form attribute to the labels manually.

    I hope that answers your query. Let us know if you have any further questions.

Viewing 1 replies (of 1 total)
  • The topic ‘Labels aren’t properly associated to their inputs’ is closed to new replies.