Help accessing parent form field value
Since I could not $get the field value when trying to access the field value I found a hack to set form variables like this:
But a much easier way would be if I could simply $get the field value from another formgroup. Does anyone have idea about this?
3 Replies
I'm not 100% sure but I think the reason
$get()
doesn't work is because your second Group is scoped to the cake
relationship
Have you tried $get('../flavors_list')
?#✅┊rules
Kindly add your code this way
Yes. Will try ../ way.