Dear All
In a form, i can easily setup a conditional state on any standard field, but I do not succeed if the field is the result of a computation:
I have 4 fields, a, b, c & d
a is an text input
b is an text input
c is computed (option 5) = a*b
d is a free text that should be visible only if c=400
I setup (option 5) "d is visible when c is equal 400", BUT even if c=400 , d remains not visible
Anybody could help ?