[Resolved] Checkbox labels not clickable on cred form
This thread is resolved. Here is a description of the problem and solution.
Problem:
Checkbox labels not clickable on cred form Solution:
The issue is that the checkbox field should be wrapped with the div having class name form-group.
I have a form where the labels are not clickable for checkboxes. I have verified the names match. The label on a radio button on the same form are working as expected. Please advise.
Once you made that change and save your form and then you should check on the frontend that if should work and checkbox will be checked when you click on the checkbox label.
OK, that did get the labels working, but unfortunately it seems to have broken my javascript that was rewriting the label text.
The form name is "Select Services" and the script is in the JS editor. It is supposed to rewrite each of the "I agree to the terms - XXXXXX" labels to be just "I agree to the terms"