Title: simple Checkbox list
Last modified: August 22, 2016

---

# simple Checkbox list

 *  [brasstacks](https://wordpress.org/support/users/brasstacks/)
 * (@brasstacks)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/simple-checkbox-list/)
 * I am trying to create a simple checkbox list that a visitor can choose from.
 * Using contact form 7 I was able to create the list however when the response 
   email is generated the selected choices do not appear in the email.
    I have since
   read that when using the checkbox feature the choices are an either/or , yes/
   no choice.
 *  All I am looking for is being able to randomly select choices from a list and
   have the
    the items that are checked off sent via email.
 * Here is a sample of one of my lists:
    [http://brownsmarine.com/spring-services-checklist/#wpcf7-f898-o3](http://brownsmarine.com/spring-services-checklist/#wpcf7-f898-o3)
 * There is probably a simple solution that I am just not seeing, any help resolving
   this would be much appreciated
 * Thanks
 * [https://wordpress.org/plugins/contact-form-7/](https://wordpress.org/plugins/contact-form-7/)

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

 *  [Neil Murray](https://wordpress.org/support/users/buzztone/)
 * (@buzztone)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/simple-checkbox-list/#post-5820801)
 * Please include all your input in the Form and Mail sections of the CF7 interface.
 * See Contact Form 7 Interface at [https://cacoo.com/diagrams/2xhVwuNicE1G20Df-6E3D9.png](https://cacoo.com/diagrams/2xhVwuNicE1G20Df-6E3D9.png)
 * Please supply the info you have used in the sections marked 4 & 6 in that image.
 * Many people just paste the relevant sections as code here.
 * For example the info from the default CF7 form looks like this:
 * FORM:
 *     ```
       Your Name (required)
           [text* your-name]
       Your Email (required)
          [email* your-email]
       Subject
           [text your-subject]
       Your Message
           [textarea your-message]
       [submit "Send"]
       ```
   
 * MAIL:
 *     ```
       To:
       name@example.com
       From:
       [your-name] <[your-email]>
       Subject:
       [your-subject]
       ```
   
 * MESSAGE BODY:
 *     ```
       From: [your-name] <[your-email]>
       Subject: [your-subject]
       Message Body:
       [your-message]
       --
       This mail is sent via contact form on WordPress http:example.com
       ```
   
 * Others use image sharing sites like [http://photobucket.com/](http://photobucket.com/)
   and [http://tinypic.com/​​](http://tinypic.com/ )
 *  Thread Starter [brasstacks](https://wordpress.org/support/users/brasstacks/)
 * (@brasstacks)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/simple-checkbox-list/#post-5821024)
 * Buzztone
 * Thanks for your help with this.
 * This is what i have under the form section:
 * > <p>Your Name (required)
   >  [text* your-name] </p>
   > <p>Your Email (required)
   >  [email* your-email] </p>
   > <p>Subject
   >  [text your-subject] </p>
   > [checkbox checkbox-931 exclusive “Deliver boat with shop truck/trailer (include
   > address and time in notes below)”]
   >  [checkbox checkbox-931 “Pressure wash hull”][
   > checkbox checkbox-931 “Tape, sand waterline, paint bottom”] [checkbox checkbox-
   > 931 “Remove shrink wrap (we recycle)”] [checkbox checkbox-931 “Wash only”] [
   > checkbox checkbox-931 “Wash and detail”][checkbox checkbox-931 “Wax Hull Only“][
   > checkbox checkbox-931 “Wax hull and interior”] [checkbox checkbox-931 “Paint
   > outdrive (anti-fouling)”] [checkbox checkbox-931 “Pain O/B bracket and/or trim
   > tabs (anti-fouling)”] [checkbox checkbox-931 “Check bilge pump operation – 
   > repair/replace if necessary”] [checkbox checkbox-931 “Check fuel gauge(s) and
   > sender(s) – repair/replace if necessary”]
   > [checkbox checkbox-931 use_label_element “Deliver boat with shop truck/trailer(
   > include address and time in notes below)” “Pressure wash hull” “Tape, sand 
   > waterline, paint bottom” “Remove shrink wrap (we recycle)”]
   >  <p>Include any additional information or requirements
   >  [textarea your-message]
   > </p>
   > To help us eliminate spam mail please the answer the question
   >  [quiz quiz-323“
   > 3+1=?|4”]
   > <p>[submit “Send”]</p>
 * This is what i have under the mail section:
 * > From: [your-name] <[your-email]>
   >  Subject: [your-subject]
   > Message Body:
   >  [your-message]
   > —
   >  This mail is sent via contact form on browns Marine [http://brownsmarine.com](http://brownsmarine.com)
 * Thanks,
 * Phill
 *  Thread Starter [brasstacks](https://wordpress.org/support/users/brasstacks/)
 * (@brasstacks)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/simple-checkbox-list/#post-5821025)
 * Buzztone
 * My form appears properly on the website page. And the viewer is able to fill 
   it out and submit it. However I then receive the email from the page visitor 
   but it does not include the checked of list choices:
 * > From: Phillip <Phill@???????????????????.com>
   >  Subject: Test for form
   > Message Body:
   >  This is the additional info box filled in
   > —
   >  This mail is sent via contact form on browns Marine [http://brownsmarine.com](http://brownsmarine.com)
 * Hope this hakes sense
 * Thanks,
 * Phill
 *  [Neil Murray](https://wordpress.org/support/users/buzztone/)
 * (@buzztone)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/simple-checkbox-list/#post-5821026)
 * You appear to have some confusion on how the checkbox tag generally works in 
   CF7.
 * All the dropdown options for your checkbox-931 tag need to be grouped together
   into a single CF7 tag.
 * You also appear to not have setup your Mail section to suit your particular input
   in the form section.
 *  Thread Starter [brasstacks](https://wordpress.org/support/users/brasstacks/)
 * (@brasstacks)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/simple-checkbox-list/#post-5821029)
 * Buzztone
 * > All the dropdown options for your checkbox-931 tag need to be grouped together
   > into a single CF7 tag.
 * Does this mean that out of all the optios I have to pick one? What I was hopeing
   for was the viewer to be able to check of multiple options. Can you give me an
   example of the options all in one tag.
 * > You also appear to not have setup your Mail section to suit your particular
   > input in the form section.
 * Also not sure what you mean here. The input side seems fine, it does not transfer
   to the email when the email is submitted.
 * WOuld much appreciate it if you could give me an example to setting this up
 * Thanks
 * Phill
 *  [Neil Murray](https://wordpress.org/support/users/buzztone/)
 * (@buzztone)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/simple-checkbox-list/#post-5821035)
 * > RE: Does this mean that out of all the optios I have to pick one? What I was
   > hopeing for was the viewer to be able to check of multiple options.
 * ​​The CF7 Checkbox tag by default allows the user to select multiple options –
   see [Checkboxes, Radio Buttons and Drop Down Menus](http://contactform7.com/checkboxes-radio-buttons-and-menus/).
 * > RE: WOuld much appreciate it if you could give me an example to setting this
   > up
 * ​​​​​​Sorry I don’t offer that level of support in this forum but I can point
   you in the right direction where you can learn how to do it yourself – see​ [Setting Up Mail](http://contactform7.com/setting-up-mail/).
 * or if you prefer learning via video try:
 * [https://www.youtube.com/watch?v=GpZiyWD8CFE​​​​](https://www.youtube.com/watch?v=GpZiyWD8CFE )

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

The topic ‘simple Checkbox list’ 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/)

## Tags

 * [checkboxes](https://wordpress.org/support/topic-tag/checkboxes/)
 * [email](https://wordpress.org/support/topic-tag/email/)
 * [lists](https://wordpress.org/support/topic-tag/lists/)

 * 6 replies
 * 2 participants
 * Last reply from: [Neil Murray](https://wordpress.org/support/users/buzztone/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/simple-checkbox-list/#post-5821035)
 * Status: not resolved