Forum Discussion

IrisBonilla's avatar
IrisBonilla
Qrew Cadet
7 years ago

Make a field grey out based on the input of another field

Hello!

I'm currently making a table with a field (text )that will take an input of yes/no. The next two fields after it should grey out or not allow users to input values if the answer in the first field is "no". How do I implement this? Because the other two fields that depend on the response are also text-multiple choice.

Thank you!
  • No problem, just make a form rule

    Condition
    when [first field] = No
    Action
    make read only [other field 1]
    make read only [other field 2]