File: /home/halcosmu/public_html/autowarrantycontract.com/next.php
<?php
$name=$_POST['name'];
$email=$_POST['email'];
$phone=$_POST['phone'];
$businessname=$_POST['businessname'];
?>
<html lang="en">
<head>
<title>Auto Insurance </title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link href="style.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Oswald:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Manjari:400,700&display=swap" rel="stylesheet">
</head>
<body>
<div class="container-fluid navbar">
<div class="container">
<div class="row">
<div class="col-md-6 col-xs-12 col-sm-12">
<a class="navbar-brand" href="ratequalified.com"><p class="custombrand">AUTO <span style="color: #ff9900;">WARRANTY </span></p></a>
</div>
<div class="col-md-4 col-md-offset-2 col-xs-12 col-sm-12">
<div class="row trustsign">
<div class="col-md-4 col-sm-4" col-xs-12><img src="img/bbb.jpg"></div>
<div class="col-md-4 col-sm-4" col-xs-12><img src="img/norton.jpg"></div>
<div class="col-md-4 col-sm-4" col-xs-12><img src="img/dmca.png"></div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid content">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-12 col-xs-12">
<h1 class="bigheader"><span>AUTO </span>INSURANCE</h1>
<p class="headersub">Most reliable auto insurance companies in America to get you the lowest insurance prices available.</p>
<form class="form-signin" action="next.php" method="post">
<div class="container">
<div class="row">
<div class="col-md-3">
<input type="text" class="form-control" name="zip" placeholder="Zip Code" required/>
</div>
<div class="col-md-3">
<input type="date" class="form-control" name="email" placeholder="Date of Birth" required/>
</div>
</div>
<div class="row">
<div class="col-md-3">
<input type="text" class="form-control" name="phone" placeholder="Phone Number" id='textbox' required/>
</div>
<div class="col-md-3">
<input type="text" class="form-control" name="businessname" placeholder="State" required/>
</div>
</div>
</div>
<button type="submit" name="submit" class="btn btn-default">Get Your Qoute <i class="fa fa-send" aria-hidden="true"></i></button>
<p class="agree">
By submitting this request for information, I hereby provide my signature, expressly consent to receive information by email, automatic dialing system and/or pre-recorded telephone calls, and/or SMS messages from or on behalf of RateQualified.com and its Members on my telephone number I provided above, including my wireless number, even if I am on a State or Federal Do-Not-Call list. Consent to be contacted is not required in order to purchase goods or services from us or the Members that contact you.</p>
</form>
</div>
<div class="col-md-6 col-sm-12 col-xs-12">
<img src="img/autoinsurance.png" alt="" style="margin-top: 40px;margin-left: 50px; width: 700px;">
</div>
</div>
</div>
</div>
<div class="container-fluid disclaimer">
<div class="container">
<p>This website does not constitute an offer or solicitation to lend. Rate Qualified is not a lender, does not broker loans, and does not make loan or credit decisions. The operator of this Web Site is not an agent, representative or broker of any lender and does not endorse or charge you for any service or product. We provide a service only and are not acting as a representative, agent, or correspondent for any service provider or lender
While submitting the form you are not filling any mortgage application, we will work closely and how to match you with the right lender and they can provide you with the mortgage product information depending on the eligibility to the product
Rate Qualified is not a Govt agency and not affiliates to any HUD, FHA, VA, Fannie or Freddie Mae. We will only match you with best lender that we have in network who can help you with the Mortgage needs
While submitting this form the right Lender will contact you and as per your numbers will offer the program that suits best your needs. Some program may require credit check and that depends on the lender and the mortgage product you qualify for. We do not charge any fees for this service but we are tied with Lenders to match your needs.
Our aim is to inform users of possible lenders who may be able to satisfy the needs of a particular consumer. Our company does not endorse any particular service provider, lender, nor loan product. You are under no obligation to use our website or service to initiate contact, nor apply for credit or any loan product with any service provider or lender.</p>
</div>
</div>
<footer>
<p>Copyright All Rights Reserved © <?php echo date("Y");?></p>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
</body>
</html>