testapp.orionfcu.com
Open in
urlscan Pro
18.188.58.6
Public Scan
Submitted URL: https://testapp.orionfcu.com/
Effective URL: https://testapp.orionfcu.com/IMSIWeb/web/loan-app
Submission: On June 08 via api from US — Scanned from DE
Effective URL: https://testapp.orionfcu.com/IMSIWeb/web/loan-app
Submission: On June 08 via api from US — Scanned from DE
Form analysis
1 forms found in the DOMName: submitFormPage — POST javascript:postAJAX('/IMSIWeb/web/Web_submitFormPage.action','main-imsi','submitFormPage')
<form id="submitFormPage" name="submitFormPage" onsubmit="return checkLoanType();" action="javascript:postAJAX('/IMSIWeb/web/Web_submitFormPage.action','main-imsi','submitFormPage')" method="post" autocomplete="off">
<input type="hidden" name="applicationID" value="376" id="submitFormPage_applicationID">
<input type="hidden" name="formPageNumber" value="2" id="submitFormPage_formPageNumber">
<h2>Loan App</h2>
<div class="row">
<div class="large-12 columns">
<select name="376_849" id="loanType" required="" onchange="changeLoanType(true)">
<option value="" default="" selected="">Loan Type</option>
<option value="M" title="My City Rides">My City Rides</option>
<option value="A" title="Auto Loan">Auto Loan</option>
<option value="H" title="Home Loan">Home Loan</option>
<option value="E" title="Home Equity Line of Credit">Home Equity Line of Credit</option>
<option value="P" title="Personal Loan">Personal Loan</option>
<option value="R" title="Recreational Vehicle Loan">Recreational Vehicle Loan</option>
<option value="L" title="Line of Credit">Line of Credit</option>
<option value="C" title="Credit Card">Credit Card</option>
<option value="N" title="No Payments for 90 Days Auto Loan">No Payments for 90 Days Auto Loan</option>
<option value="S" title="Scooter Loan">Scooter Loan</option>
</select>
<div id="autoLoanPurpose" style="display: none;">
<select name="376_5000" id="autoLoanPurposeField" onchange="changeAutoLoanPurpose()">
<option value="" default="" selected="">What is the purpose of this loan?</option>
<option value="N" title="I want to buy a New Auto">I want to buy a New Auto</option>
<option value="U" title="I want to buy a Used Auto">I want to buy a Used Auto</option>
<option value="R" title="I want to refinance my Current Auto from another institution to Orion">I want to refinance my Current Auto from another institution to Orion</option>
<option value="C" title="I want to refinance my Current Auto with Orion and get cash out">I want to refinance my Current Auto with Orion and get cash out</option>
</select>
</div>
<div id="90autoLoanPurpose" style="display: none;">
<select name="376_50012" id="90autoLoanPurposeField" onchange="changeAutoLoanPurpose()">
<option value="" default="" selected="">What is the purpose of this loan?</option>
<option value="N" title="I want to buy a New Auto">I want to buy a New Auto</option>
<option value="U" title="I want to buy a Used Auto">I want to buy a Used Auto</option>
</select>
</div>
<div id="rvLoanPurpose" style="display: none;">
<select name="376_5004" id="rvLoanPurposeField" onchange="changeAutoLoanPurpose()">
<option value="" default="" selected="">What is the purpose of this loan?</option>
<option value="N" title="I want buy a New ...">I want buy a New ...</option>
<option value="U" title="I want buy a Used ...">I want buy a Used ...</option>
<option value="R" title="I want Refinance my current ...">I want Refinance my current ...</option>
</select>
</div>
<div id="homeLoanPurpose" style="display: none;">
<select name="376_5001" id="homeLoanPurposeField" onchange="changeHomeLoanPurpose()">
<option value="" default="" selected="">What is the purpose of this loan?</option>
<option value="B" title="Buy a Home">Buy a Home</option>
<option value="R" title="Refinance my Current Home">Refinance my Current Home</option>
<option value="2" title="2nd Mortgage on my Current Home">2nd Mortgage on my Current Home</option>
<option value="M" title="Manufactured Home">Manufactured Home</option>
</select>
</div>
<div id="personalLoanType" style="display: none;">
<select name="376_5003" id="personalLoanTypeField" onchange="changePersonalLoanPurpose()">
<option value="" default="" selected="">Which Personal Loan are you interested in?</option>
<option value="S" title="Lemonade Loan">Lemonade Loan</option>
</select>
</div>
<div id="loanPurpose" style="display: none;">
<input type="text" name="376_955" maxlength="20" value="" id="loanPurposeField" placeholder="What is the purpose of this loan?">
</div>
<div id="locType" style="display: none;">
<select name="376_5006" id="locTypeField" onchange="changeHomeLoanPurpose()">
<option value="" default="" selected="">Which type of credit line are you interested in?</option>
<option value="P" title="Personal Line of Credit">Personal Line of Credit</option>
<option value="S" title="Home Equity Line of Credit">Home Equity Line of Credit</option>
</select>
</div>
<div id="creditCardType" style="display: none;">
<label id="creditCardTypeLabel">Which Orion Credit Card are you interested in?</label>
<select name="376_5007" id="creditCardTypeField">
<option value="" default="" selected="">Which Orion Credit Card are you interested in?</option>
<option value="S" title="Orion Rewards">Orion Rewards</option>
<option value="C" title="Orion Credit Card">Orion Credit Card</option>
</select>
</div>
<div id="vehicleType" style="display: none;">
<select name="376_5005" id="vehicleTypeField" onchange="changeAutoLoanPurpose()">
<option value="" default="" selected="">Vehicle Type</option>
<option value="B" title="Boat">Boat</option>
<option value="R" title="RV">RV</option>
<option value="A" title="ATV">ATV</option>
<option value="M" title="On-Road Motorcycle">On-Road Motorcycle</option>
<option value="O" title="Off-Road Motorcycle">Off-Road Motorcycle</option>
<option value="S" title="Scooter Loan">Scooter Loan</option>
</select>
</div>
<div id="autoLoanInfo">
<script>
function autoLoanPurposeLoad() {
var loanType = document.getElementById('loanType').value;
var autoPurpose = document.getElementById('autoLoanPurposeField').value;
var rvPurpose = document.getElementById('rvLoanPurposeField').value;
var vehicleType = document.getElementById('vehicleTypeField').value;
if (loanType == 'A' || loanType == 'R' || loanType == 'N') {
if (((loanType == 'A' || loanType == 'N') && (autoPurpose == 'R' || autoPurpose == 'O' || autoPurpose == 'C')) || (loanType == 'R' && rvPurpose == 'R' && (vehicleType == 'R' || vehicleType == 'M'))) {
document.getElementById('autoLoanVIN').style.display = '';
document.getElementById('serialNumber').style.display = 'none';
document.getElementById('serialNumberField').value = '';
document.getElementById('serialNumberAgain').value = '';
} else if (loanType == 'R' && rvPurpose == 'R') {
document.getElementById('serialNumber').style.display = '';
document.getElementById('autoLoanVIN').style.display = 'none';
document.getElementById('vinField').value = '';
document.getElementById('vinFieldAgain').value = '';
if (vehicleType == 'B') {
document.getElementById('serialNumberLabel').innerHTML = 'Hull Identification Number';
document.getElementById('serialNumberAgainLabel').innerHTML = 'Hull Identification Number (Again)';
} else {
document.getElementById('serialNumberLabel').innerHTML = 'Serial Number';
document.getElementById('serialNumberAgainLabel').innerHTML = 'Serial Number (Again)';
}
} else {
document.getElementById('autoLoanVIN').style.display = 'none';
document.getElementById('vinField').value = '';
document.getElementById('vinFieldAgain').value = '';
document.getElementById('serialNumber').style.display = 'none';
document.getElementById('serialNumberField').value = '';
document.getElementById('serialNumberAgain').value = '';
if (loanType != 'R') {
document.getElementById('vehicleType').style.display = 'none';
document.getElementById('vehicleTypeField').value = '';
}
}
}
}
autoLoanPurposeLoad();
</script>
</div>
<div id="creditCardJoint" style="display: none;">
<label>Check here if this is a Joint Application</label>
<input type="checkbox" name="376_848" value="Y" id="submitFormPage_376_848">
<input type="hidden" name="376_848" value="N">
</div>
<div id="scooterLoanPurpose" style="display: none;">
<select name="376_50014" id="scooterLoanPurposeField" onchange="changeScooterLoanPurpose()">
<option value="" default="" selected="">What is the purpose of this loan?</option>
<option value="N" title="I want to buy a New Scooter">I want to buy a New Scooter</option>
<option value="U" title="I want to buy a Used Scooter">I want to buy a Used Scooter</option>
</select>
</div>
</div>
</div>
<div class="row" id="serviceArea" style="display: none;">
<div class="large-12 columns">
<p>Unfortunately, Orion is unable to offer unsecured loans and credit cards outside of our service area. To explore other loan options, please contact us at 1-800-532-9025.<br>Sincerely, Orion Member Services.</p>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<p>By clicking the Continue button, you authorize Orion to obtain and use Consumer Reports about you to review your application, to review the products or services you maintain, and to analyze your financial needs and to market other products
and services to you. "Consumer Reports" has the same meaning as under the Fair Credit Reporting Act, found at 15 U.S.C. Section 1681A(d), and includes reports about your credit, income, employment, and information we use to identify you.</p>
<br>
<div class="row client_button_group" id="defaultButtons">
<div class="large-6 columns" id="back" style="display: none;">
<a role="button" class="button cta float-left" id="backLink" onclick="getAJAX('/IMSIWeb/web/Web_switchPage.action?applicationID=376','main-imsi');return false;">Back</a>
</div>
<div class="large-6 columns" id="next">
<a role="button" id="nextButton" class="button cta float-right" onclick="$('#submitFormPage').submit()" href="#">Continue</a>
</div>
</div>
<script>
function setContinueButtonText(text) {
$('#nextButton').text(text);
}
</script>
</div>
<script>
if (false) {
$('#app_progress_small').show();
updateProgress(0);
} else {
try {
updateSideBar(0);
} catch (error) {
console.error(error);
}
}
$('#back').hide();
setContinueButtonText('Continue');
if (typeof googleAnalytics !== 'undefined') googleAnalytics('5:2:loanApp1.jsp:Loan Type Selection:F:{}');
changeLoanType();
if (!isCLI) {
$('#loanType option[value="I"]').remove();
}
function changeLoanType(clearValues) {
document.getElementById('autoLoanPurpose').style.display = 'none';
document.getElementById('90autoLoanPurpose').style.display = 'none';
document.getElementById('homeLoanPurpose').style.display = 'none';
document.getElementById('personalLoanType').style.display = 'none';
document.getElementById('loanPurpose').style.display = 'none';
document.getElementById('rvLoanPurpose').style.display = 'none';
document.getElementById('vehicleType').style.display = 'none';
document.getElementById('locType').style.display = 'none';
document.getElementById('creditCardType').style.display = 'none';
document.getElementById('creditCardJoint').style.display = 'none';
document.getElementById('scooterLoanPurpose').style.display = 'none';
document.getElementById('creditCardType').required = false;
document.getElementById('serviceArea').style.display = 'none';
if (clearValues) {
document.getElementById('autoLoanPurposeField').value = '';
document.getElementById('90autoLoanPurposeField').value = '';
document.getElementById('homeLoanPurposeField').value = '';
document.getElementById('personalLoanTypeField').value = '';
document.getElementById('loanPurposeField').value = '';
document.getElementById('rvLoanPurposeField').value = '';
document.getElementById('locTypeField').value = '';
document.getElementById('scooterLoanPurposeField').value = '';
}
var loanType = document.getElementById('loanType').value;
if (loanType == 'A') {
document.getElementById('autoLoanPurpose').style.display = '';
} else if (loanType == 'H') {
document.getElementById('homeLoanPurpose').style.display = '';
} else if (loanType == 'P') {
document.getElementById('personalLoanType').style.display = '';
document.getElementById('serviceArea').style.display = '';
} else if (loanType == 'R') {
document.getElementById('rvLoanPurpose').style.display = '';
document.getElementById('vehicleType').style.display = '';
} else if (loanType == 'L') {
document.getElementById('locType').style.display = '';
document.getElementById('serviceArea').style.display = '';
} else if (loanType == 'C') {
document.getElementById('creditCardTypeLabel').innerHTML = 'Which Orion Credit Card are you interested in?';
document.getElementById('creditCardType').style.display = '';
document.getElementById('creditCardJoint').style.display = '';
document.getElementById('serviceArea').style.display = '';
} else if (loanType == 'N') {
document.getElementById('90autoLoanPurpose').style.display = '';
} else if (loanType == 'I') {
document.getElementById('creditCardTypeLabel').innerHTML = 'What Orion Credit Card would you like to increase?';
document.getElementById('creditCardType').style.display = '';
document.getElementById('creditCardType').required = true;
} else if (loanType == 'S') {
document.getElementById('scooterLoanPurpose').style.display = '';
document.getElementById('scooterLoanPurposeField').required = true;
}
console.log(loanType);
changeAutoLoanPurpose();
changeHomeLoanPurpose();
changePersonalLoanPurpose();
}
function changeAutoLoanPurpose() {
var loanType = document.getElementById('loanType').value;
getAJAX('/IMSIWeb/web/Web_loadCustom?applicationID=376&redirectActionName=loanCollateral&loanType=' + loanType, 'autoLoanInfo');
}
function changeScooterLoanPurpose() {
console.log('scooter loan');
//var loanType = document.getElementById('loanType').value;
//getAJAX('/IMSIWeb/web/Web_loadCustom?applicationID=376&redirectActionName=loanCollateral&loanType='+loanType,'autoLoanInfo');
}
function changeHomeLoanPurpose() {
var loanType = document.getElementById('loanType').value;
if ((loanType == 'H' && document.getElementById('homeLoanPurposeField').value == 'S') || (loanType == 'L' && document.getElementById('locTypeField').value == 'S')) {
document.getElementById('creditCardType').style.display = 'none';
document.getElementById('creditCardTypeField').value = '';
} else if (loanType == 'L' && document.getElementById('locTypeField').value == 'C') {} else {
if (loanType != 'C' && loanType != 'I') {
document.getElementById('creditCardType').style.display = 'none';
document.getElementById('creditCardTypeField').value = '';
}
}
}
function changePersonalLoanPurpose() {
if (document.getElementById('loanType').value == 'P' && document.getElementById('personalLoanTypeField').value == 'S') {
document.getElementById('loanPurpose').style.display = '';
} else {
document.getElementById('loanPurpose').style.display = 'none';
document.getElementById('loanPurposeField').value = '';
}
}
function checkLoanType() {
var redirect = '';
var loanType = document.getElementById('loanType').value;
if (loanType == 'E') {
//redirect = 'https://orionfcu2.mortgagewebcenter.com/Account/Login?ReturnUrl=%2fApplyNow';
redirect = 'https://orionfcu.mymortgage-online.com/loan-app/?siteId=7796887942&lar=heloc&workFlowId=131067';
}
if (loanType == 'H' && document.getElementById('homeLoanPurposeField').value == 'B') {
//redirect = 'https://orionfcu2.mortgagewebcenter.com/Account/Login?ReturnUrl=%2fApplyNow';
redirect = 'https://orionfcu.mymortgage-online.com/loan-app/?siteId=7796887942&workFlowId=128243';
} else if (loanType == 'H' && document.getElementById('homeLoanPurposeField').value == 'R') {
//redirect = 'https://orionfcu2.mortgagewebcenter.com/Account/Login?ReturnUrl=%2fApplyNow';
redirect = 'https://orionfcu.mymortgage-online.com/loan-app/?siteId=7796887942&workFlowId=128243';
} else if (loanType == 'H' && document.getElementById('homeLoanPurposeField').value == 'S') {
//redirect = 'https://orionfcu2.mortgagewebcenter.com/Account/Login?ReturnUrl=%2fApplyNow';
redirect = 'https://orionfcu.mymortgage-online.com/loan-app/?siteId=7796887942&workFlowId=128243';
} else if (loanType == 'H' && document.getElementById('homeLoanPurposeField').value == 'M') {
redirect = '/IMSIWeb/web/Web_loadForm?masterAppID=2003';
} else if (loanType == 'L' && document.getElementById('locTypeField').value == 'S') {
//redirect = 'https://orionfcu2.mortgagewebcenter.com/Account/Login?ReturnUrl=%2fApplyNow';
redirect = 'https://orionfcu.mymortgage-online.com/loan-app/?siteId=7796887942&workFlowId=128243';
}
/*else if((loanType=='L' && document.getElementById('locTypeField').value=='C') || loanType=='C'){
redirect = 'https://online1.elancard.com/oad/begin?locationCode=11436';
}*/
var newFilter;
switch (loanType) {
case 'A':
var autoPurpose = document.getElementById('autoLoanPurposeField').value;
if (autoPurpose == "R") {
newFilter = "REFI";
} else {
newFilter = "AUTO";
}
break;
case 'H':
var homePurpose = document.getElementById('homeLoanPurposeField').value;
if (homePurpose == 'S') {
newFilter = "HELOC";
}
break;
case 'P':
var personalType = document.getElementById('personalLoanTypeField').value;
if (personalType == 'S') {
newFilter = "SIG";
}
if (personalType == 'B') {
newFilter = "BTS";
}
if (personalType == 'H') {
newFilter = "OLH";
}
break;
case 'R':
newFilter = "RV";
break;
case 'L':
var locType = document.getElementById('locTypeField').value;
if (locType == 'S') {
newFilter = "PLOC";
}
break;
case 'C':
var cardType = document.getElementById('creditCardTypeField').value;
if (cardType == 'S') {
newFilter = "REWARDS";
}
if (cardType == 'C') {
newFilter = "CC";
}
break;
case 'N':
newFilter = "NOPAY";
break;
case 'S':
var scooterPurpose = document.getElementById('scooterLoanPurposeField').value;
if (scooterPurpose == '') {
$('#scooterLoanPurposeField').notify('Please select a purpose');
return false;
}
newFilter = "SCOOTER";
break;
}
var queryParams = new URLSearchParams(window.location.search);
if (newFilter) {
queryParams.set("type", newFilter);
history.replaceState(null, null, "?" + queryParams.toString());
} else {
queryParams.delete('type');
history.replaceState(null, null, "?" + queryParams.toString());
}
if (document.getElementById('serialNumberField') != null && document.getElementById('serialNumberAgain') != null && document.getElementById('serialNumberField').value != document.getElementById('serialNumberAgain').value) {
if (document.getElementById('vehicleTypeField').value == 'B') {
alert('The Hull Identification number fields do not match. Please correct them and re-submit');
} else {
alert('The Serial Number fields do not match. Please correct them and re-submit');
}
return false;
}
if (document.getElementById('vinField') != null && document.getElementById('vinFieldAgain') != null && document.getElementById('vinField').value != document.getElementById('vinFieldAgain').value) {
alert('The Vehicle Identification Number fields do not match. Please correct them and re-submit');
return false;
}
if (loanType == 'I' && !document.getElementById('creditCardTypeField').value) {
alert('Please select a card type');
return false;
};
if (redirect == '') {
return true;
} else {
cancelUnload = true;
location.href = redirect;
return false;
}
}
</script>
</div>
</form>
Text Content
* Locations BECOME A MEMBER APPLICATION PROGRESS ***TEST*** * * * Welcome * * * Disclosures * * * About You * * * Choose Accounts * * * Initial Deposit * * * Confirm * * * Loan Info * * * Applicant Info * * * Employment Info * * * Validation * * * Confirmation LOAN APP Loan Type My City Rides Auto Loan Home Loan Home Equity Line of Credit Personal Loan Recreational Vehicle Loan Line of Credit Credit Card No Payments for 90 Days Auto Loan Scooter Loan What is the purpose of this loan? I want to buy a New Auto I want to buy a Used Auto I want to refinance my Current Auto from another institution to Orion I want to refinance my Current Auto with Orion and get cash out What is the purpose of this loan? I want to buy a New Auto I want to buy a Used Auto What is the purpose of this loan? I want buy a New ... I want buy a Used ... I want Refinance my current ... What is the purpose of this loan? Buy a Home Refinance my Current Home 2nd Mortgage on my Current Home Manufactured Home Which Personal Loan are you interested in? Lemonade Loan Which type of credit line are you interested in? Personal Line of Credit Home Equity Line of Credit Which Orion Credit Card are you interested in? Which Orion Credit Card are you interested in? Orion Rewards Orion Credit Card Vehicle Type Boat RV ATV On-Road Motorcycle Off-Road Motorcycle Scooter Loan Check here if this is a Joint Application What is the purpose of this loan? I want to buy a New Scooter I want to buy a Used Scooter Unfortunately, Orion is unable to offer unsecured loans and credit cards outside of our service area. To explore other loan options, please contact us at 1-800-532-9025. Sincerely, Orion Member Services. By clicking the Continue button, you authorize Orion to obtain and use Consumer Reports about you to review your application, to review the products or services you maintain, and to analyze your financial needs and to market other products and services to you. "Consumer Reports" has the same meaning as under the Fair Credit Reporting Act, found at 15 U.S.C. Section 1681A(d), and includes reports about your credit, income, employment, and information we use to identify you. Back Continue