Can't dynamicly show or hide fields in a repeater
I have a form with a select:
Further in the form, i have a Repeater
Now when i select a course that is a bundle, the course field should be visible, but nothing shows up.
When i change the Repeater to a Grid it works just fine, but i need to be able to add multiple entries.
4 Replies
i can solve it by having 2 repeaters, but that would duplicate my code
Solution
Shouldn't it be
$get('../../course')
?let me try that
that works
thank you
is this also in the docs somewhere?