You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce support for conditional values by reusing the existing conditions logic (builder and form)
This enhancement extends the current conditions system (used for visibility, required, and disabled states) to also handle dynamic field values.
An additional point that would make this feature more helpful is to allow the users to add multiple values with different sets of conditions
example :
value : A , condition: field 1 is x
value : B , condition: field 1 is y or z
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Introduce support for conditional values by reusing the existing conditions logic (builder and form)
This enhancement extends the current conditions system (used for visibility, required, and disabled states) to also handle dynamic field values.
An additional point that would make this feature more helpful is to allow the users to add multiple values with different sets of conditions
example :
value : A , condition: field 1 is x
value : B , condition: field 1 is y or z
Beta Was this translation helpful? Give feedback.
All reactions