fhahouseloans.com Open in urlscan Pro
162.241.191.116  Public Scan

URL: https://fhahouseloans.com/
Submission: On February 04 via api from US — Scanned from US

Form analysis 1 forms found in the DOM

POST https://usdamortgagelender.net/form-process.php

<form id="feedbackform" action="https://usdamortgagelender.net/form-process.php" method="post" class="cmxform" novalidate="novalidate">
  <div class="stepsguide">
    <div class="step">Step 1<div class="smalltext">What type of home loan are you looking for?</div>
    </div>
    <div class="step disabledstep">Step 2<div class="smalltext">ZIP Code of the Property</div>
    </div>
    <div class="step disabledstep">Step 3<div class="smalltext">What is the approximate loan amount?</div>
    </div>
    <div class="step disabledstep">Step 4<div class="smalltext">What is your approximate credit score?</div>
    </div>
    <div class="step disabledstep">Step 5<div class="smalltext">What is your name?</div>
    </div>
    <div class="step disabledstep">Step 6<div class="smalltext">What is your phone number?</div>
    </div>
    <div class="step disabledstep">Step 7<div class="smalltext">What is your email?</div>
    </div>
  </div>
  <input type="hidden" name="campaign_id" value="14">
  <input type="hidden" name="thanksURL" value="https://fhahouseloans.com/thank-you.html">
  <!-- fieldsets -->
  <div style="position: relative; overflow: hidden; width: 802px; height: 472px;">
    <div style="position:relative;left:0;top:0;">
      <fieldset class="sectionwrap" style="display: block; position: absolute; top: 0px; left: 0px; visibility: visible;">
        <h1>See if you qualify for an <strong> FHA Home Loan</strong></h1>
        <legend style="display:none;">What type of home loan are you looking for?</legend>
        <h2>What type of home loan are you looking for?</h2>
        <div class="button-wrap">
          <input class="hidden radio-label" type="radio" name="purpose" id="purchase" checked="checked" value="New Home Loan">
          <label class="button-label" for="purchase">
            <img src="images/icon-new.png" alt="new home"><br>New Home </label>
          <input class="hidden radio-label" type="radio" name="purpose" id="Refinance" value="Refinance">
          <label class="button-label" for="Refinance">
            <img src="images/icon-refi.png" alt="Refinance"><br>Refinance </label>
        </div>
      </fieldset>
      <fieldset class="sectionwrap" style="display: block; position: absolute; top: 0px; left: 802px; visibility: hidden;">
        <legend>ZIP Code of the Property</legend>
        <input type="text" class="" pattern="[0-9]*" name="zip" id="zip" maxlength="5" data-rules-required="true" data-rules-required-message="Enter your Zip Code">
        <div id="citystate"></div>
        <input type="hidden" name="city" id="city">
        <input type="hidden" name="state" id="state">
      </fieldset>
      <fieldset class="sectionwrap" style="display: block; position: absolute; top: 0px; left: 1604px; visibility: hidden;">
        <legend id="loanamount">What is the approximate loan amount?</legend>
        <div class="slide">
          <div class="slider" id="amount-slider" style="position: relative; user-select: none; box-sizing: border-box; min-height: 55px; margin-left: 7.5px; margin-right: 7.5px;">
            <div class="track" style="position: absolute; top: 50%; user-select: none; cursor: pointer; width: 100%; margin-top: -25px;"></div>
            <div class="highlight-track" style="position: absolute; top: 50%; user-select: none; cursor: pointer; width: 52.2667px; margin-top: -25px;"></div>
            <div class="dragger" style="position: absolute; top: 50%; user-select: none; cursor: pointer; margin-top: -7.5px; margin-left: -7.5px; left: 52.2667px;"></div>
          </div><input type="text" aria-labelledby="loanamount" data-slider="true" data-slider-range="50000,800000" data-slider-step="10000" data-slider-highlight="true" name="amount" id="amount" value="100000" style="display: none;"><span
            class="output">100,000</span>
          <div id="discriptor"></div>
        </div>
        <script>
          $.fn.digits = function() {
            return this.each(function() {
              $(this).text($(this).text().replace(/(\d)(?=(\d\d\d)+(?!\d))/g, "$1,"));
            })
          }
          $("[data-slider]").each(function() {
            var input = $(this);
            $("<span>").addClass("output").insertAfter($(this));
          }).bind("slider:ready slider:changed", function(event, data) {
            $(this).nextAll(".output:first").html(data.value.toFixed(0)).digits();
            if (data.value.toFixed(0) == 50000) {
              $("#discriptor").text('or less');
            } else if (data.value.toFixed(0) == 800000) {
              $("#discriptor").text('or more');
            } else {
              $("#discriptor").text('');
            }
          });
        </script>
      </fieldset>
      <fieldset class="sectionwrap" style="display: block; position: absolute; top: 0px; left: 2406px; visibility: hidden;">
        <legend>What is your approximate credit score?</legend>
        <div class="button-wrap">
          <input class="hidden radio-label" type="radio" name="score" id="score1" value="720-850">
          <label class="button-label" for="score1"> 720-850 </label>
          <input class="hidden radio-label" type="radio" name="score" id="score2" value="680-719" checked="checked">
          <label class="button-label" for="score2"> 680-719 </label>
          <input class="hidden radio-label" type="radio" name="score" id="score3" value="660-679">
          <label class="button-label" for="score3"> 660-679 </label>
          <input class="hidden radio-label" type="radio" name="score" id="score4" value="640-659">
          <label class="button-label" for="score4"> 640-659 </label>
          <input class="hidden radio-label" type="radio" name="score" id="score5" value="620-639">
          <label class="button-label" for="score5"> 620-639 </label>
          <input class="hidden radio-label" type="radio" name="score" id="score6" value="600-619">
          <label class="button-label" for="score6"> 600-619 </label>
          <input class="hidden radio-label" type="radio" name="score" id="score7" value="580-599">
          <label class="button-label" for="score7"> 580-599 </label>
          <input class="hidden radio-label" type="radio" name="score" id="score8" value="579 or Below">
          <label class="button-label" for="score8"> 579 or Below </label>
        </div>
      </fieldset>
      <fieldset class="sectionwrap" style="display: block; position: absolute; top: 0px; left: 3208px; visibility: hidden;">
        <legend>What is your name?</legend>
        <div class="fieldwrap"><input type="text" name="first_name" id="first_name" placeholder="First Name" data-rules-required="true" data-rules-required-message="Enter your first name"></div>
        <div class="fieldwrap"><input type="text" name="last_name" id="last_name" placeholder="Last Name" data-rules-required="true" data-rules-required-message="Enter your last name"></div>
      </fieldset>
      <fieldset class="sectionwrap" style="display: block; position: absolute; top: 0px; left: 4010px; visibility: hidden;">
        <legend>What is your phone number?</legend>
        <div class="fieldwrap"><input type="text" name="phone" id="phone" placeholder="Phone" data-rules-regexp="((\(\d{3}\) ?)|(\d{3}-))?\d{3}-\d{4}" data-rules-required="true" data-rules-required-message="Enter complete valid phone number"></div>
      </fieldset>
      <fieldset class="sectionwrap" style="display: block; position: absolute; top: 0px; left: 4812px; visibility: hidden;">
        <legend>What is your email?</legend>
        <div class="fieldwrap"><input type="text" name="email" id="email" placeholder="Email" data-rules-email="true" data-rules-required="true" data-rules-required-message="Enter valid email"></div>
        <input type="submit" name="submit" aria-label="Submit form" value="Check My Eligibility">
        <div style="color:#fff;font-size:.7em;text-align:left;background:#444;padding:10px;border-radius:5px;"><strong>By clicking submit you are agreeing to our privacy policy and are opting in top receive text messages and or calls per our contact
            policy. </strong>Notwithstanding any current or prior election to opt in or opt out of receiving telemarketing calls or text messages from our agents or representatives calling on our behalf, you expressly consent to be contacted for any
          purposes relating to your loan at any telephone number, or physical or electronic address you have provided. By submitting your information, you agree we may contact you in any way, including SMS messages, calls using prerecorded messages
          or artificial voice, and calls and messages delivered using an auto dialing system or an automatic texting system. You may contact Privacy@primeres.com or Compliance@primeres.com to opt out at any time. You may also contact us by phone
          1-800-255-2792 ext. 1000025</div>
      </fieldset>
    </div>
  </div>
  <div class="formpaginate"><span class="next" id="nextbtn" style="visibility: visible;">SEE IF I'M ELIGIBLE</span><span class="prev" style="visibility: hidden;">Back</span></div>
