comingsoonhomes.com Open in urlscan Pro
162.215.216.58  Public Scan

Submitted URL: http://reynoldsteam.comingsoonhomes.com/
Effective URL: https://comingsoonhomes.com/404/
Submission Tags: discord.fish
Submission: On July 21 via api from FI — Scanned from FI

Form analysis 3 forms found in the DOM

POST

<form id="login-form" class="form" role="form" method="post">
  <div id="login-step-1">
    <h2><i class="fa fa-lock"></i> SIGN IN NOW</h2>
    <div class="step-container-top">
      <div class="byline"></div>
      <button id="button-fb-login" type="button" class="btn btn-default btn-blue">Sign In With Facebook</button>
    </div>
    <hr>
    <div id="separator-or">OR</div>
    <!--MWH - Removed specifics to accomodate for email or username login 
					<h3 style="margin:5px;">Sign In With Email</h3>
					
					<div class="step-container-bottom">
						<div class="form-group">
							<label for="login-username" class="sr-only">Email Address:</label>
							<input type="text" class="form-control" id="login-username" name="username" placeholder="Enter Email Address">
						</div>
						-->
    <h3 style="margin:5px;">Sign In</h3>
    <div class="step-container-bottom">
      <div class="form-group">
        <label for="login-username" class="sr-only">Username:</label>
        <input type="text" class="form-control" id="login-username" name="username" placeholder="Enter Username">
      </div>
      <div class="form-group" style="margin-bottom: 0px;">
        <label for="login-password" class="sr-only">Password:</label>
        <input type="password" class="form-control" id="login-password" name="password" placeholder="Enter Password (Phone Number)">
      </div>
      <a class="reset-link" href="javascript:;">Forgot Your Password? Reset It</a>
      <button type="submit" id="button-email-login" class="btn btn-default btn-red">Sign In</button>
      <button type="button" class="register-link btn btn-default btn-blue">Not a member? Register</button>
      <button type="button" class="btn btn-default btn-blue" style="background-color:#BEBEBE;" onclick="location.href='/verifyemail'">Need an Agent Account?</button>
    </div>
  </div>
  <input type="hidden" id="login_property" name="login_property" value="">
  <input type="hidden" id="login_fbid" name="fb_id" value="">
</form>

POST

<form id="reset-form" class="forml" role="form" method="post">
  <h2 style="margin-bottom:5px;"><i class="fa fa-lock"></i> Reset Password</h2>
  <div class="step-container-top">
    <div class="byline"></div>
    <div class="form-group">
      <label for="reset-email" class="sr-only">Email:</label>
      <input type="text" class="form-control" id="reset-email" name="email" placeholder="Enter Your Email Address">
    </div>
    <button id="button-reset-password" type="submit" class="btn btn-default btn-red">Submit</button>
  </div>
</form>

POST

