• Resolved jvan

    (@jvandelaar)


    Hi, great plugin! However I have come across a problem I’m hoping you can help with.

    Checkbox labels are not selectable where as checkbox inputs are. I think the issue is due to the for attribute in the checkbox label isn’t the same as the id within the checkbox input. Please refer to my snippet below:

    <li class="gchoice_1_9_1">
    <input name="input_9.1" type="checkbox" value="Car" id="choice_1311833388_9_1">
    <label for="choice_1311833388_1_9_1" id="label_1311833388_1_9_1">Car</label>
    </li>

    Using Chromes inspect tool, I was able to change the input id to match the labels for attribute and it worked perfect.

    Is there any way to extend the Gravity Forms plugin so the input id matches the labels for attribute?

Viewing 1 replies (of 1 total)
  • Plugin Author Nikunj Hatkar

    (@nikunj8866)

    Hii jvan,

    Thanks for using this plugin and giving your valuable opinion. I have checked a checkbox label and look goods. Please provide a site link so i can review it.

    Regards,
    Nikunj Hatkar

Viewing 1 replies (of 1 total)
  • The topic ‘Checkbox label ‘for’ not same as input ‘id’’ is closed to new replies.