Conditional options/blocks #4668
Unanswered
cloetensbrecht
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any way to create conditional options within a SelectField or conditional blocks within a BlockField?
I would like to manipulate the options/blocks depending on other doc field values:
Desired select example:
Desired blocks example:
I know that you can add conditions through the admin config, but this can only hide/show the field. So I could add different blockFields with other admin conditions, but in this case I can not use the same name again because a field name can only exist once.
Is there any solution to reach this?
Beta Was this translation helpful? Give feedback.
All reactions