Resolved! "return false;" not working onSubmit
I am using the below script for onSubmit. The If condition gets passed through and am getting the error message "This page is restricted to employees only." But, the ticket gets submitted. Return false is not working. function onSubmit() { var user...