Change the error message given?

I have placed an expression on a table:

SWITCH(USEREMAIL(),
โ€œgentry.perry@modernusa.comโ€, โ€œALL_CHANGESโ€,
โ€œREAD_ONLYโ€)

This restricts ONLY Gentry to be able to use the form (i created a form). I understand this part - but how can i change the message that pops up - if the user is NOT Gentry? See below:

0 2 275
2 REPLIES 2

Steve
Platinum 4
Platinum 4

You cannot change the message. Instead, consider preventing the unprivileged user from getting to that page entirely.

Great ideaโ€ฆ

Top Labels in this Space