Hello everybody 😊
I've just started using interactiveForm and I've a little doubt, I've a drop-down list linked to a node of the context.
I would like to bind an action on the selection of the drop-down list that must update another field/context element.
I explain better:
I ve a list of values/points
A 2
B 1
C 3
etc..
in my list I must have A/B/C
I've a field "points"
When I select A , point must be updated to "2"
When I select B , point must be updated to "1"
Is it possible? how? I'm looking on documentation but I'm not able to find the binding with an action.
Thank you,
Serena