Viewing 2 replies - 1 through 2 (of 2 total)
  • You could do this with CSS and hide the label of the element. Here is the syntax I would look at:

    [checkbox your-item use_label_element “Item”]

    be sure to have the attribute “use_label_element” this will allow you to easily target the label and hide it with the following CSS.

    .wpcf7-checkbox span.wpcf7-list-item-label {
      display: none;
    }

    just be careful that you don’t have any checkboxes that you do want the labels to show otherwise this css will hide those as well.

    Thread Starter isasimo

    (@isasimo)

    Since now, you are GOD for me. Thanks Aaron!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Checkbox value in email’ is closed to new replies.