housevalues.co Open in urlscan Pro
2606:4700:3034::6815:ee9  Public Scan

URL: https://housevalues.co/
Submission: On December 09 via api from BE — Scanned from DE

Form analysis 7 forms found in the DOM

<form id="login-form" class="form-horizontal" role="form">
  <div class="col-md-12">
    <div class="form-group">
      <label for="login-username" class="col-md-3">Username:</label>
      <div class="col-md-8">
        <input type="text" class="form-control" id="login-username" name="username" placeholder="Enter Username">
      </div>
    </div>
    <div class="form-group">
      <label for="login-password" class="col-md-3">Password:</label>
      <div class="col-md-8">
        <input type="password" class="form-control" id="login-password" name="password" placeholder="Enter Password">
      </div>
    </div>
    <div class="form-group">
      <div class="col-md-offset-3 col-md-8">
        <a id="password-reset" class="fancybox" href="#modal-reset">Forgot Your Password?</a>
      </div>
    </div>
    <div class="form-group">
      <div class="col-md-offset-3 col-md-8">
        <button type="submit" class="btn btn-default">Submit</button>
      </div>
    </div>
  </div>
</form>

<form id="reset-form" class="form-horizontal" role="form">
  <div class="col-md-12 block">
    <div class="form-group">
      <label for="reset-email" class="col-md-3">Email Address:</label>
      <div class="col-md-8">
        <input type="text" class="form-control" id="reset-email" name="email" placeholder="Enter Your Email Address">
      </div>
    </div>
    <div class="form-group">
      <div class="col-md-offset-3 col-md-8">
        <button type="submit" class="btn btn-default">Submit</button>
      </div>
    </div>
  </div>
</form>

<form id="register-form" class="form-horizontal" role="form">
  <div class="form-group">
    <label for="register-name" class="col-md-4">Name:&nbsp;&nbsp;<span class="form-required">*</span></label>
    <div class="col-md-8">
      <input type="text" class="form-control" id="register-name" name="name" placeholder="Enter Name">
    </div>
  </div>
  <div class="form-group">
    <label for="register-email" class="col-md-4">Email Address:&nbsp;&nbsp;<span class="form-required">*</span></label>
    <div class="col-md-8">
      <input type="email" class="form-control" id="register-email" name="email" placeholder="Enter Email Address">
    </div>
  </div>
  <div class="form-group">
    <label for="register-phone" class="col-md-4">Phone Number<span class="form-required">*</span></label>
    <div class="col-md-8">
      <input type="text" class="form-control" id="register-phone" name="phone" placeholder="Enter Phone #">
    </div>
  </div>
  <div class="form-group">
    <div class="col-md-offset-4 col-md-8">
      <input type="hidden" id="register-property" name="sz_id" value="">
      <input type="hidden" id="register-address" name="address" value="">
      <input type="hidden" id="register-type" name="type" value="register">
      <button type="submit" class="btn btn-default">Submit</button>
    </div>
  </div>
</form>

<form id="contact-form" class="form-horizontal" role="form" novalidate="novalidate">
  <div class="form-group">
    <label for="contact_name" class="col-md-4">Name:&nbsp;&nbsp;<span class="form-required">*</span></label>
    <div class="col-md-8">
      <input type="text" class="form-control" id="contact_name" name="name" placeholder="Enter Name" value="">
    </div>
  </div>
  <div class="form-group">
    <label for="contact_email" class="col-md-4">Email Address:&nbsp;&nbsp;<span class="form-required">*</span></label>
    <div class="col-md-8">
      <input type="email" class="form-control" id="contact_email" name="email" placeholder="Enter Email Address" value="">
    </div>
  </div>
  <div class="form-group">
    <label for="contact_message" class="col-md-4">Comment / Question:&nbsp;&nbsp;<span class="form-required">*</span></label>
    <div class="col-md-8">
      <textarea class="form-control" id="contact_message" name="message" rows="3" placeholder="Enter Comment or Question"></textarea>
    </div>
  </div>
  <div class="form-group">
    <div class="col-md-offset-4 col-md-8">
      <input type="hidden" name="contact_type" value="contact">
      <button type="submit" class="btn btn-default">Submit</button>
    </div>
  </div>
</form>

