PAN-54 IT WORKS

This commit is contained in:
BrittanyBi
2019-05-01 22:32:09 -06:00
parent 8cc31b5c21
commit 1c69c8998c
5 changed files with 4 additions and 42 deletions
-20
View File
@@ -116,11 +116,6 @@
<body>
New User Registration:
<form method="post" action="" enctype="utf8">
<label for="userID">User ID:
<input type="text" name="userID" id="userID" onchange="checkIDBeginsWith900()"/>
<div class="error-messages" id="errorUserID">Invalid MSU student ID</div>
</label>
<br>
<label for="username">Username:
<input type="text" name="username" id="username" onchange="checkValidUsername()"/>
<div class="error-messages" id="errorUsername">Username must contain only letters, numbers, and underscores</div>
@@ -141,21 +136,6 @@
<div class="error-messages" id="errorEmailAddress">Invalid email address</div>
</label>
<br>
<label for="firstName">First Name:
<input type="text" name="firstName" id="firstName"/>
<div class="error-messages"></div>
</label>
<br>
<label for="lastName">Last Name:
<input type="text" name="lastName" id="lastName"/>
<div class="error-messages"></div>
</label>
<br>
<label for="referrer">Referrer:
<input type="text" name="referrer" id="referrer" />
<div class="error-messages" id="errorReferrer">Username must contain only letters, numbers, and underscores, and cannot be your own!</div>
</label>
<br>
<label for="agreedToTerms">I agree to the terms and conditions.
<input type="checkbox" name="agreedToTerms" id="agreedToTerms" onclick="checkAgreedToTerms()"/>
<div class="error-messages" id="errorAgreedToTerms">You must agree to the terms and conditions in order to register.</div>