</form>

Text Content

Call TODAY to speak with an FHA Home Loan Specialist (501) 225-5626
Step 1
What type of home loan are you looking for?
Step 2
ZIP Code of the Property
Step 3
What is the approximate loan amount?
Step 4
What is your approximate credit score?
Step 5
What is your name?
Step 6
What is your phone number?
Step 7
What is your email?


SEE IF YOU QUALIFY FOR AN FHA HOME LOAN

What type of home loan are you looking for?


WHAT TYPE OF HOME LOAN ARE YOU LOOKING FOR?


New Home
Refinance
ZIP Code of the Property

What is the approximate loan amount?

100,000

What is your approximate credit score?
720-850 680-719 660-679 640-659 620-639 600-619 580-599 579 or Below
What is your name?


What is your phone number?

What is your email?

By clicking submit you are agreeing to our privacy policy and are opting in top
receive text messages and or calls per our contact policy. Notwithstanding any
current or prior election to opt in or opt out of receiving telemarketing calls
or text messages from our agents or representatives calling on our behalf, you
expressly consent to be contacted for any purposes relating to your loan at any
telephone number, or physical or electronic address you have provided. By
submitting your information, you agree we may contact you in any way, including
SMS messages, calls using prerecorded messages or artificial voice, and calls
and messages delivered using an auto dialing system or an automatic texting
system. You may contact Privacy@primeres.com or Compliance@primeres.com to opt
out at any time. You may also contact us by phone 1-800-255-2792 ext. 1000025
SEE IF I'M ELIGIBLEBack

