• Hi,
    I have this guy who developed a site where I have a form with some checkboxes. His code looks like this.

    <ul>
    <li class="first">I am interested in the following franchise/s:</li>
    <li class="procheck">[checkbox Name1 id:xxxx class:checkbox "Label1"]</li>
    <li class="inspectcheck">[checkbox Name2 id:xxxx class:checkbox "Label2"]</li>
    <li class="mtocheck">[checkbox Name3 id:xxxx class:checkbox "Label3"]</li>
    <li class="proinspectcheck large">[checkbox Name4 id:xxxx class:checkbox "Label4"]</li>
    </ul>

    Then on email sent he set like [Name1][Name2][Name3][Name4]

    The problem is that on email I receive the checked box without the [] but the others are still displaying with the [] on them.

    I know he should setup a group of options instead of 4 different checkboxes but since he is applying a class for each one of them I don’t want to change everything and try to see if that could be fixed and only show on email the checked box not all of them.

    Thanks.

    [No bumping. If it’s that urgent, consider hiring someone.]

The topic ‘[Plugin: Contact Form 7] Getting checkboxes wrong on email’ is closed to new replies.