How to access form variables (with $get) in a relationship?
I tried to use $get in a relationship, but it can't get a values from a parent form field, only those which are in repeater are accessible , is there any method to access parent form values in a repeater?
Solution:Jump to solution
You can go down a level out of the repeater by using
$get('../../answer_type')
1 Reply
Solution
You can go down a level out of the repeater by using
$get('../../answer_type')