★ Your information is secure and never shared. Read the privacy policy.


BASIC FHA LOAN CONSIDERATIONS

 * You want to buy a home with a low down payment.
 * You're a first-time homebuyer.
 * You earn a qualifying income.
 * You want a lower rate on your existing loan.


FHA LOAN BENEFITS:

 * Smaller down payment
 * Fixed rate
 * Flexible loan terms

--------------------------------------------------------------------------------


CHECK OFFICIAL FHA LOAN REQUIREMENTS


GET MATCHED WITH AN FHA LENDER AND CHECK YOUR ELIGIBILITY FOR FINANCING.

Start Your Quote →






Primary Residential Mortgage, Inc.
10121 N Rodney Parham, Suites C & D
Little Rock, AR 72227
501-225-5626
501-225-5626
NMLS # 3094
Branch NMLS # 252910
Licensed by Arkansas Securities Department 11558
PRMI Privacy Policy
PRMI Terms of Use
PRMI Consumer Voice
PRMI Licenses


Some products and services may not be available in all states. Credit and
collateral are subject to approval. Terms and conditions apply. This is not a
commitment to lend. Programs, rates, terms and conditions are subject to change
without notice.

© 2013 - 2024 PRMI


PRMI NMLS 3094. PRMI is an Equal Housing Lender. This is not a commitment to
lend. Credit and collateral are subject to approval. Terms and conditions apply.
Programs, rates, terms, and conditions are subject to change and are subject to
borrower(s) qualification.

* Closing costs and fees may apply.

Notwithstanding any current or prior election to opt in or opt out of receiving
telemarketing calls or text messages from our agents or representatives calling
on our behalf, you expressly consent to be contacted for any purposes relating
to your loan at any telephone number, or physical or electronic address you have
provided. By submitting your information, you agree we may contact you in any
way, including SMS messages, calls using prerecorded messages or artificial
voice, and calls and messages delivered using an auto dialing system or an
automatic texting system. You may contact Privacy@primeres.com or
Compliance@primeres.com to opt out at any time. You may also contact us by phone
1-800-255-2792 ext. 1000025

NMLS 84747, MLO 46539. Only available in the following states: Alabama Banking
Department Bureau of Banking MC 20316. Arizona Department of Financial
Institutions 0902614. Departamento de Instituciones Financieras de Arizona
0902614. Arkansas Securities Department 11558. Florida Office of Financial
Regulation MLD646. Licensed by the Department of Financial Protection and
Innovation (DFPI) under the California Residential Mortgage Lending Act 4130403.
Georgia Residential Mortgage Licensee. Georgia Department of Banking and Finance
6521. Illinois-Department of Financial and Professional Regulation, Division of
Banking MB.6759669. For licensing information, please go to
(http://nmlsconsumeraccess.org). Indiana-Department of Financial Institutions
Consumer Credit Division, First Lien License 11069 Secretary of State Securities
Commission Second Lien License 103936. C.P.D. Reg. No.-19-07981. Kansas-Office
of the State Bank Commissioner. Kansas Licensed Mortgage Company #MC. 0025284.
Kentucky-Department of Public Protection the Office of Financial Institutions,
#MC23741 Louisiana-Office of Financial Institutions #771. Minnesota Department
of Commerce, MN-MC-3094.1. Mississippi Department of Banking and Consumer
Finance, 3094. Missouri Division of Finance. Nebraska-Department of Banking and
Finance, #350. New Jersey Department of Banking and Insurance. North Carolina
Commissioner of Banks L-112833. Oklahoma Department of Consumer Credit ML010027.
Pennsylvania Department of Banking and Securities. South Carolina Department of
Consumer Affairs MLS3094, As Element Funding MLS-3094 OTN#1.
Tennessee-Department of Financial Institutions 109282. This office is licensed
and examined by the Office of Consumer Credit Commissioner of the State of
Texas. Washington-Department of Financial Institutions CL-3094.

A copy of our Privacy Policy and Notice is accessible by going to Primary
Residential Mortgage’s website and clicking on the “Privacy Policy” link located
at the bottom of the page. https://www.primeres.com/privacy-policy .

For Texas Residents Only: “Consumers wishing to file a complaint against a
mortgage banker or licensed mortgage banker residential loan originator should
complete and send a complaint form to the TX department of savings and mortgage
lending, 2601 North Lamar Suite 201, Austin, Texas 78705. Complaint forms and
instructions may be obtained from the department’s website at www.sml.texas.gov.
A toll-free consumer hotline is available at 1-877-276-5550. The department
maintains a recovery fund to make payments of certain actual out of pocket
damages sustained by borrowers caused by acts of licensed mortgage banker
residential mortgage loan originators. A written application for reimbursement
from the recovery find must be filed with and investigated by the department
prior to the payment of a claim. For more information about the recovery fund,
please consult the department’s website at www.sml.texas.gov.”


Michael J. from Pine Bluff, AR
checked their loan eligibility
about 56 minutes ago