• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Mehrfachverwendung bedingte Felder not work

Mehrfachverwendung bedingte Felder not work 11 months 4 days ago #43434

  • info5792
  • info5792's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
Mehrfachverwendung bedingte Felder funktioniert nicht.

Hallo. Ich habe über eine Radio-Gruppe folgende Auswahl erstellt:

1 Team
2 Teams
3 Teams
4 Teams

Dazu gibt es die Textfelder:
Name Team 1
Name Team 2
Name Team 3
Name Team 4

Über bedingte Felder möchte ich nun, das…
• Bei Auswahl: „1 Team“ - nur das Feld: „Name Team 1“ erscheint.
• Bei Auswahl: „2 Teams“ – die Felder: „ Name Team 1“ und „Name Team 2“
• Bei Auswahl: „3 Teams“ – die Felder: „ Name Team 1“ , „Name Team 2“, „Name Team 3“.
• Bei Auswahl: „4 Teams“ – die Felder: „ Name Team 1“ , „Name Team 2“, „Name Team 3“, „Name Team 4“.

Leider funktioniert das irgendwie nicht. Beim öffnen des Formulars wird zunächst kein Textfeld angezeigt, das ist richtig. Wähle ich die Option "4 Teams" werden alle 4 Textfelder angezeigt. Richtig. Bei Option 3,2,1 passiert gar nichts. Es bleibt alles leer. Es scheint das einmal verwendete Textfelder nicht wiederverwendet werden.

Ich habe dann versucht über bedingte Felder die anderen auszublenden.
d.h. bei Auswahl „1 Team“ = Anzeige Feld „Name Team 1“ + „Name Team 2-3“ versteckt usw. Auch das klappt nicht. Was mache ich falsch?


Multiple use conditional fields doesn't work.
Hello. I created the following selection via a radio group:
1 team
2 teams
3 teams
4 teams

There are text fields for this:

Name team 1
Name team 2
Name team 3
Name team 4

Now I want to use conditional fields...
• When selecting: “1 Team” - only the field: “Name Team 1” appears.
• If selected: “2 teams” – the fields: “Name Team 1” and “Name Team 2”
• If selected: “3 teams” – the fields: “Name Team 1”, “Name Team 2”, “Name Team 3”.
• If selected: “4 teams” – the fields: “Name Team 1”, “Name Team 2”, “Name Team 3”, “Name Team 4”.

Unfortunately that doesn't work somehow. When you open the form, no text field is initially displayed, that's correct. If I select the 4 teams option, all 4 text fields are displayed. Correct. Nothing happens with option 3,2,1. Everything remains empty. It seems that once used text fields are not reused. I then tried to hide the others using conditional fields. i.e. if you select “1 Team” = display field “Name Team 1” + hide “Name Team 2-3” etc. That doesn’t work either. What am I doing wrong?

Dank Gruß Frank
The administrator has disabled public write access.

Mehrfachverwendung bedingte Felder not work 11 months 4 days ago #43435

  • iceferret
  • iceferret's Avatar
  • OFFLINE
  • Gold Boarder
  • Posts: 245
  • Thank you received: 64
Try reversing the logic ike this

show name team 1 when selected is team 1, team 2, team 3, team 4
show name team 2 when selected is team 2, team 3, team 4
show name team 3 when selected is team 3, team 4
show name team 4 when selected is team 4


1 should appear whichever option is selected, 2 will appear when team 2-4 are sected and so on
If you can keep your head when all about you are losing theirs, then you obviously don't understand the situation!
Last Edit: 11 months 4 days ago by iceferret. Reason: amended
The administrator has disabled public write access.

Mehrfachverwendung bedingte Felder not work 11 months 4 days ago #43437

  • info5792
  • info5792's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
Erstmal danke für die Antwort. Irgendwie will es nicht funktionieren oder ich verstehe es nicht oder ich habe mich falsch ausgedrückt

wenn ich 1 Team auswähle: sollt Name Team 1 erscheinen
wenn ich 2 Teams auswähle: soll Name Team 1 und Name Team 2 erscheinen
wenn ich 3 Teams auswähle: soll Name Team 1, Name Team 2, Name Team 3 erscheinen....

First of all, thanks for the answer. Somehow it doesn't work or I don't understand it or I expressed myself incorrectly

if I select 1 team: Name Team 1 should appear
if I select 2 teams: Name Team 1 and Name Team 2 should appear
if I select 3 teams: name team 1, name team 2, name team 3 should appear...
The administrator has disabled public write access.

Mehrfachverwendung bedingte Felder not work 11 months 4 days ago #43438

  • iceferret
  • iceferret's Avatar
  • OFFLINE
  • Gold Boarder
  • Posts: 245
  • Thank you received: 64
Lets take it in reverse using name team 4 which should only show when teams 4 is selected in the radio group
create a new condition which reads -

show - block (label and field) - name team 4 - if any of the following match

then create 1 condition whch is

'name of radio group' is 'teams 4'

Now if you look at your form preview Name teeam 4 should only appear if teams 4 is selected in the radio group. Moving on to the next condition you need to create the same again for teams3

show - block (label and field) - name team 3 - if any of the following match

but now with two conditions

'name of radio group' is 'teams 3'
'name of radio group' is 'teams 4'


you should find that Name team 3 only appears when teams 3 or teams 4 is selected and Name Team 4 only appear when teams 4 is selected
Again create another condition

show - block (label and field) - name team 2 - if any of the following match

but now with three conditions

'name of radio group' is 'teams 2'
'name of radio group' is 'teams 3'
'name of radio group' is 'teams 4'


and finaly create the last condition for teams 1

show - block (label and field) - name team 2 - if any of the following match

but now with three conditions

'name of radio group' is 'teams 1'
'name of radio group' is 'teams 2'
'name of radio group' is 'teams 3'
'name of radio group' is 'teams 4'


and that should do it,
If you can keep your head when all about you are losing theirs, then you obviously don't understand the situation!
Last Edit: 11 months 4 days ago by iceferret.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!