Skip to main content
August 11, 2022
Solved

Forms: go to a field based on the selection in a dropdown field

  • August 11, 2022
  • 4 replies
  • 0 views

In the dropdown field Tiene discapacidad?

  • if I select “SI” then the dropdown field Tipo de discapacidadshould be enabled
  • if I select “NO” then the dropdown field Tipo de discapacidadshould be locked

    Best answer by sangeethab0005

    Add this at Tipo de discapacidad required : ri!TieneDiscapcicaded <> "NO"

    4 replies

    sangeethab0005
    Participating Frequently
    August 11, 2022

    [mention:692ffbce4f9f4ab8a8d1a627320bbd5f:e9ed411860ed4f2ba0265705b8793d05] Add a disable condition in Tipo de discapacidad like : disable: ri!TieneDiscapcicaded = "NO"

    danna3499Author
    August 11, 2022

    hi sangeethab0005 thanks so much, it works.

    The field Tipo de discapacidad  now is LOCKED but is a required field, it does not allow me to submit the form...

    what should I do?

    sangeethab0005
    Participating Frequently
    August 11, 2022

    Add this at Tipo de discapacidad required : ri!TieneDiscapcicaded <> "NO"