I have a field that has a default value of the user's email address. I thought I could use javascript to clear the value on the previous form so that the default would re-populate the user's email address.
What is a better way to get the user's email address every time a form opens? I have a lengthy process with many forms and steps.
Ultimately I need to ensure that the current user cannot approve their own form. I am comparing the email address of the current user to the employee's email address on the form (lookup).
Any other ideas are welcome!
Thank you in advance!