I have a web application and the lower Access level is Author but there is Roles & Author & Readers fields in every form to restrict access to documents.
when a person who is not authorized to edit a document press Edit button he/she will get a standard (ugly) page telling the user that authorization failed.
My question is, is there any way to change this page and make more user friendly? For instance telling the user that ( You have not enough access to perform this operation)? I make a form named ($$ReturnAuthorizationFailure) but I don’t know how to make it work… Its not about (Submit) button, it’s about (EDIT) button.