Hide a Repeater element depending on if a value in repeater JSON is null or not
Snippet of my code
So basically the JSON for the repeater has "question" "A" "B" "C" "D"
If A is null I want the A text input to be hidden for example. How would you do this?
It is a form in a Resource
0 Replies