register.graduateschool.edu
Open in
urlscan Pro
169.47.135.248
Public Scan
Submitted URL: http://register.graduateschool.edu/modules/login/index.jsp?action=createAccount&URL=http%3A%2F%2Fregister.graduateschool.edu%3A80%2...
Effective URL: https://register.graduateschool.edu/modules/login/index.jsp?action=createAccount&URL=http%3A%2F%2Fregister.graduateschool.edu%3A80%2...
Submission Tags: falconsandbox
Submission: On June 17 via api from US — Scanned from DE
Effective URL: https://register.graduateschool.edu/modules/login/index.jsp?action=createAccount&URL=http%3A%2F%2Fregister.graduateschool.edu%3A80%2...
Submission Tags: falconsandbox
Submission: On June 17 via api from US — Scanned from DE
Form analysis
1 forms found in the DOM<form id="CreateAccountForm" autocomplete="off">
<ul class="form-information">
<li>All fields marked with an asterisk (*) are required.</li>
<li>Dates should be typed in the format mm/dd/yyyy</li>
</ul>
<div class="personNamePartsBlock">
<input type="hidden" name="SecretCode" value="l90Pf96hjt8a7c473c1">
<div class="mb-3">
<span id="summary"></span>
<span id="liveRegion" role="alert" aria-atomic="true" class="sr-only"></span>
</div>
<div id="erpIdCollectionBlock">
<div class="form-group row">
<label id="ERPID_label" for="ERPID" class="col-form-label col-sm-3 col-lg-2" data-i18n="erpidcollection-label-erpid">ERP ID</label>
<div class="col-11 col-sm-6 col-md-5 col-lg-6">
<input type="text" class="form-control" id="ERPID" name="ERPID" minlength="1" maxlength="50" data-i18n="erpidcollection-input-erpid">
</div>
<a id="createERPLink" href="https://www.google.com" target="_blank" data-i18n="erpidcollection-a-getnewerpid">Get New ERP ID</a>
</div>
<script>
$(document).ready(function() {
setERPIDValidation();
$("#CreateAccountForm #erpIdCollectionBlock label").removeClass("col-sm-4 col-lg-3").addClass("col-sm-3 col-lg-2");
$("#CreateAccountForm #erpIdCollectionBlock .form-group div").addClass("col-md-5 col-lg-6");
});
$.validator.addMethod("regex", function(value, element, regexp) {
var re = new RegExp(regexp);
return re.test(value);
}, "Please check your input.");
function setERPIDValidation() {
$.ajax({
type: 'POST',
url: 'erpvalidationinfo.action',
dataType: 'xml',
async: false,
success: function(response, textStatus) {
var QuickAdmitCollection = $(response).find('response > data > ERPIDValidationInfo > QuickAdmitCollection').text();
var ERPIDValidationRegex = $(response).find('response > data > ERPIDValidationInfo > ERPIDValidationRegex').text();
ERPIDValidationRegex = ERPIDValidationRegex.replace(/(^[\s]+|[\s]+$)/g, ''); //trimming spaces
if (ERPIDValidationRegex == ".") ERPIDValidationRegex = "";
if (QuickAdmitCollection == 'Hard' && $("#erpIdCollectionBlock").is(":visible")) {
$("#ERPID").addClass('required');
if (ERPIDValidationRegex) $("#ERPID").rules("add", {
regex: ERPIDValidationRegex
});
var labelText = $("#ERPID_label").text();
labelText = "* " + labelText;
$("#ERPID_label").text(labelText);
}
},
error: function(xhr, textStatus, errorThrown) {
alert('An error occurred! ' + (errorThrown ? errorThrown : xhr.status));
}
});
}
</script>
</div>
<div class="form-group row">
<label for="FirstNameID" class="col-sm-3 col-lg-2 col-form-label" data-i18n="createaccount-label-firstname"><span class="RequiredMarker">*</span> First Name</label>
<div class="col-11 col-sm-6 col-md-5 col-lg-6">
<input type="text" class="required form-control" id="FirstNameID" name="FirstName" minlength="1" maxlength="50">
</div>
</div>
<div class="form-group row">
<label for="MiddleNameID" class="col-sm-3 col-lg-2 col-form-label"> Middle Name</label>
<div class="col-11 col-sm-6 col-md-5 col-lg-6">
<input type="text" class="form-control" id="MiddleNameID" name="MiddleName" minlength="0" maxlength="50">
</div>
</div>
<div class="form-group row">
<label for="LastNameID" class="col-sm-3 col-lg-2 col-form-label" data-i18n="createaccount-label-lastname"><span class="RequiredMarker">*</span> Last Name</label>
<div class="col-11 col-sm-6 col-md-5 col-lg-6">
<input type="text" class="required form-control" id="LastNameID" name="LastName" minlength="1" maxlength="50">
</div>
</div>
<div class="form-group row">
<label for="BirthdayID" class="col-sm-3 col-lg-2 col-form-label">* Birthday</label>
<div class="col-11 col-sm-6 col-md-5 col-lg-6">
<input type="text" id="BirthdayID" name="Birthday" minlength="10" maxlength="10" class="form-control required dateValidation pastDateValidation past100YearsValidation hasDatepicker" aria-describedby="BirthdayDesc">
<span id="BirthdayDesc" style="font-style:italic;font-size:85%"><span class="sr-only">Date Format</span> (MM/dd/yyyy)</span>
</div>
<div class="col-1 pl-0">
<button type="button" class="btn-link p-1 m-0" style="box-shadow: none" data-toggle="modal" data-target="#calendarModal">
<img src="/resource/images/keyboard.png" height="21" width="21" alt="Calendar Shortcuts">
</button>
</div>
</div>
<div class="form-group row">
<label for="EmailID" class="col-sm-3 col-lg-2 col-form-label">* Email</label>
<div class="col-11 col-sm-6 col-md-5 col-lg-6">
<input type="text" class="required email form-control" id="EmailID" name="Email" maxlength="255">
</div>
</div>
<div class="form-group row">
<label for="UserLoginID" class="col-sm-3 col-lg-2 col-form-label">* Login</label>
<div class="col-11 col-sm-6 col-md-5 col-lg-6">
<input type="text" class="required form-control" id="UserLoginID" name="UserLogin" minlength="6" maxlength="50">
</div>
</div>
<div class="form-group row">
<label for="PasswordID" class="col-sm-3 col-lg-2 col-form-label">* Password</label>
<div class="col-11 col-sm-6 col-md-5 col-lg-6">
<input type="password" class="required form-control" id="PasswordID" name="Password">
</div>
<div class="col-1 pl-0">
<div class="calloutTemplate">
<img src="/resource/images/calloutInfo.png" id="img1" class="priceCalloutImg" height="16" width="16" alt="Password Requirements" data-tippy="">
</div>
</div>
</div>
<div class="form-group row">
<label for="VerifyPasswordID" class="col-sm-3 col-lg-2 col-form-label"> Verify Password</label>
<div class="col-11 col-sm-6 col-md-5 col-lg-6">
<input type="password" class="form-control" id="VerifyPasswordID" name="VerifyPassword">
</div>
</div>
<div class="form-group row">
<label for="SecretQuestionID" class="col-sm-3 col-lg-2 col-form-label">* Secret Question</label>
<div class="col-11 col-sm-6 col-md-5 col-lg-6">
<input type="text" class="required form-control" id="SecretQuestionID" name="SecretQuestion" maxlength="30">
</div>
</div>
<div class="form-group row">
<label for="SecretAnswerID" class="col-sm-3 col-lg-2 col-form-label">* Secret Answer</label>
<div class="col-11 col-sm-6 col-md-5 col-lg-6">
<input type="text" class="required form-control" id="SecretAnswerID" name="SecretAnswer" maxlength="30">
</div>
</div>
<div class="form-group row">
<div class="col-sm-3 col-lg-2"></div>
<div class="col-11 col-sm-6 col-md-5 col-lg-6">
<input aria-label="Accept Terms And Conditions" type="checkbox" class="required" id="TermsAndConditionsID" name="TermsAndConditions">
<label for="TermsAndConditionsID" id="termsAndCondtionsLink" class="form-check-label">I agree to
<a href="javascript:void(0)" id="termAndCondition" title="Click To Read Terms And Conditions" data-toggle="modal" data-target="#myModal" onclick="readyModal()">Terms and Conditions</a></label>
</div>
</div>
<input id="submitBtn" class="submit createAccount-submit" type="submit" value="Create">
<input id="backBtn" type="button" value="Back" onclick="history.back();" class="disabled" disabled="disabled">
<span id="message" class="error hidden"></span>
<div id="successTarget"></div>
</div>
</form>
Text Content
CREATE NEW WEB LOGIN * All fields marked with an asterisk (*) are required. * Dates should be typed in the format mm/dd/yyyy ERP ID Get New ERP ID * First Name Middle Name * Last Name * Birthday Date Format (MM/dd/yyyy) * Email * Login * Password Verify Password * Secret Question * Secret Answer I agree to Terms and Conditions ${validationMessage} ${errorFormatMessage} PASSWORD HINTS: 1. Your password must include at least 2 alphabetic characters, at least 2 non alphabetical characters 2. Minimum password length is 9 and maximum 30 3. Your password cannot include any character repeated 2 consecutive times 4. Your password cannot contain your username or your username reversed 5. Your password cannot contain whitespace characters such as spaces, tabs, line feeds and carriage returns 6. You cannot re-use your previously used passwords * Contact Us * Privacy * Student Login * Instructor Login * Purchaser Login * Please call 1-888-744-GRAD (4723) for assistance. © 2019 Graduate School USA MODAL TITLE × Close KEYBOARD SHORTCUTS × On Mac, use COMMAND in place of CTRL. Calendar Keyboard Shortcuts Action Shortcut Move to the previous month. PAGE UP Move to the next month. PAGE DOWN Move to the previous year. ALT + PAGE UP Move to the next year. ALT + PAGE DOWN Open the datepicker if closed. CTRL + HOME Move to the current month. CTRL + HOME Move to the previous day. CTRL + LEFT Move to the next day. CTRL + RIGHT Move to the previous week. CTRL + Q Move to the next week. CTRL + A Select the focused date. ENTER Close the datepicker and erase the date. CTRL + END Close the datepicker without selection. ESCAPE Close the modal