Title: Conditional Fields always showing
Last modified: April 9, 2018

---

# Conditional Fields always showing

 *  Resolved [techniek1](https://wordpress.org/support/users/techniek1/)
 * (@techniek1)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/conditional-fields-always-showing/)
 * Hello,
 * Thanks for making this plugin, it’s something which, if it works, would be great!
 * I am however having some trouble in getting the plugin to work properly, since
   the Conditional Fields are always showing, and I have no clue why this happens,
   have been looking at the support questions, but could not find something that
   worked for me.
 * Does it have something to do with the plugins that are used or more than 1 name
   on the page?? Cleared cache and such but nothing is happening. I also don’t see
   any javascript error on the page, so right now I am kinda clueless.
 * I have the following code:
 *     ```
       <table border=0>
         <tr>
           <td>Soort contact*</td>
           <td>[radio contact "test-1x" "test-2x" "test-3x" "test-4x" "test-5x"]</td>
         </tr>
         <tr>
           <td>Naam* (voornaam + initialen + achternaam)</td>
           <td>[text* naam]</td>
         </tr>
         <tr>
           <td>Email adres*</td>
           <td>[email* email]</td>
         </tr>
   
         [honeypot email-530]
   
         [group test-1]
           <tr>
             <td>Telefoon nummer*</td>
             <td>[text* nummer "+316"]</td>
           </tr>
           <tr>
             <td>Geboortedatum* (dd-mm-yyyy)</td>
             <td>[text* geboortedatum]</td>
           </tr>
           <tr>
             <td>Paspoort nummer* (niet BSN)</td>
             <td>[text* pnummer]</td>
           </tr>
           <tr>
             <td>Ik kan meevliegen op:</td>
             <td>[checkbox* datum "4 mei" "1 juni" "6 juli" "3 augustus" "21 september"]</td>
           </tr>
           <tr>
             <td>Ik ben student aan de:</td>
             <td>[radio studie "TU/e" "Fontys" "Anders (opmerkingen)"]</td>
           </tr>
           <tr>
             <td>Studierichting:</td>
             <td>[text* studierichting]</td>
           </tr>
           <tr>
             <td>&nbsp;</td>
             <td>[checkbox* verscheidene "Ik heb interesse om lid te worden" "Ik ben lid van een studentenvereniging" "Ik ben lid van een sportvereniging"]</td>
           </tr>
           <tr>
             <td>Eventuele Opmerkingen</td>
             <td>[textarea opmerkingen]</td>
           </tr>
         [/group]
   
         [group test-2]
           <tr>
             <td>Telefoon nummer*</td>
             <td>[text* nummer "+316"]</td>
           </tr>
           <tr>
             <td>Geboortedatum* (dd-mm-yyyy)</td>
             <td>[text* geboortedatum]</td>
           </tr>
           <tr>
             <td>Paspoort nummer* (niet BSN)</td>
             <td>[text* pnummer]</td>
           </tr>
           <tr>
             <td>Ik kan meevliegen op:</td>
             <td>[checkbox* datum "17 april" "5 mei" "2 juni" "7 juli" "4 augustus" "1 september" "6 oktober"]</td>
           </tr>
           <tr>
             <td>Ik ben student aan de:</td>
             <td>[radio studie "TU/e" "Fontys" "Anders (opmerkingen)"]</td>
           </tr>
           <tr>
             <td>Studierichting:</td>
             <td>[text* studierichting]</td>
           </tr>
           <tr>
             <td>&nbsp;</td>
             <td>[checkbox* verscheidene "Ik heb interesse om lid te worden" "Ik ben lid van een studentenvereniging" "Ik ben lid van een sportvereniging"]</td>
           </tr>
           <tr>
             <td>Eventuele Opmerkingen</td>
             <td>[textarea opmerkingen]</td>
           </tr>
         [/group]
   
         [group test-3]
           <tr>
             <td>Telefoon nummer*</td>
             <td>[text* nummer "+316"]</td>
           </tr>
           <tr>
             <td>Eventuele Opmerkingen</td>
             <td>[textarea opmerkingen]</td>
           </tr>
         [/group]
   
         [group test-4]
           <tr>
             <td>Onderwerp</td>
             <td>[text* onderwerp]</td>
           </tr>
           <tr>
             <td>Bericht</td>
             <td>[textarea opmerkingen]</td>
           </tr>
         [/group]
       </table><br /><br />
   
       <p>[submit "Verzenden"]</p>
       ```
   
 * Maybe anyone knows what is happening here?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fconditional-fields-always-showing%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Jules Colle](https://wordpress.org/support/users/jules-colle/)
 * (@jules-colle)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/conditional-fields-always-showing/#post-10163813)
 * a bug for the moment is that groups will not work if the first element is tr 
   or td. I need to fix this, but didn’t get to it yet because not many people use
   tables anymore
 *  Thread Starter [techniek1](https://wordpress.org/support/users/techniek1/)
 * (@techniek1)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/conditional-fields-always-showing/#post-10164796)
 * Alright, I’ll just not use the tables then, it doesn’t look that good with tables
   anyways, I guess that is also why people are not using the tables anymore.
 *  Plugin Author [Jules Colle](https://wordpress.org/support/users/jules-colle/)
 * (@jules-colle)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/conditional-fields-always-showing/#post-10165232)
 * Good call! I would suggest you to start using flexbox instead of tables 😉

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

The topic ‘Conditional Fields always showing’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [Jules Colle](https://wordpress.org/support/users/jules-colle/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/conditional-fields-always-showing/#post-10165232)
 * Status: resolved