Hide a field after adding info

Hi everyone,

Is there any possibility to hide the field from the form once the correct value has been added.

For example:
Enter your PIN code: (Once this field is entered and the staff associated to this PIN is found, I want the Enter your PIN code field to be hidden since it contains sensitive info of the staff)?

Thank you again in advance.

Hi @bethany_d

You may want to check this option:

with a combination of these:

EDIT:also, please have a look here for your PIN constraint:

[How to Restrict the Lenght of Number Data Type](https://community.appsheet.com/t/how-to-restrict-the-lenght-of-number-data-type/55423/2) Questions

Please try AND([_THIS]>=100000, [_THIS]<=999999)

2 Likes