Show/hide conditional field #13471
Replies: 1 comment 2 replies
-
I think this is expected behavior. The conditions only affect the visibility of fields in the edit entry screen. Front end logic should be handled in your templates. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have two conditional fields
backgroundColor
andbackgroundGradientDirection
(both dropdown fields).The background color field has as the title suggests background colors and background gradient colors which depend on background gradient direction.
So for example when I select poppy gradient color the conditional field
backgroundGradientDirection
shows up to choose directions from. When both fields are saved all work as expected.But than when I edit the background color field and change it to some plain color like blue the field background gradient direction hides and than I save them the value from
backgroundGradientDirection
is intact and available on front end.I'd like to ask if this is expected behavior.
Beta Was this translation helpful? Give feedback.
All reactions