• Resolved freshinger

    (@freshinger)


    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?

    [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 1 year, 6 months ago by freshinger.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter freshinger

    (@freshinger)

    We have test an other Option, it is not work with select fields.

    <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]
    show [Unterkonstruktion-Eingabe] if [Unterkonstruktion] equals "Sonstiges"
    show [Daemmung] if [Unterkonstruktion] equals "Sonstiges"
    show [Daemmung-Eingabe] if [Daemmung] equals "Sonstiges"
    Plugin Author Jules Colle

    (@jules-colle)

    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

    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

    (@freshinger)

    @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.