Title: Multiple values possible?
Last modified: October 19, 2016

---

# Multiple values possible?

 *  Resolved [MarcoWilli](https://wordpress.org/support/users/marcowilli/)
 * (@marcowilli)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/multiple-values-possible/)
 * Hi!
 * Is it possible to check multiple values in same field?
 * I added multiple lines with different values to check but it´s not behaving like“
   OR”. Instead it´s not working at all…
 * Just want to check a select box like
 * > if “Value 1” show “group-1”
   >  if “Value 2” show “group-1” if “Value 3” show “
   > group-2”
 * Don´t know how to do it either…?!

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

 *  Plugin Author [Jules Colle](https://wordpress.org/support/users/jules-colle/)
 * (@jules-colle)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/multiple-values-possible/#post-8328155)
 * It should work like OR. Just make sure to save the form before you start adding
   conditions and make sure you check for typo’s. If it still doenst work please
   paste here the code of the form and the conditional fields (export settings) 
   you are using, and ecplain what it is exactly that you would like to happen.
 *  Thread Starter [MarcoWilli](https://wordpress.org/support/users/marcowilli/)
 * (@marcowilli)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/multiple-values-possible/#post-8328222)
 * I realized that it does not work at all if using more than one condition line
   even for different fields.
 * Maybe it´s kind of broke like others report compatibility issues with actual 
   cf7 version?
 *  Thread Starter [MarcoWilli](https://wordpress.org/support/users/marcowilli/)
 * (@marcowilli)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/multiple-values-possible/#post-8328246)
 * form:
 *     ```
       <p>[select* location first_as_label "Veranstaltung" "Oberwiesenthal (11.01.17)" "Arber (12.01.17)" "Oberjoch (19./20.01.17)" "Feldberg (25./26.01.17)" "Wilder Kaiser (29./30.01.17)" "Winterberg (08.03.17)"]</p>
   
       [group tage-std]
       <p>[checkbox* tage use_label_element "Tag 1" "Tag 2"]</p>
       [/group]
       [group tage-erw]
       <p>[checkbox* tage-exp use_label_element "Tag 1" "Tag 2" "Abschlusstraining"]</p>
       [/group]
       ```
   
 * …
 *     ```
       <p>[text person2 placeholder "Zweiter Teilnehmer"]</p>
       [group teilnehmer-2]
       <p>[text* mail2 placeholder "E-Mail-Adresse"]</p>
       <p>[text* sohlenlaenge2 placeholder "Sohlenlänge"]</p>
       <p>[text* z-wert2 placeholder "Z-Wert"]</p>
       [/group]
       ```
   
 * conditions:
 *     ```
       if [person2] not equals "" then show [teilnehmer-2]
       if [location] equals "Wilder Kaiser (29./30.01.17)" then show [tage-erw]
       if [location] equals "Oberjoch (19./20.01.17)" then show [tage-std]
       ```
   
 *  Thread Starter [MarcoWilli](https://wordpress.org/support/users/marcowilli/)
 * (@marcowilli)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/multiple-values-possible/#post-8333631)
 * Update:
    Something is strange! Tried the test form from the tutorial and did 
   not work with more than one condition line.
 * Fiddled around with it and then it worked. In Firefox (my main browser). But 
   not in IE 11, Chrome 53, … .
    Some more fiddling results in: Only works (for 
   now) when logged in into backend. WTF?!
 * Some support would be really great! Thanks =)
 *  Thread Starter [MarcoWilli](https://wordpress.org/support/users/marcowilli/)
 * (@marcowilli)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/multiple-values-possible/#post-8333782)
 * OK – GOT IT!
 * The plugin “does not work” together with plugin “Cachify” (or maybe all cache
   plugins I guess).
 * Solution:
    Enter PageID into Cachify exclude options.
    -  This reply was modified 9 years, 6 months ago by [MarcoWilli](https://wordpress.org/support/users/marcowilli/).
 *  Plugin Author [Jules Colle](https://wordpress.org/support/users/jules-colle/)
 * (@jules-colle)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/multiple-values-possible/#post-8334762)
 * I was suspecting a cache problem already. But I’m still figuring some things 
   out. I am also getting strange behavior on my test website even though I’m not
   using a caching plugin. Weird stuff going on, but I’ll figure it out eventually
   🙂
 * Thanks for reaching out and doing some testing yourself. I’m glad it’s solved
   for now

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

The topic ‘Multiple values possible?’ is closed to new replies.

 * ![](https://ps.w.org/cf7-conditional-fields/assets/icon-256x256.png?rev=2072595)
 * [Conditional Fields for Contact Form 7](https://wordpress.org/plugins/cf7-conditional-fields/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cf7-conditional-fields/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cf7-conditional-fields/)
 * [Active Topics](https://wordpress.org/support/plugin/cf7-conditional-fields/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cf7-conditional-fields/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cf7-conditional-fields/reviews/)

## Tags

 * [multiple](https://wordpress.org/support/topic-tag/multiple/)
 * [select](https://wordpress.org/support/topic-tag/select/)
 * [values](https://wordpress.org/support/topic-tag/values/)

 * 6 replies
 * 2 participants
 * Last reply from: [Jules Colle](https://wordpress.org/support/users/jules-colle/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/multiple-values-possible/#post-8334762)
 * Status: resolved