Title: Checkbox value in email
Last modified: August 30, 2016

---

# Checkbox value in email

 *  Resolved [isasimo](https://wordpress.org/support/users/isasimo/)
 * (@isasimo)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/checkbox-value-in-email/)
 * Hi,
 * I have a form in this page:
    [http://test.lletcrua.cat/reserves-i-productes/](http://test.lletcrua.cat/reserves-i-productes/)
 * I would like to know if there is a way to get the values from multiple checkbox
   by mail, because right now, I have no values in the checkbox, so I don’t receive
   any value per mail.
    Or is there a way to put values but hidden in the frontend
   table?
 * How could I do it to get the values?
 * [https://wordpress.org/plugins/contact-form-7/](https://wordpress.org/plugins/contact-form-7/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Aaron Cohrs](https://wordpress.org/support/users/amcohrs/)
 * (@amcohrs)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/checkbox-value-in-email/#post-6338507)
 * 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](https://wordpress.org/support/users/isasimo/)
 * (@isasimo)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/checkbox-value-in-email/#post-6338516)
 * 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.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [isasimo](https://wordpress.org/support/users/isasimo/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/checkbox-value-in-email/#post-6338516)
 * Status: resolved