<<
if not(istrue(mapSentPW)) then
display ^
Enter your email address or full name in the space below. If it is
found in our database, we will send your password to the address of record.
^
/display
else
display ^
Your password has been sent to your address of record. Please keep it
in a safe place.
Return to Log-In Page
^
/display
mapSentPW = ''
formSubmitted = ''
/if
formMessage = ''
>>
<<#/ ########################### End of RIGHT Section ########################### /#>>