Clearing text field based on selection on another field

I’ve searched this and was unable to find an answer.

I have a text field that displays based on the selection of another Enum field. The parameters of the Enum are “Pass”, “Review”, and “N/A”. The desired behavior is to clear the text field whenever “N/A” is selected from the Enum field.

How may I achieve that?

Solved Solved
0 17 1,913
  • UX
1 ACCEPTED SOLUTION

Thank you.

I believe even if the initial value for the text column is set as blank(" ") when the enum default is “N/A”, once the column becomes visible on “Pass” or “Review” enum selections and if the user writes some description in the text field, one cannot go back to initial vlaue of blank description in text field even if user again selects “N/A”

So you may need a form save event action to set the text field to blank when the form is saved with enum selection as “N/A” to clear any text that user might have written in the text field.

View solution in original post

17 REPLIES 17
Top Labels in this Space