<form id="register-form" class="form" role="form" method="post" novalidate="novalidate">
  <div id="register-step-1">
    <h1><i class="fa fa-lock"></i> CREATE AN ACCOUNT</h1>
    <div class="step-container-top">
      <!-- MWH - 12/16/2020 - Removed this <div class="byline">You won't find these homes anywhere else online yet!</div> -->
      <!--<div class="fb-login-button" data-max-rows="1" data-size="large" data-button-type="continue_with" data-show-faces="false" data-auto-logout-link="false" data-use-continue-as="false"></div>-->
      <!-- MWH - 8/25/2020 - disabled because it wasn't working
						<button id="button-fb-get-profile" type="button" class="btn btn-default btn-blue">Register With Facebook</button>
						-->
    </div>
    <hr>
    <!-- MWH - 8/25/2020 - disabled because it wasn't working
					<div id="separator-or">OR</div>
					-->
    <div class="step-container-bottom">
      <div class="form-group">
        <div id="register-email-alert"></div>
        <label for="register-email" class="sr-only">Email Address:</label>
        <input type="email" class="form-control" id="register-email" name="email-check" placeholder="Enter Email Address">
      </div>
      <button id="button-step-1" type="button" class="btn btn-default btn-red">Register With Email</button>
      <button type="button" class="signin-link btn btn-default btn-blue">Already Signed Up? Log In</button>
    </div>
  </div>
  <div id="register-step-2">
    <h2>REGISTER ACCOUNT</h2>
    <div class="step-container-top">
      <div class="byline">Just a few more questions and you are done!</div>
      <div class="form-group">
        <label for="register-name" class="">Full Name <span style="font-size:10px;">(First &amp; Last)</span></label>
        <input type="text" class="form-control" id="register-name" name="name" placeholder="Enter First and Last Name" required="" aria-required="true">
      </div>
      <div class="form-group">
        <label for="register-email" class="">Email Address <span style="font-size:10px;">(used as password)</span></label>
        <input type="email" class="form-control" id="register-email2" name="email" placeholder="Enter Email Address" required="" aria-required="true">
      </div>
      <div class="form-group">
        <label for="register-phone" class="">Phone Number <span style="font-size:10px;">(used as password)</span></label>
        <input type="tel" class="form-control" id="register-phone" name="phone" placeholder="Enter Phone Number" required="" aria-required="true">
      </div>
      <input type="hidden" id="register-gender" name="gender" value="">
    </div>
    <div class="step-container-bottom">
      <div class="form-group" style="margin-top:15px;">
        <div class="checkbox">
          <label><input type="checkbox" name="subscribe" checked=""> Subscribe to weekly email updates of the latest Coming Soon Homes </label>
        </div>
      </div>
      <button id="button-step-2" type="submit" class="btn btn-default btn-red">I'm Done!</button>
      <button id="button-back" type="button" class="btn btn-default btn-blue">&lt; Back</button>
    </div>
  </div>
  <div id="register-merge">
    <h2>MERGE ACCOUNT</h2>
    <div class="step-container-top">
      <div class="byline">We have found a current username that matches your Facebook Email. Would you like to merge these accounts?</div>
      <div class="form-group">
        <label for="register-password" class="sr-only">Coming Soon Homes Password</label>
        <input type="password" class="form-control" id="csh-password" name="csh_password" placeholder="CSH Password">
      </div>
    </div>
    <div class="step-container-bottom">
      <button id="button-merge" type="button" class="btn btn-default btn-red">Yes, Merge My Facebook Account!</button>
      <div style="margin-top:15px;"><a id="password-reset" class="fancybox" href="#modal-reset">Forgot Password?</a></div>
    </div>
  </div>
  <input type="hidden" id="register_property" name="register_property" value="">
  <input type="hidden" id="register_fbid" name="fb_id" value="">
  <input type="hidden" name="form_type" value="new">
</form>

Text Content

 * Buy
   How it Works Start Your Search Explore the Map
 * Sell
   How it Works
 * Real Estate Agents
   Create a Profile Why Coming Soon Homes?
 * Meet the Team
 * Contact Us

 * Account
   Sign In Logout Register Reset Password Favorites (0) Saved Searches (0)
   Coming Soon Feed Admin


SIGN IN NOW


Sign In With Facebook

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

OR


SIGN IN

Username:
Password:
Forgot Your Password? Reset It Sign In Not a member? Register Need an Agent
Account?



RESET PASSWORD

Email:
Submit


CREATE AN ACCOUNT



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


Email Address:
Register With Email Already Signed Up? Log In


REGISTER ACCOUNT

Just a few more questions and you are done!
Full Name (First & Last)
Email Address (used as password)
Phone Number (used as password)
Subscribe to weekly email updates of the latest Coming Soon Homes
I'm Done! < Back


MERGE ACCOUNT

We have found a current username that matches your Facebook Email. Would you
like to merge these accounts?
Coming Soon Homes Password
Yes, Merge My Facebook Account!
Forgot Password?

404


PAGE NOT FOUND

< Go Back
Coming Soon Listings Feed
Privacy Policy
Terms Of Use


INFO

100 Lynn Road
Raleigh, NC 27609
(919) 781-9883
info@comingsoonhomes.com


FOLLOW US

 * 
 * 
 * 
 * 
 * 


ComingSoonHomes.com | Copyright © 2022. All Rights Reserved.
Go to top