Conditional field with two options from the same select

Hi all,

how to select two options of the same select as conditional option.

  fieldtype:
    label: Field-Type
    type: select
    required: true
    options:
      ft_text: Text
      ft_checkbox: Checkbox
      ft_radio: Radio


  optionField:
    label: Field-Option
    type: structure
    when:
      fieldtype: ft_checkbox
      fieldtype: ft_radio 

Or like this:

when:
  fieldtype: !ft_text

thx!

Or conditions are not possible yet.

ok, thanks!

We have several ideas issues regarding conditional fields:

Feel free to upvote.

Any news about the possibility of using OR conditions?

Nope, as you can see, the ideas issue is still open…

2 Likes