<form id="avm-form" class="form-horizontal" role="form" novalidate="novalidate">
  <div class="form-group">
    <label for="avm-name" class="col-md-4">Name:&nbsp;&nbsp;<span class="form-required">*</span></label>
    <div class="col-md-8">
      <input type="text" class="form-control" id="avm-name" name="name" placeholder="Enter Name">
    </div>
  </div>
  <div class="form-group">
    <label for="avm-email" class="col-md-4">Email Address:&nbsp;&nbsp;<span class="form-required">*</span></label>
    <div class="col-md-8">
      <input type="email" class="form-control" id="avm-email" name="email" placeholder="Enter Email Address">
    </div>
  </div>
  <div class="form-group">
    <label for="avm-phone" class="col-md-4">Phone Number<span class="form-required">*</span></label>
    <div class="col-md-8">
      <input type="text" class="form-control" id="avm-phone" name="phone" placeholder="Enter Phone #">
    </div>
  </div>
  <div class="form-group">
    <label for="avm-when" class="col-md-4">When are your planning on selling your home?<span class="form-required">*</span></label>
    <div class="col-md-8">
      <select class="form-control" id="avm-when" name="when">
        <option value="" selected="">Select Timeframe</option>
        <option value="immediately">Immediately</option>
        <option value="3 to 6 months">3 to 6 months</option>
        <option value="6 to 12 months">6 to 12 months</option>
        <option value="over 12 months">over 12 months</option>
      </select>
    </div>
  </div>
  <div class="form-group">
    <label for="avm-message" class="col-md-4">Comment:</label>
    <div class="col-md-8">
      <textarea class="form-control" id="avm-message" name="message" rows="3" placeholder="Enter Comment"></textarea>
    </div>
  </div>
  <div class="form-group">
    <div class="col-md-offset-4 col-md-8">
      <input type="hidden" name="contact_type" value="sell">
      <input type="hidden" id="avm-property" name="sz_id" value="">
      <button type="submit" class="btn btn-default">Submit</button>
    </div>
  </div>
</form>

<form id="evaluate-form" class="form-horizontal" role="form">
  <div class="form-group">
    <label for="evaluate-address" class="col-md-4">Address:&nbsp;&nbsp;<span class="form-required">*</span></label>
    <div class="col-md-8">
      <input type="text" class="form-control" id="evaluate-address" name="address" placeholder="Enter Property Address">
    </div>
  </div>
  <div class="form-group">
    <label for="evaluate-name" class="col-md-4">Name:&nbsp;&nbsp;<span class="form-required">*</span></label>
    <div class="col-md-8">
      <input type="text" class="form-control" id="evaluate-name" name="name" placeholder="Enter Name">
    </div>
  </div>
  <div class="form-group">
    <label for="evaluate-email" class="col-md-4">Email Address:&nbsp;&nbsp;<span class="form-required">*</span></label>
    <div class="col-md-8">
      <input type="email" class="form-control" id="evaluate-email" name="email" placeholder="Enter Email Address">
    </div>
  </div>
  <div class="form-group">
    <label for="evaluate-phone" class="col-md-4">Phone Number<span class="form-required">*</span></label>
    <div class="col-md-8">
      <input type="text" class="form-control" id="evaluate-phone" name="phone" placeholder="Enter Phone #">
    </div>
  </div>
  <div class="form-group">
    <div class="col-md-offset-4 col-md-8">
      <input type="hidden" id="evaluate-property" name="sz_id" value="">
      <input type="hidden" id="evaluate-address-d" name="address-d" value="">
      <input type="hidden" id="evaluate-type" name="type" value="evaluate">
      <button type="submit" class="btn btn-default">Submit</button>
    </div>
  </div>
</form>

POST

<form action="" role="form" id="form-search" class="form-search" method="post">
  <div class="form-group" id="search-box-container">
    <div class="row">
      <div class="col-sm-11 col-xs-12 block">
        <input type="hidden" id="search-box-location-type" name="location_type" value="">
        <input type="text" class="form-control pac-target-input" id="search-box-location" name="location" placeholder="Enter Your Street, City, State and Zipcode" value="" autocomplete="off">
      </div>
      <div class="col-sm-1 col-xs-12 block">
        <button type="submit" class="btn btn-default"><i class="fa fa-search"></i></button>
        <input type="hidden" name="search_submit" value="1">
        <input type="hidden" id="widget_submit" value="">
        <input type="hidden" id="search_type" name="search_type" value="">
      </div>
    </div>
  </div>
  <!-- /.form-group -->
</form>

Text Content

SIGN IN REGISTER LOGOUT ADMIN
Toggle navigation

 * Home
 * About
 * Contact
   
 * Account
   * Sign In
   * Logout
   * Admin

Sign in to your account


Username:

Password:

Forgot Your Password?
Submit

Reset Your Password


Email Address:

Submit
Register to View Your Home Value


Name:  *

Email Address:  *

Phone Number*

Submit

* Required field
About Us



WHAT IS HOME VALUES?

Ever wonder how much your home would sale for today? Just looking to see what
you can sell your home for? 

HouseValues.co was created to provide answers for you and let you know what your
can sell your home for. 

Contact Us


Name:  *

Email Address:  *

Comment / Question:  *

Submit

* Required field
Help Me Sell My Home


Name:  *

Email Address:  *

Phone Number*

When are your planning on selling your home?*
Select Timeframe Immediately 3 to 6 months 6 to 12 months over 12 months
Comment:

Submit

* Required field
Request a Personal Valuation


We were unable to find your address in our database to complete an automated
valuation. However, we can have someone personally get a house valuation for
you.
Please fill out the form below and we will get in touch with you within 48
hours:
Address:  *

Name:  *

Email Address:  *

Phone Number*

Submit

* Required field

Processing...


WHAT IS YOUR HOME WORTH?



???
???
Low    
Estimated Value Range
???
    High
Help Me Sell My Home

 * Home
 * About Us
 * Contact Us

 

Copyright © 2016 PM Software, LLC. All Right Reserved. | Website Design | SEO &
Internet Marketing by Lilah Media.
Go to top