Title: Nested SELECT Groups are not working
Last modified: May 19, 2023

---

# Nested SELECT Groups are not working

 *  Resolved [freshinger](https://wordpress.org/support/users/freshinger/)
 * (@freshinger)
 * [2 years, 12 months ago](https://wordpress.org/support/topic/nested-select-groups-are-not-working/)
 * In the new Version, Nested “SELECT” Groups are not working. We found no problems
   in Code. When we use no Select field but a text field it was working wright.
 * Can You help?
 *     ```wp-block-code
       [group Daemmung]
       <div class="column three-fourth"><p>Dämmsystem [select* Daemmung first_as_label "wählen …" "Sonstiges"]
       </div>
       <div class="column one-fourth"><p>Dicke Dämmsystem t=mm [text Dicke-Daemmung]
       </div>
       [group Daemmung-Eingabe]
       <div class="column three-fourth"><p>Dämmsystem eingeben [text Daemmung-Eingabe]</div>
       [/group]
       [/group]
       ```
   
    -  This topic was modified 2 years, 12 months ago by [freshinger](https://wordpress.org/support/users/freshinger/).

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

 *  Thread Starter [freshinger](https://wordpress.org/support/users/freshinger/)
 * (@freshinger)
 * [2 years, 12 months ago](https://wordpress.org/support/topic/nested-select-groups-are-not-working/#post-16752519)
 * We have test an other Option, it is not work with select fields.
 *     ```wp-block-code
       <label>Unterkonstruktion <span style="color:#e60000;">*</span>[select* Unterkonstruktion first_as_label "wählen …" "Holzschalung" "OSB-Platten" "Vollholz" "Porenbeton" "Stahlbeton" "Trapezprofil" "Sonstiges"]</label>
   
       [group Unterkonstruktion-Eingabe]
       <label> Unterkonstruktion eingeben <span style="color:#e60000;">*</span>[text* Unterkonstruktion-Eingabe]</label>
       [/group]
   
       [group Daemmung]
       <label>Dämmsystem [select Daemmung first_as_label "wählen …" "Sonstiges"]</label>
       [/group]
   
       [group Daemmung-Eingabe]
       <label>Dämmsystem eingeben [text Daemmung-Eingabe]</label>
       [/group]
       ```
   
 *     ```wp-block-code
       show [Unterkonstruktion-Eingabe] if [Unterkonstruktion] equals "Sonstiges"
       show [Daemmung] if [Unterkonstruktion] equals "Sonstiges"
       show [Daemmung-Eingabe] if [Daemmung] equals "Sonstiges"
       ```
   
 *  Plugin Author [Jules Colle](https://wordpress.org/support/users/jules-colle/)
 * (@jules-colle)
 * [2 years, 12 months ago](https://wordpress.org/support/topic/nested-select-groups-are-not-working/#post-16753434)
 * Hi,
 * The problem is that you are using the same name for your group and your field.
   This was never supposed to work. See [All field names should be unique](https://conditional-fields-cf7.bdwm.be/docs/troubleshooting/all-field-names-should-be-unique/)
 * In earlier versions of the plugin this didn’t lead to much problems, but it was
   never tested to work this was. Just rename your groups and everything should 
   be fine.
 *  Thread Starter [freshinger](https://wordpress.org/support/users/freshinger/)
 * (@freshinger)
 * [2 years, 12 months ago](https://wordpress.org/support/topic/nested-select-groups-are-not-working/#post-16753505)
 * [@jules-colle](https://wordpress.org/support/users/jules-colle/) thanks for this
   Information. Now it’s working well. Greats.

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

The topic ‘Nested SELECT Groups are not working’ 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: [freshinger](https://wordpress.org/support/users/freshinger/)
 * Last activity: [2 years, 12 months ago](https://wordpress.org/support/topic/nested-select-groups-are-not-working/#post-16753505)
 * Status: resolved