I have 2 dropdowns "Group" and "Selection" with the following settings
group
Data Source: read_artgruppen
Dynamic options:
value: {var:typegroup.id_group}
Text: {var:speciesgroup.name}
Reload page: reload.artliste
------------
selection
Data source: read_main list (with relation to model "group")
Dynamic options:
value: {var:species.species_id}
Text: {var:species.species} {var:species.author}, {var:species.genus}, {var:species.families_id} {var:group.parent_grp}
Reload page: reload.artliste
I tested different events in the "Selection" dropdown. I didn't find any event variants that had a correct outcome.
My problem:
I select a group from the "Group" dropdown
ID_1 = Group_1
but in "Selection" I don't see the list of selections that belong to group 1. The result should be:
Text: {var:species.kind} {var:group.parent_grp}
The demo form for connected dropdowns for CF7 cannot be recreated in CC7.
F.
group
Data Source: read_artgruppen
Dynamic options:
value: {var:typegroup.id_group}
Text: {var:speciesgroup.name}
Reload page: reload.artliste
------------
selection
Data source: read_main list (with relation to model "group")
Dynamic options:
value: {var:species.species_id}
Text: {var:species.species} {var:species.author}, {var:species.genus}, {var:species.families_id} {var:group.parent_grp}
Reload page: reload.artliste
I tested different events in the "Selection" dropdown. I didn't find any event variants that had a correct outcome.
My problem:
I select a group from the "Group" dropdown
ID_1 = Group_1
but in "Selection" I don't see the list of selections that belong to group 1. The result should be:
Text: {var:species.kind} {var:group.parent_grp}
The demo form for connected dropdowns for CF7 cannot be recreated in CC7.
F.