• Hi, I am trying to disable a checkbox within a contact form. Tried few ways I found online by using an id for the checkboxes with no success so far.

    [checkbox* your-week use_label_element id:disable-checkboxes “Box-1” “Box-2”]

    Should I add a code snippet like this in the “Additional Settings” tab? Is there another way to do it?

    <script>
    $("#disable-checkboxes :input").attr("disabled", true);
    </script>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Disable check box’ is closed to new replies.