System Logon

[form program=*logon]

   
User Name / Email: [input userid$ required size=30]
Password: [input pswd$ type=password required size=30]  [if  %webster'hasEmail][button class="fill_navy text_white" text="I forgot my password" link=page:*forgot target=popup:620px/250px][/if]
[if %webster'LogonPeriod]Remember me: [checkbox rememberme text=("Don't ask again for "+str(%webster'LogonPeriod)+" days on this browser.")]
  The system will use a cookie to remember your logon. If you do not want to have this cookie saved on your workstation, leave the check box blank.
[if %webster'SitePrivacy$<>""]
Please see our Privacy Policy for further details.[/if]
[/if]
[button validate text="Logon" type=submit] [button text=Cancel event=off] [if len(%webster'selfregister$)] [button class="fill_green text_white float_right" text="Create Account" link=program:*account][/if]
  [show err_msg$]

[/form]