Discussions

 View Only
Expand all | Collapse all

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

  • 1.  Make a field grey out based on the input of another field

    Posted 07-03-2018 18:54
    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!


  • 2.  RE: Make a field grey out based on the input of another field

    Posted 07-04-2018 00:32
    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]