ashley.platinumpartnersteam.com Open in urlscan Pro
34.213.0.242  Public Scan

URL: https://ashley.platinumpartnersteam.com/landing/homes-for-sale/LA/chico/95928/9246-troxel-rd/bid-137-SN23186972
Submission: On February 23 via manual from US — Scanned from DE

Form analysis 14 forms found in the DOM

<form id="form-contact1" action="" class="form-contact">
  <div class="row">
    <div class="col-sm-6">
      <div class="form-group">
        <input name="contact1_fname" id="contact1_fname" placeholder="First Name" class="form-control contact_fname" type="text" required="" value="">
      </div>
    </div>
    <div class="col-sm-6">
      <div class="form-group">
        <input name="contact1_lname" id="contact1_lname" placeholder="Last Name" class="form-control contact_lname" type="text" required="" value="">
      </div>
    </div>
    <div class="col-sm-6">
      <div class="form-group">
        <input name="contact1_email" id="contact1_email" placeholder="Email Address" class="form-control contact_email" type="email" required="" value="">
      </div>
    </div>
    <div class="col-sm-6">
      <div class="form-group">
        <input name="contact1_phone" id="contact1_phone" placeholder="Phone Number" class="form-control contact_phone" type="tel" required="" value="">
      </div>
    </div>
    <div class="col-sm-12">
      <textarea name="contact1_message" id="contact1_message" class="form-control contact_message" rows="3" placeholder="Your Message" required=""></textarea>
    </div>
  </div>
  <input type="text" id="contact1_robot_field" name="contact1_robot_field" style="display: none;">
  <button type="submit" id="cf-submit" name="submit" style="outline: none; cursor: inherit;" data-selector="a.btn, button.btn, button" class="btn btn-prmry btn-outline outline-dark squared">Send Message</button>
  <div id="honeypot-div">
    <input name="age_required" id="age_required" value="" type="text" style="display: none;">
  </div>
</form>

POST /pages/schedule_showing.php

<form method="post" action="/pages/schedule_showing.php" id="schedule_showing_form">
  <div class="form-group flex jc-center">
    <div class="in-person-tour">
      <input type="radio" id="schedule_in_person" name="schedule_tour_type" checked="" value="In Person Tour">
      <label for="schedule_in_person">In Person Tour</label>
    </div>
    <div class="virtual-showing">
      <input type="radio" id="schedule_virtual" name="schedule_tour_type" value="Virtual Showing">
      <label for="schedule_virtual">Virtual Showing</label>
    </div>
  </div>
  <div class="form-group">
    <select id="schedule_date" name="schedule_date" class="form-control dropdown">
      <option selected="selected" value="Friday, February 23">Friday, February 23</option>
      <option value="Saturday, February 24">Saturday, February 24</option>
      <option value="Sunday, February 25">Sunday, February 25</option>
      <option value="Monday, February 26">Monday, February 26</option>
      <option value="Tuesday, February 27">Tuesday, February 27</option>
      <option value="Wednesday, February 28">Wednesday, February 28</option>
      <option value="Thursday, February 29">Thursday, February 29</option>
      <option value="Friday, March 1">Friday, March 1</option>
      <option value="Saturday, March 2">Saturday, March 2</option>
      <option value="Sunday, March 3">Sunday, March 3</option>
      <option value="Monday, March 4">Monday, March 4</option>
      <option value="Tuesday, March 5">Tuesday, March 5</option>
      <option value="Wednesday, March 6">Wednesday, March 6</option>
      <option value="Thursday, March 7">Thursday, March 7</option>
    </select>
    <!--<span id="listings-date" class="h4"></span>-->
  </div>
  <div class="form-group">
    <input type="text" class="form-control" id="name" name="name" value="" placeholder="Your First and Last Name" required="">
  </div>
  <div class="form-group">
    <input type="email" class="form-control" id="email" name="email" value="" placeholder="Your Email Address" required="">
  </div>
  <div class="form-group">
    <input type="text" class="form-control" id="schedule_phone" name="schedule_phone" value="" placeholder="Your Phone Number" required="">
  </div>
  <div class="row form-container">
    <h5 style="margin-top:20px">What is your availability?</h5>
    <div class="form-group col-sm-3">
      <input type="hidden" name="availability" id="availability" value="in the morning">
      <div id="ssMorning" class="btn-tile selected-btn-tile" onclick="setScheduleAvailability('in the morning','availability','ssMorning','schedule_showing_form')">
        <div class="icon"><img src="https://cdn1.brivityidx.com/assets/images/icons/Morning.svg" alt="morning"></div>
        <div class="labelBtn">Morning</div>
      </div>
    </div>
    <div class="form-group col-sm-3">
      <div id="ssAfternoon" class="btn-tile" onclick="setScheduleAvailability('in the afternoon','availability','ssAfternoon','schedule_showing_form')">
        <div class="icon"><img src="https://cdn1.brivityidx.com/assets/images/icons/Afternoon.svg" alt="afternoon"></div>
        <div class="labelBtn">Afternoon</div>
      </div>
    </div>
    <div class="form-group col-sm-3">
      <div id="ssEvening" class="btn-tile" onclick="setScheduleAvailability('in the evening','availability','ssEvening','schedule_showing_form')">
        <div class="icon"><img src="https://cdn1.brivityidx.com/assets/images/icons/Evening.svg" alt="evening"></div>
        <div class="labelBtn">Evening</div>
      </div>
    </div>
    <div class="form-group col-sm-3">
      <div id="ssFlexible" class="btn-tile" onclick="setScheduleAvailability('flexible schedule','availability','ssFlexible','schedule_showing_form')">
        <div class="icon"><img src="https://cdn1.brivityidx.com/assets/images/icons/Flexible.svg" alt="flexible"></div>
        <div class="labelBtn">Flexible</div>
      </div>
    </div>
    <input type="hidden" value="Keller Williams Realty Chico Area" name="office_name" id="office_name">
    <input type="hidden" value="9246 Troxel Rd" name="address_street" id="address_street">
    <input type="hidden" value="Chico" name="address_city" id="address_city">
    <input type="hidden" value="CA" name="address_state" id="address_state">
    <input type="hidden" value="95928" name="address_zip" id="address_zip">
    <input type="hidden" value="925000" name="property_price" id="property_price">
    <input type="hidden" value="https://photos.brivity.com/images/137/photo/S/N/2/3/1/8/6/9/7/2/0.jpg?v=5&amp;width=844&amp;height=540&amp;quality=80" name="property_main_photo" id="property_main_photo">
    <input type="hidden" value="4" name="property_bedrooms" id="property_bedrooms">
    <input type="hidden" value="2" name="property_total_baths" id="property_total_baths">
    <input type="hidden" value="SN23186972" name="property_mlsnum" id="property_mlsnum">
    <input type="hidden" id="hmls_id" name="hmls_id" value="63">
    <input type="hidden" id="hmls_agent_id" name="hmls_agent_id" value="SN157011642">
    <input type="hidden" id="brivity_user_id" name="brivity_user_id" value="">
    <input type="hidden" id="form_source_url" name="form_source_url" value="https://ashley.platinumpartnersteam.com/landing/homes-for-sale/LA/chico/95928/9246-troxel-rd/bid-137-SN23186972">
    <input type="text" id="schs_robot_field" name="schs_robot_field" style="display: none;">
    <input type="hidden" id="tags" name="tags" value="In Person Tour">
  </div>
  <p>We'll get back to you with a finalized time to meet</p>
  <div class="form-group">
    <textarea id="message" class="form-control" rows="5" name="notes" placeholder="Any Comments or Questions" required=""></textarea>
  </div>
  <div class="flex jc-center">
    <button type="button" onclick="sendScheduleShowing('schedule_showing_form', 'schedule-showing-modal', '/pages/schedule_showing.php', '');" class="btn btn-primary">
      <div class="flex ai-center"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-clock">
          <circle cx="12" cy="12" r="10"></circle>
          <polyline points="12 6 12 12 15 15"></polyline>
        </svg> Schedule</div>
    </button>
    <button type="button" class="btn btn-default" data-dismiss="modal">
      <div class="flex ai-center"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x">
          <line x1="18" y1="6" x2="6" y2="18"></line>
          <line x1="6" y1="6" x2="18" y2="18"></line>
        </svg> Nevermind</div>
    </button>
  </div>
</form>

POST

<form method="post" id="form-contactoffer">
  <div class="form-group">
    <input type="text" class="form-control" name="contactoffer_fullname" pattern="[\s]{0,10}[A-Za-z]{1,75}[\s]{1,10}[A-Za-z]{1,75}[\s]{0,30}" title="First name and last name are required fields." value="" placeholder="Your First and Last Name"
      required="">
  </div>
  <div id="honeypot-div">
    <input name="age_required" id="age_required" value="" type="text" style="display: none;">
  </div>
  <div class="form-group">
    <input type="email" class="form-control" name="contactoffer_email" value="" placeholder="Your Email Address" required="">
  </div>
  <div class="form-group">
    <input type="text" class="form-control contact_phone" name="contactoffer_phone" value="" placeholder="Your Phone Number" required="">
  </div>
  <div class="form-group">
    <input type="text" class="form-control money-mask" name="contactoffer_amount" value="$ 925,000" placeholder="Offer Amount" required="">
  </div>
  <div class="form-group" style="text-align:left;">
    <p style="margin-bottom: 10px;">Are you pre-approved with a lender?</p>
    <label class="radio-inline"><input style="margin-top:10px;" type="radio" name="contactoffer_need_financing_advice" checked="" value="yes">Yes</label>
    <label class="radio-inline"><input style="margin-top:10px;" type="radio" name="contactoffer_need_financing_advice" value="no">No</label>
    <label class="radio-inline"><input style="margin-top:10px;" type="radio" name="contactoffer_need_financing_advice" value="i'm buying with cash">I'm buying with cash</label>
  </div>
  <div class="form-group" style="text-align:left;">
    <p style="margin-bottom: 10px;">Have you seen this home in person?</p>
    <label class="radio-inline"><input style="margin-top:10px;" type="radio" name="contactoffer_have_seen_home_in_person" checked="" value="yes">Yes</label>
    <label class="radio-inline"><input style="margin-top:10px;" type="radio" name="contactoffer_have_seen_home_in_person" value="no">No</label>
    <label class="radio-inline"><input style="margin-top:10px;" type="radio" name="contactoffer_have_seen_home_in_person" value="i would like to go see it">I would like to go see it</label>
  </div>
  <input type="hidden" id="form_source_url" name="form_source_url" value="https://ashley.platinumpartnersteam.com/landing/homes-for-sale/LA/chico/95928/9246-troxel-rd/bid-137-SN23186972">
  <input type="text" id="contactoffer_robot_field" name="contactoffer_robot_field" style="display: none;">
  <div class="form-group">
    <textarea class="form-control" rows="5" form="form-contactoffer" name="contactoffer_message" placeholder="Any Comments or Questions"></textarea>
  </div>
  <div class="flex jc-center">
    <button type="submit" class="btn btn-primary" form="form-contactoffer">
      <div class="flex ai-center">
        <!--<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-clock">
                                          <circle cx="12" cy="12" r="10"></circle>
                                          <polyline points="12 6 12 12 15 15"></polyline>
                                        </svg>--> Start an offer
      </div>
    </button>
    <button type="button" class="btn btn-default" data-dismiss="modal">
      <div class="flex ai-center">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x">
          <line x1="18" y1="6" x2="6" y2="18"></line>
          <line x1="6" y1="6" x2="18" y2="18"></line>
        </svg> Nevermind
      </div>
    </button>
  </div>
</form>

<form id="form-contact-agent-modal">
  <div class="form-group">
    <input type="text" class="form-control input-sm" id="contact_agent_full_name" name="contact_agent_full_name" placeholder="Your First and Last Name" required="">
  </div>
  <div id="honeypot-div">
    <input name="age_required" id="age_required" value="" type="text" style="display: none;">
  </div>
  <div class="form-group">
    <input type="email" class="form-control input-sm" id="contact_agent_email_address" name="contact_agent_email_address" placeholder="Your Email Address" required="">
  </div>
  <div class="form-group">
    <input type="text" class="form-control input-sm contact_phone" id="contact_agent_phone_number" name="contact_agent_phone_number" placeholder="Your Phone Number" required="">
  </div>
  <div class="form-group">
    <textarea id="contact_agent_lead_message" name="contact_agent_lead_message" class="form-control input-sm" rows="4" required="">I'd like to learn more about 9246 Troxel Rd</textarea>
    <input type="text" id="hcontacmodal_robot_field" name="hcontacmodal_robot_field" style="display: none;">
  </div>
  <div class="flex jc-center">
    <button id="contact_agent_sendbtn" type="submit" class="btn btn-primary">
      <div class="flex ai-center"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-mail">
          <path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
          <polyline points="22,6 12,13 2,6"></polyline>
        </svg> Send</div>
    </button>
    <button type="button" class="btn btn-default" data-dismiss="modal">
      <div class="flex ai-center"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x">
          <line x1="18" y1="6" x2="6" y2="18"></line>
          <line x1="6" y1="6" x2="18" y2="18"></line>
        </svg> Nevermind</div>
    </button>
  </div>
</form>

<form id="frl-form-registration" class="open-house-form">
  <input type="text" id="frl-h_robot_field" name="frl-h_robot_field" style="display: none;">
  <input id="frl-open_id" type="hidden" value="">
  <input id="frl-prop-address" type="hidden" value="9246 Troxel Rd">
  <div class="form-group">
    <input type="text" class="form-control" id="f-fname" placeholder="First Name" required="">
  </div>
  <div class="form-group">
    <input type="text" class="form-control" id="l-fname" placeholder="Last Name" required="">
  </div>
  <div id="honeypot-div">
    <input name="age_required" id="age_required" value="" type="text" style="display: none;">
  </div>
  <div class="form-group">
    <input type="email" class="form-control" id="frl-email" placeholder="Email Address" required="">
  </div>
  <div class="form-group">
    <input type="text" class="form-control contact_phone" id="frl-pnumber" placeholder="Phone Number" required="">
  </div>
  <div class="form-check">
    <input type="checkbox" class="form-check-input" id="email-alert" checked="">
    <label style="font-size: 16px;" class="form-check-label" for="email-alert">Get emailed when similar properties hit the market.</label>
  </div>
</form>

<form id="frl-form-registration" class="open-house-form">
  <input type="text" id="frl-h_robot_field" name="frl-h_robot_field" style="display: none;">
  <input id="frl-open_id" type="hidden" value="">
  <input id="frl-prop-address" type="hidden" value="9246 Troxel Rd">
  <input type="hidden" id="withComments" class="withComments" value="">
  <div class="form-group">
    <input type="text" class="form-control" id="f-fname" placeholder="First Name" required="">
  </div>
  <div class="form-group">
    <input type="text" class="form-control" id="l-fname" placeholder="Last Name" required="">
  </div>
  <div id="honeypot-div">
    <input name="age_required" id="age_required" value="" type="text" style="display: none;">
  </div>
  <div class="form-group">
    <input type="email" class="form-control" id="frl-email" placeholder="Email Address" required="">
  </div>
  <div class="form-group">
    <input type="text" class="form-control contact_phone" id="frl-pnumber" placeholder="Phone Number" required="">
  </div>
  <div class="form-group div_comments" style="display: none">
    <textarea id="frl_comments" name="frl_comments" class="form-control input-sm" rows="4" required="" placeholder="Comments"></textarea>
  </div>
  <div class="form-check">
    <input type="checkbox" class="form-check-input" id="email-alert" checked="">
    <label style="font-size: 16px;" class="form-check-label" for="email-alert">Get emailed when similar properties hit the market.</label>
  </div>
</form>

<form id="frl-form-registration" class="open-house-form">
  <div class="row">
    <div class="col-sm-4 text-center">
      <div class="modal-body text-center no-padding">
        <div class="property-img-wrapper" style="background-image: url(https://photos.brivity.com/images/137/photo/S/N/2/3/1/8/6/9/7/2/0.jpg?v=5&amp;width=844&amp;height=540&amp;quality=80);"></div>
        <h2>9246 Troxel Rd</h2>
        <h5>Chico, CA 95928</h5>
        <div class="house-price">$925,000</div>
        <ul class="house-stat list-inline">
          <li>4 Bed</li>
          <li>2 Bath</li>
          <li>2,851 SqFt</li>
        </ul>
        <!--
                    <div class="property-img-wrapper" style="background-image: url(https://photos.brivity.com/images/137/photo/S/N/2/3/1/8/6/9/7/2/0.jpg?v=5&width=844&height=540&quality=80);"></div>
                    <h2>9246 Troxel Rd</h2>
                    <h5>Chico, CA 95928</h5>
                -->
      </div>
    </div>
    <div class="col-sm-8">
      <div class="modal-body text-center" style="padding: 30px 40px 20px 40px;">
        <div class="row">
          <div class="col-sm-12">
            <h5 class="margin-bottom-0" style="margin-top: -20px;">
              <span class="frl-full-date">Loading date...</span><br>
              <span class="frl-full-hours">Loading...</span>
            </h5>
            <input type="text" id="frl-h_robot_field" name="frl-h_robot_field" style="display: none;">
            <input id="frl-open_id" type="hidden" value="">
            <input id="frl-full-price" type="hidden" value="925000">
            <input id="frl-prop-address" type="hidden" value="9246 Troxel Rd">
            <input type="hidden" id="withComments" class="withComments" value="">
            <div id="honeypot-div">
              <input name="age_required" id="age_required" value="" type="text" style="display: none;">
            </div>
          </div>
        </div>
        <div class="row">
          <div class="col-sm-6">
            <div class="form-group">
              <input type="text" class="form-control" id="f-fname" placeholder="First Name" required="">
            </div>
          </div>
          <div class="col-sm-6">
            <div class="form-group">
              <input type="text" class="form-control" id="l-fname" placeholder="Last Name" required="">
            </div>
          </div>
        </div>
        <div class="row">
          <div class="col-sm-6">
            <div class="form-group">
              <input type="email" class="form-control" id="frl-email" placeholder="Email Address" required="">
            </div>
          </div>
          <div class="col-sm-6">
            <div class="form-group">
              <input type="text" class="form-control contact_phone" id="frl-pnumber" placeholder="Phone Number" required="">
            </div>
          </div>
        </div>
        <div class="row">
          <div class="col-sm-6">
            <div class="row margin-bottom-0">
              <h5 class="text-left" style="padding-left: 20px;">What is Your Current Price Range</h5>
              <div class="col-sm-6">
                <div class="form-group dropdown-wrapper">
                  <select name="min-price" onchange="normalizeMinPrice('force-oh-registration-full', 'min')" class="form-control dropdown">
                    <option value="" selected="">No Min</option>
                    <option value="100000">$100k</option>
                    <option value="200000">$200k</option>
                    <option value="300000">$300k</option>
                    <option value="400000">$400k</option>
                    <option value="500000">$500k</option>
                    <option value="600000">$600k</option>
                    <option value="700000">$700k</option>
                    <option value="800000">$800k</option>
                    <option value="900000">$900k</option>
                    <option value="1000000">$1M</option>
                    <option value="1500000">$1.5M</option>
                    <option value="2000000">$2M</option>
                    <option value="2500000">$2.5M</option>
                    <option value="3000000">$3M</option>
                    <option value="3500000">$3.5M</option>
                    <option value="4000000">$4M</option>
                    <option value="4500000">$4.5M</option>
                    <option value="5000000">$5M</option>
                    <option value="6000000">$6M</option>
                    <option value="7000000">$7M</option>
                    <option value="8000000">$8M</option>
                    <option value="10000000">$10M</option>
                  </select>
                </div>
              </div>
              <div class="col-sm-6">
                <div class="form-group dropdown-wrapper">
                  <select name="max-price" onchange="normalizeMinPrice('force-oh-registration-full','max')" class="form-control dropdown">
                    <option value="" selected="">No Max</option>
                    <option value="100000">$100k</option>
                    <option value="200000">$200k</option>
                    <option value="300000">$300k</option>
                    <option value="400000">$400k</option>
                    <option value="500000">$500k</option>
                    <option value="600000">$600k</option>
                    <option value="700000">$700k</option>
                    <option value="800000">$800k</option>
                    <option value="900000">$900k</option>
                    <option value="1000000">$1M</option>
                    <option value="1500000">$1.5M</option>
                    <option value="2000000">$2M</option>
                    <option value="2500000">$2.5M</option>
                    <option value="3000000">$3M</option>
                    <option value="3500000">$3.5M</option>
                    <option value="4000000">$4M</option>
                    <option value="4500000">$4.5M</option>
                    <option value="5000000">$5M</option>
                    <option value="6000000">$6M</option>
                    <option value="7000000">$7M</option>
                    <option value="8000000">$8M</option>
                    <option value="10000000">$10M</option>
                  </select>
                </div>
              </div>
            </div>
          </div>
        </div>
        <div class="row">
          <div class="col-sm-6">
            <div class="form-group dropdown-wrapper">
              <h5 class="text-left" style="padding-left: 20px;">How Soon Are You Looking to Buy?</h5>
              <select name="buying-plan" class="form-control dropdown">
                <option selected="selected" value="as soon as possible">ASAP</option>
                <option value="1-3 Months">1-3 Months</option>
                <option value="6-12 Months">6-12 Months</option>
                <option value="12+ Months">12+ Months</option>
              </select>
            </div>
          </div>
          <div class="col-sm-6">
            <div class="row">
              <h5 class="text-left" style="padding-left: 20px;">Are You Working With an Agent?</h5>
              <div class="col-sm-6">
                <div class="radio" style="padding-left: 6px;">
                  <label>
                    <input id="has-agent-yes" name="has-agent" value="YES" type="radio"> Yes </label>
                </div>
              </div>
              <div class="col-sm-6">
                <div class="radio" style="padding-left: 6px;">
                  <label>
                    <input id="has-agent-no" name="has-agent" value="NO" checked="" type="radio"> No </label>
                </div>
              </div>
            </div>
          </div>
        </div>
        <div class="row" style="margin-bottom: 10px;">
          <div class="col-sm-6">
            <h5 class="text-left" style="padding-left: 20px;">Do You Have a House to Sell?</h5>
            <div class="row">
              <div class="col-sm-6">
                <div class="radio" style="padding-left: 6px;">
                  <label>
                    <input id="has-house-sell-yes" name="has-house-sell" value="YES" type="radio"> Yes </label>
                </div>
              </div>
              <div class="col-sm-6">
                <div class="radio" style="padding-left: 6px;">
                  <label>
                    <input id="has-house-sell-no" name="has-house-sell" value="NO" checked="" type="radio"> No </label>
                </div>
              </div>
            </div>
          </div>
          <div class="col-sm-6" style="border-top: 1px solid #eee; padding-top: 20px;">
            <input type="checkbox" class="form-check-input" id="email-alert" checked="">
            <label style="font-size: 16px;" class="form-check-label" for="email-alert">Get emailed when similar properties hit the market.</label>
          </div>
        </div>
        <div class="row div_comments" style="margin-bottom: 10px;">
          <div class="col-sm-6">
            <h5 class="text-left" style="padding-left: 20px;">Comments</h5>
            <textarea id="frl_comments" name="frl_comments" class="form-control input-sm" rows="4" required="" placeholder="Comments"></textarea>
          </div>
          <div class="col-sm-6" style="border-top: 1px solid #eee; padding-top: 20px;">
          </div>
        </div>
        <div class="flex jc-center">
          <button onclick="event.preventDefault(); singUpOpenForceRegistration('force-oh-registration-full')" class="btn btn-primary forced-registration-btn"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
              fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-right-circle" data-reactid="121">
              <circle cx="12" cy="12" r="10"></circle>
              <polyline points="12 16 16 12 12 8"></polyline>
              <line x1="8" y1="12" x2="16" y2="12"></line>
            </svg> CHECK IN</button>
        </div>
        <div class="opt-out-share">By digitally signing this form you are providing <span class="agent_name_dynamic">Ashley DeKellis</span> with your express written consent to send you business and marketing communications via text messages (SMS),
          email, and by calls or prerecorded messages dialed by a natural person or by an automatic or automated telephone dialing system. This express written consent applies to each such email address or telephone number that you provide to us now
          or in the future and permits such communications regardless of their purpose.</div>
      </div>
    </div>
  </div>
</form>

POST

<form method="post" id="schedule_showing_form_forced">
  <input type="hidden" id="frg-h-tags" name="frg-h-tags">
  <input type="hidden" id="frv-schedule_virtual" name="schedule_tour_type" value="Virtual Showing">
  <input type="hidden" id="frv-schedule_date" name="schedule_date" value="Friday, February 23">
  <div class="form-group">
    <input type="text" class="form-control" id="frv-name" name="name" value="" placeholder="Your First and Last Name" required="">
  </div>
  <div class="form-group">
    <input type="email" class="form-control" id="frv-email" name="email" value="" placeholder="Your Email Address" required="">
  </div>
  <div class="form-group">
    <input type="text" class="form-control" id="frv-schedule_phone" name="schedule_phone" pattern="\((20[0-9]|2[1-9][0-9]|[3-9][0-9]{2}|999)\)?[-\s\.]?[0-9]{3}[-\s\.]?[0-9]{4,6}" title="Please provide an area code between 200-999" value=""
      placeholder="Your Phone Number" required="">
  </div>
  <div class="row form-container" style="padding-top:20px">
    <h5>What is your availability?</h5>
    <div class="form-group col-sm-3 text-left">
      <input type="hidden" name="availability" id="frv-availability" value="in the morning">
      <div id="frvMorning" class="btn-tile selected-btn-tile" onclick="setScheduleAvailability('in the morning','frv-availability','frvMorning','schedule_showing_form_forced')">
        <div class="icon"><img src="https://cdn1.brivityidx.com/assets/images/icons/Morning.svg" alt="morning"></div>
        <div class="labelBtn">Morning</div>
      </div>
    </div>
    <div class="form-group col-sm-3 text-left">
      <div id="frvAfternoon" class="btn-tile" onclick="setScheduleAvailability('in the afternoon','frv-availability','frvAfternoon','schedule_showing_form_forced')">
        <div class="icon"><img src="https://cdn1.brivityidx.com/assets/images/icons/Afternoon.svg" alt="afternoon"></div>
        <div class="labelBtn">Afternoon</div>
      </div>
    </div>
    <div class="form-group col-sm-3 text-left">
      <div id="frvEvening" class="btn-tile" onclick="setScheduleAvailability('in the evening','frv-availability','frvEvening','schedule_showing_form_forced')">
        <div class="icon"><img src="https://cdn1.brivityidx.com/assets/images/icons/Evening.svg" alt="evening"></div>
        <div class="labelBtn">Evening</div>
      </div>
    </div>
    <div class="form-group col-sm-3 text-left">
      <div id="frvFlexible" class="btn-tile" onclick="setScheduleAvailability('flexible schedule','frv-availability','frvFlexible','schedule_showing_form_forced')">
        <div class="icon"><img src="https://cdn1.brivityidx.com/assets/images/icons/Flexible.svg" alt="flexible"></div>
        <div class="labelBtn">Flexible</div>
      </div>
    </div>
    <p>We'll get back to you with a finalized time to meet</p>
    <input type="hidden" value="Keller Williams Realty Chico Area" name="office_name" id="office_name">
    <input type="hidden" value="9246 Troxel Rd" name="address_street" id="address_street">
    <input type="hidden" value="Chico" name="address_city" id="address_city">
    <input type="hidden" value="CA" name="address_state" id="address_state">
    <input type="hidden" value="95928" name="address_zip" id="address_zip">
    <input type="hidden" value="925000" name="property_price" id="property_price">
    <input type="hidden" value="https://photos.brivity.com/images/137/photo/S/N/2/3/1/8/6/9/7/2/0.jpg?v=5&amp;width=844&amp;height=540&amp;quality=80" name="property_main_photo" id="property_main_photo">
    <input type="hidden" value="4" name="property_bedrooms" id="property_bedrooms">
    <input type="hidden" value="2" name="property_total_baths" id="property_total_baths">
    <input type="hidden" value="SN23186972" name="property_mlsnum" id="property_mlsnum">
    <input type="hidden" id="frv-hmls_id" name="hmls_id" value="63">
    <input type="hidden" id="frv-hmls_agent_id" name="hmls_agent_id" value="SN157011642">
    <input type="hidden" id="frv-brivity_user_id" name="brivity_user_id" value="">
    <input type="hidden" id="frv-form_source_url" name="form_source_url" value="https://ashley.platinumpartnersteam.com/landing/homes-for-sale/LA/chico/95928/9246-troxel-rd/bid-137-SN23186972">
    <input type="text" id="frv-schs_robot_field" name="schs_robot_field" style="display: none;">
  </div>
  <div class="form-group">
    <textarea id="frv-message" class="form-control" rows="5" name="notes" placeholder="Any Comments or Questions" required=""></textarea>
  </div>
  <div class="flex jc-center">
    <button type="button" class="btn btn-primary" onclick="sendScheduleShowing('schedule_showing_form_forced', 'force-virtual-registration', '/pages/schedule_showing.php', 'frv-');">
      <div class="flex ai-center"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-clock">
          <circle cx="12" cy="12" r="10"></circle>
          <polyline points="12 6 12 12 15 15"></polyline>
        </svg> Schedule</div>
    </button>
  </div>
</form>

<form id="frc-form-registration" action="">
  <input type="text" id="frc-h_robot_field" name="frc-h_robot_field" style="display: none;">
  <input type="hidden" id="frg-h-tags" name="frg-h-tags">
  <div class="form-group">
    <input type="text" class="form-control" id="frc-fname" placeholder="Full Name" required="">
  </div>
  <div id="honeypot-div">
    <input name="age_required" id="age_required" value="" type="text" style="display: none;">
  </div>
  <!--  <div class="form-group">
                         <input type="text" class="form-control" id="frc-lname" placeholder="Last Name" required />
                     </div> -->
  <div class="form-group">
    <input type="email" class="form-control" id="frc-email" placeholder="Email Address" required="">
  </div>
  <div class="form-group">
    <input type="text" class="form-control" id="frc-pnumber" placeholder="Phone Number (Used as password)" pattern="\((20[0-9]|2[1-9][0-9]|[3-9][0-9]{2}|999)\)?[-\s\.]?[0-9]{3}[-\s\.]?[0-9]{4,6}" title="Please provide an area code between 200-999"
      required="">
  </div>
  <!-- <div class="form-group">
                        <input type="password" minlength="6" pattern=".{3,}" title="3 characters minimum" class="form-control" id="frc-pass" placeholder="Password" required />
                    </div> -->
  <div class="flex jc-center">
    <button type="submit" class="btn btn-primary forced-registration-btn"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
        stroke-linejoin="round" class="feather feather-align-left">
        <line x1="17" y1="10" x2="3" y2="10"></line>
        <line x1="21" y1="6" x2="3" y2="6"></line>
        <line x1="21" y1="14" x2="3" y2="14"></line>
        <line x1="17" y1="18" x2="3" y2="18"></line>
      </svg> View Details</button>
  </div>
</form>

<form id="frl-form-registration" action="">
  <input type="text" id="frl-h_robot_field" name="frl-h_robot_field" style="display: none;">
  <input type="hidden" id="frg-h-tags" name="frg-h-tags">
  <div class="form-group">
    <input type="text" class="form-control" id="frl-fname" placeholder="First Name" required="">
  </div>
  <div class="form-group">
    <input type="text" class="form-control" id="frl-lname" placeholder="Last Name" required="">
  </div>
  <div id="honeypot-div">
    <input name="age_required" id="age_required" value="" type="text" style="display: none;">
  </div>
  <!-- <div class="form-group">
                        <input type="text" class="form-control" id="frl-lname" placeholder="Last Name" required />
                    </div> -->
  <div class="form-group">
    <input type="email" class="form-control" id="frl-email" placeholder="Email Address" required="">
  </div>
  <div class="form-group">
    <input type="text" class="form-control" id="frl-pnumber" placeholder="Phone Number (Used as password)" pattern="\((20[0-9]|2[1-9][0-9]|[3-9][0-9]{2}|999)\)?[-\s\.]?[0-9]{3}[-\s\.]?[0-9]{4,6}" title="Please provide an area code between 200-999"
      required="">
  </div>
  <!-- <div class="form-group">
                        <input type="password" minlength="6" pattern=".{3,}" title="3 characters minimum" class="form-control" id="frl-pass" placeholder="Password" required />
                    </div> -->
  <div class="flex jc-center">
    <button type="submit" class="btn btn-primary forced-registration-btn"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
        stroke-linejoin="round" class="feather feather-align-left">
        <line x1="17" y1="10" x2="3" y2="10"></line>
        <line x1="21" y1="6" x2="3" y2="6"></line>
        <line x1="21" y1="14" x2="3" y2="14"></line>
        <line x1="17" y1="18" x2="3" y2="18"></line>
      </svg> View Details</button>
  </div>
  <a href="#" onclick="goToLogin('force-light-registration')">Already Have an Account?</a>
  <div class="opt-out-share">By digitally signing this form you are providing <span class="agent_name_dynamic">Ashley DeKellis</span> with your express written consent to send you business and marketing communications via text messages (SMS), email,
    and by calls or prerecorded messages dialed by a natural person or by an automatic or automated telephone dialing system. This express written consent applies to each such email address or telephone number that you provide to us now or in the
    future and permits such communications regardless of their purpose.</div>
</form>

<form id="frf-form-registration" action="">
  <input type="text" id="frf-h_robot_field" name="frf-h_robot_field" style="display: none;">
  <input type="hidden" id="frg-h-tags" name="frg-h-tags">
  <div class="form-group">
    <input type="text" class="form-control" id="frf-fname" placeholder="Full Name" required="">
  </div>
  <div id="honeypot-div">
    <input name="age_required" id="age_required" value="" type="text" style="display: none;">
  </div>
  <!-- <div class="form-group">
                        <input type="text" class="form-control" id="frf-lname" placeholder="Last Name" required />
                    </div> -->
  <div class="form-group">
    <input type="email" class="form-control" id="frf-email" placeholder="Email Address" required="">
  </div>
  <div class="form-group">
    <input type="text" class="form-control" id="frf-pnumber" placeholder="Phone Number (Used as password)" pattern="\((20[0-9]|2[1-9][0-9]|[3-9][0-9]{2}|999)\)?[-\s\.]?[0-9]{3}[-\s\.]?[0-9]{4,6}" title="Please provide an area code between 200-999"
      required="">
  </div>
  <!-- <div class="form-group">
                         <input type="password" minlength="6" pattern=".{3,}" title="3 characters minimum" class="form-control" id="frf-pass" placeholder="Password" required />
                     </div> -->
  <div class="form-group">
    <label for="fr-radio">Are You a First Time Home Buyer?</label>
    <div style="text-align: left;">
      <label class="radio-inline" style="width: 100px;"><input type="radio" class="fr-radio" value="yes" name="frf-buyer">Yes</label>
      <label class="radio-inline" style="width: 100px;"><input type="radio" class="fr-radio" value="no" name="frf-buyer">No</label>
    </div>
  </div>
  <div class="form-group">
    <label for="frf-price">Price Range</label>
    <div class="row">
      <div class="col-sm-6">
        <div class="dropdown-wrapper">
          <select class="form-control dropdown" id="frg-price-min">
            <option value="0">Min</option>
            <option value="$50,000">$50,000</option>
            <option value="$60,000">$60,000</option>
            <option value="$70,000">$70,000</option>
            <option value="$80,000">$80,000</option>
            <option value="$90,000">$90,000</option>
            <option value="$100,000">$100,000</option>
            <option value="$125,000">$125,000</option>
            <option value="$150,000">$150,000</option>
            <option value="$175,000">$175,000</option>
            <option value="$200,000">$200,000</option>
            <option value="$225,000">$225,000</option>
            <option value="$250,000">$250,000</option>
            <option value="$275,000">$275,000</option>
            <option value="$300,000">$300,000</option>
            <option value="$325,000">$325,000</option>
            <option value="$350,000">$350,000</option>
            <option value="$375,000">$375,000</option>
            <option value="$400,000">$400,000</option>
            <option value="$425,000">$425,000</option>
            <option value="$450,000">$450,000</option>
            <option value="$475,000">$475,000</option>
            <option value="$500,000">$500,000</option>
            <option value="$550,000">$550,000</option>
            <option value="$600,000">$600,000</option>
            <option value="$650,000">$650,000</option>
            <option value="$700,000">$700,000</option>
            <option value="$750,000">$750,000</option>
            <option value="$800,000">$800,000</option>
            <option value="$850,000">$850,000</option>
            <option value="$900,000">$900,000</option>
            <option value="$950,000">$950,000</option>
            <option value="$1,000,000">$1,000,000</option>
            <option value="$1,250,000">$1,250,000</option>
            <option value="$1,500,000">$1,500,000</option>
            <option value="$1,750,000">$1,750,000</option>
            <option value="$2,000,000">$2,000,000</option>
            <option value="$2,250,000">$2,250,000</option>
            <option value="$2,500,000">$2,500,000</option>
            <option value="$2,750,000">$2,750,000</option>
            <option value="$3,000,000">$3,000,000</option>
            <option value="$3,500,000">$3,500,000</option>
            <option value="$4,000,000">$4,000,000</option>
            <option value="$4,500,000">$4,500,000</option>
            <option value="$5,000,000">$5,000,000</option>
          </select>
        </div>
      </div>
      <div class="col-sm-6">
        <div class="dropdown-wrapper">
          <select class="form-control dropdown" id="frf-price-max">
            <option value="0">Max</option>
            <option value="$50,000">$50,000</option>
            <option value="$60,000">$60,000</option>
            <option value="$70,000">$70,000</option>
            <option value="$80,000">$80,000</option>
            <option value="$90,000">$90,000</option>
            <option value="$100,000">$100,000</option>
            <option value="$125,000">$125,000</option>
            <option value="$150,000">$150,000</option>
            <option value="$175,000">$175,000</option>
            <option value="$200,000">$200,000</option>
            <option value="$225,000">$225,000</option>
            <option value="$250,000">$250,000</option>
            <option value="$275,000">$275,000</option>
            <option value="$300,000">$300,000</option>
            <option value="$325,000">$325,000</option>
            <option value="$350,000">$350,000</option>
            <option value="$375,000">$375,000</option>
            <option value="$400,000">$400,000</option>
            <option value="$425,000">$425,000</option>
            <option value="$450,000">$450,000</option>
            <option value="$475,000">$475,000</option>
            <option value="$500,000">$500,000</option>
            <option value="$550,000">$550,000</option>
            <option value="$600,000">$600,000</option>
            <option value="$650,000">$650,000</option>
            <option value="$700,000">$700,000</option>
            <option value="$750,000">$750,000</option>
            <option value="$800,000">$800,000</option>
            <option value="$850,000">$850,000</option>
            <option value="$900,000">$900,000</option>
            <option value="$950,000">$950,000</option>
            <option value="$1,000,000">$1,000,000</option>
            <option value="$1,250,000">$1,250,000</option>
            <option value="$1,500,000">$1,500,000</option>
            <option value="$1,750,000">$1,750,000</option>
            <option value="$2,000,000">$2,000,000</option>
            <option value="$2,250,000">$2,250,000</option>
            <option value="$2,500,000">$2,500,000</option>
            <option value="$2,750,000">$2,750,000</option>
            <option value="$3,000,000">$3,000,000</option>
            <option value="$3,500,000">$3,500,000</option>
            <option value="$4,000,000">$4,000,000</option>
            <option value="$4,500,000">$4,500,000</option>
            <option value="$5,000,000">$5,000,000</option>
          </select>
        </div>
      </div>
    </div>
  </div>
  <div class="form-group">
    <label for="frf-buy">When Do You Plan on Buying?</label>
    <div class="dropdown-wrapper">
      <select class="form-control dropdown" id="frg-buy">
        <option value="asap">ASAP</option>
        <option value="1-3 months">1-3 Months</option>
        <option value="6-12 months">6-12 Months</option>
        <option value="12+ months">12+ Months</option>
      </select>
    </div>
  </div>
  <div class="flex jc-center">
    <button type="submit" class="btn btn-primary forced-registration-btn"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
        stroke-linejoin="round" class="feather feather-align-left">
        <line x1="17" y1="10" x2="3" y2="10"></line>
        <line x1="21" y1="6" x2="3" y2="6"></line>
        <line x1="21" y1="14" x2="3" y2="14"></line>
        <line x1="17" y1="18" x2="3" y2="18"></line>
      </svg> View Details</button>
  </div>
  <a href="#" onclick="goToLogin('force-full-registration')">Already Have an Account?</a>
</form>

<form id="form-contact1" action="" class="form-contact">
  <div class="row margin-bottom-0">
    <div class="col-sm-6" style="margin-bottom: 20px;">
      <div class="form-group">
        <input name="contact1_fname" id="contact1_fname" placeholder="First Name" class="form-control contact_fname" type="text" required="">
        <div data-lastpass-icon-root="true" style="position: relative !important; height: 0px !important; width: 0px !important; float: left !important;"></div>
        <div data-lastpass-icon-root="true" style="position: relative !important; height: 0px !important; width: 0px !important; float: left !important;"></div>
        <div data-lastpass-icon-root="true" style="position: relative !important; height: 0px !important; width: 0px !important; float: left !important;"></div>
        <div data-lastpass-icon-root="true" style="position: relative !important; height: 0px !important; width: 0px !important; float: left !important;"></div>
      </div>
    </div>
    <div class="col-sm-6" style="margin-bottom: 20px;">
      <div class="form-group">
        <input name="contact1_lname" id="contact1_lname" placeholder="Last Name" class="form-control contact_lname" type="text" required="">
      </div>
    </div>
  </div>
  <div class="row margin-bottom-0">
    <div class="col-sm-6" style="margin-bottom: 20px;">
      <div class="form-group">
        <input name="contact1_email" id="contact1_email" placeholder="Email Address" class="form-control contact_email" type="email" required="">
      </div>
    </div>
    <div class="col-sm-6" style="margin-bottom: 20px;">
      <div class="form-group">
        <input name="contact1_phone" id="contact1_phone" placeholder="Phone Number" class="form-control contact_phone" type="tel" required="">
      </div>
    </div>
  </div>
  <div class="row margin-bottom-0">
    <div class="col-sm-12" style="margin-bottom: 20px;">
      <i class="fa fa-caret-down" style="position: absolute; top: 13px; right: 30px; font-size: 14px; outline: none; cursor: inherit;" data-selector=".fa"></i>
      <select name="lead_type" style="width: 100%; height: 40px; padding-left: 12px; font-size: 14px; border-radius: 0; -webkit-appearance: none; -webkit-border-radius: 0px;">
        <option value="buyer">I'm interested in buying a home</option>
        <option value="seller">I'm interested in selling a home</option>
        <option value="seller/buyer">I'm interested in buying and selling</option>
        <option value="tenant">I'm interested in finding a home to rent</option>
        <option value="recruit">I'm interested in a real estate career</option>
        <option value="n/a">Other reason to contact an agent</option>
      </select>
    </div>
  </div>
  <div class="row margin-bottom-0">
    <div class="col-sm-12" style="margin-bottom: 20px;">
      <textarea name="contact1_message" id="contact1_message" class="form-control contact_message" rows="3" placeholder="Your Message"></textarea>
    </div>
  </div>
  <div class="text-right">
    <input type="text" id="contact1_robot_field" name="contact1_robot_field" style="display: none;"><button type="submit" class="btn btn-primary squared" data-selector="a.btn, button.btn, button" style="outline: none; cursor: inherit;">Send Us A
      Message</button>
  </div>
  <div id="honeypot-div">
    <input name="age_required" id="age_required" value="" type="text" style="display: none;">
  </div>
</form>

<form id="subjectHomeForm" class="form-horizontal" data-toggle="validator" onsubmit="return false;">
  <input type="hidden" name="latitude" value="" id="CmaLatitude">
  <input type="hidden" name="longitude" value="" id="CmaLongitude">
  <input type="hidden" name="street" value="" id="street">
  <input type="hidden" name="address" value="" id="address">
  <input type="hidden" name="address_auto" value="" id="address_auto">
  <input type="hidden" name="state" value="" id="state">
  <input type="hidden" name="zipcode" value="" id="zipcode">
  <input type="hidden" name="city" value="" id="city">
  <input type="hidden" name="county" value="" id="county">
  <div class="form-group">
    <div class="col-sm-12 col-md-12 hv_search_address_container">
      <label for="year">Address:</label>
      <input type="text" id="search_address_modal" name="search_address_modal" autocomplete="off" value="" placeholder="Address, City and Zip Code" class="form-control">
    </div>
    <div class="col-md-6">
      <label for="property_type">Property Type:</label>
      <select id="property_type" name="property_type" class="form-control">
        <option value="2">Residential</option>
        <option value="1">Commercial</option>
        <option value="3">Vacant</option>
      </select>
    </div>
    <div class="col-md-6">
      <label for="search_area">Search Area:</label>
      <select id="search_area" name="search_area" class="form-control">
        <option value="0.5">0.5 m</option>
        <option value="1">1 m</option>
        <option value="1.5">1.5 m</option>
        <option value="2">2 m</option>
      </select>
    </div>
  </div>
  <div class="form-group">
    <div class="col-sm-3">
      <label for="year">Year:</label>
      <input type="text" id="year" name="year" value="" placeholder="Year Built" class="form-control">
    </div>
    <div class=" col-sm-3" id="acreage_sec">
      <label for="acreage">Acreage:</label>
      <input type="text" id="acreage" name="acreage" value="" placeholder="Acreage" class="form-control">
    </div>
    <div class=" col-sm-3">
      <label for="sq_feet">SQFT:</label>
      <input type="text" id="sq_feet" name="sq_feet" value="" placeholder="Sq Feet" class="form-control">
    </div>
  </div>
  <div class="form-group">
    <div class=" col-sm-3">
      <label for="beds">Beds:</label>
      <input type="text" id="beds" name="beds" value="" placeholder="Beds" class="form-control">
    </div>
    <div class=" col-sm-3">
      <label for="bath_full">Bathrooms:</label>
      <input type="text" id="bath_full" name="bath_full" value="" placeholder="Baths" class="form-control">
    </div>
    <div class=" col-sm-3">
      <label for="garage_cap">Garage:</label>
      <input type="text" id="garage_cap" name="garage_cap" value="" placeholder="Garage" class="form-control">
    </div>
  </div>
  <div class="form-group">
    <div class="col-sm-12">
      <button type="submit" id="submit_homeform" class="btn btn-primary btn-lg btn-block">Find out home value</button>
    </div>
  </div>
</form>

<form id="phoneConfirmForm" action="" onsubmit="return false;">
  <h2 class="margin-bottom-20">Confirm Password</h2>
  <p>Confirm your password by entering your phone number.</p>
  <div class="row margin-bottom-0">
    <div class="col-md-8 col-md-offset-2">
      <div class="form-group">
        <input type="tel" id="confirm_phone" class="form-control" required="" placeholder="Your Phone Number (Used as password)">
      </div>
    </div>
  </div>
  <div class="flex jc-center">
    <button id="confirmPhoneBtn" class="btn btn-primary">
      <div class="flex ai-center">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
          <path d="M14 22h5a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2h-5" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path>
          <polyline points="11 16 15 12 11 8" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></polyline>
          <line x1="15" y1="12" x2="3" y2="12" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></line>
        </svg> <span>Confirm Phone</span>
      </div>
    </button>
  </div>
</form>

Text Content

Collections  ( 0 ) Saved Searches  ( 0 ) Market Reports  ( 0 ) Log Out
 * Sign In

Toggle navigation
 * Search Listings
 * Buying
 * Selling
 * Careers
 * Resources
   * Mortgage Calculator
   * Home Valuation
   * Financing
   * Blog
 * Our Team
 * Connect


9246 TROXEL RD

CHICO, CA 95928

Schedule Showing Contact Agent


Listing Provided Courtesy of Ashley Dekellis 530-809-3700 - Lisa Bristow
530-809-3706, Keller Williams Realty Chico Area 530-809-3700


ABOUT


THE PROPERTY

Think OUTSIDE THE BOX… creative SELLER FINANCING available! Owner is also
offering a REMODEL CREDIT… allowing you to customize your dream kitchen, bath,
or backyard oasis! This stately home sits on a sprawling 9-acre almond orchard,
offering the perfect blend of rural serenity and town convenience. A highlight
of this home is the game room, complete with a pool table, providing endless
hours of entertainment or flexibility to create an...

Read More


DETAILS

Price $ 925,000
Beds 4
Baths 2
SqFt 2,851
Lot Size 9.62 Acre
Year Est. 1988



SCHEDULE A SHOWING

It's free with no obligation - cancel anytime


TUE


27


FEB


WED


28


FEB


THU


29


FEB


FRI


1


MAR


SAT


24


FEB


SUN


25


FEB


MON


26


FEB


TUE


27


FEB


WED


28


FEB


THU


29


FEB


FRI


1


MAR


SAT


24


FEB


SUN


25


FEB


MON


26


FEB


TUE


27


FEB



  Schedule



AMENITIES

TRAY CEILING(S)

CEILING FAN(S)

OPEN FLOORPLAN

PANTRY

RECESSED LIGHTING

SUNKEN LIVING ROOM

TILE COUNTERS

ALL BEDROOMS DOWN

MAIN LEVEL PRIMARY

PRIMARY SUITE

WALK-IN PANTRY

WALK-IN CLOSET(S)

KENNEL

RAIN GUTTERS

TURNKEY

DRYWALL

WOOD SIDING


INTERESTED?


GET IN TOUCH


Send Message


 

 

 

 

×

SCHEDULE A SHOWING

What type of tour would you like?

In Person Tour
Virtual Showing
Friday, February 23 Saturday, February 24 Sunday, February 25 Monday, February
26 Tuesday, February 27 Wednesday, February 28 Thursday, February 29 Friday,
March 1 Saturday, March 2 Sunday, March 3 Monday, March 4 Tuesday, March 5
Wednesday, March 6 Thursday, March 7




WHAT IS YOUR AVAILABILITY?

Morning
Afternoon
Evening
Flexible

We'll get back to you with a finalized time to meet


Schedule
Nevermind
×

START AN OFFER

By starting an offer, you’re only submitting an initial request to start the
process, so there are no obligations. Tell us what you have in mind, and we will
reach out to discuss details and assess the strength of your offer before
proceeding.

Are you pre-approved with a lender?

Yes No I'm buying with cash

Have you seen this home in person?

Yes No I would like to go see it

Start an offer
Nevermind
×

SCHEDULE SHOWING

Schedule Showing has been sent, we will contact you soon!
Close
×

ASK A QUESTION

I'd like to learn more about 9246 Troxel Rd
Send
Nevermind

CREATE A LANDING PAGE

 * 9246
 * Troxel Rd
 * Chico, CA 95928

Template
Template 1
Page URL
PREVIEW COPY LINK


VIRTUAL OPEN HOUSE REGISTRATION


9246 TROXEL RD

CHICO, CA 95928

$925,000
 * 4 Bed
 * 2 Bath
 * 2,851 SqFt

YOU'RE REGISTERED!

We're offering virtual open houses so you can shop for homes while still
practicing safe social distancing.




Done


VIRTUAL OPEN HOUSE REGISTRATION


9246 TROXEL RD

CHICO, CA 95928

$925,000
 * 4 Bed
 * 2 Bath
 * 2,851 SqFt

LOADING DATE...
LOADING ...

Signup to attend this virtual open house!
You'll receive further instructions once you register.

Get emailed when similar properties hit the market.
REGISTER
By digitally signing this form you are providing Ashley DeKellis with your
express written consent to send you business and marketing communications via
text messages (SMS), email, and by calls or prerecorded messages dialed by a
natural person or by an automatic or automated telephone dialing system. This
express written consent applies to each such email address or telephone number
that you provide to us now or in the future and permits such communications
regardless of their purpose.


OPEN HOUSE REGISTRATION

End Open House


9246 TROXEL RD

CHICO, CA 95928

$925,000
 * 4 Bed
 * 2 Bath
 * 2,851 SqFt

THANK YOU.



Okay
×

CREATE AN OPEN HOUSE

$925,000

 * 9246 Troxel Rd
 * Chico, CA 95928
 * 4 Bed • 2 Bath

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

Listed with the Keller Williams Realty Chico Area
Registration Form
Light Registration Full Registration Virtual Open House Registration Light
Registration With Comments Full Registration With Comments
Start Time 8:00am 8:30am 9:00am 9:30am 10:00am 10:30am 11:00am 11:30am 12:00pm
12:30pm 1:00pm 1:30pm 2:00pm 2:30pm 3:00pm 3:30pm 4:00pm 4:30pm 5:00pm 5:30pm
6:00pm 6:30pm 7:00pm 7:30pm 8:00pm
End Time 8:00am 8:30am 9:00am 9:30am 10:00am 10:30am 11:00am 11:30am 12:00pm
12:30pm 1:00pm 1:30pm 2:00pm 2:30pm 3:00pm 3:30pm 4:00pm 4:30pm 5:00pm 5:30pm
6:00pm 6:30pm 7:00pm 7:30pm 8:00pm
Instructions

Tags

Start Open House
PREVIEW COPY LINK
×

Congratulations!


YOU HAD 0 ATTENDEES FROM THIS OPEN HOUSE!

Mail me the list of attendees

To view your attendee list, login to your CRM account.
Search by tag Open House 9246 Troxel Rd




9246 TROXEL RD

CHICO, CA 95928

$925,000
 * 4 Bed
 * 2 Bath
 * 2,851 SqFt


OPEN HOUSE REGISTRATION

End Open House


9246 TROXEL RD

CHICO, CA 95928

$925,000
 * 4 Bed
 * 2 Bath
 * 2,851 SqFt

LOADING DATE...
LOADING ...

Get emailed when similar properties hit the market.
CHECK IN
By digitally signing this form you are providing Ashley DeKellis with your
express written consent to send you business and marketing communications via
text messages (SMS), email, and by calls or prerecorded messages dialed by a
natural person or by an automatic or automated telephone dialing system. This
express written consent applies to each such email address or telephone number
that you provide to us now or in the future and permits such communications
regardless of their purpose.


OPEN HOUSE REGISTRATION

End Open House


9246 TROXEL RD

CHICO, CA 95928

$925,000
 * 4 Bed
 * 2 Bath
 * 2,851 SqFt

LOADING DATE...
LOADING...





WHAT IS YOUR CURRENT PRICE RANGE

No Min $100k $200k $300k $400k $500k $600k $700k $800k $900k $1M $1.5M $2M $2.5M
$3M $3.5M $4M $4.5M $5M $6M $7M $8M $10M
No Max $100k $200k $300k $400k $500k $600k $700k $800k $900k $1M $1.5M $2M $2.5M
$3M $3.5M $4M $4.5M $5M $6M $7M $8M $10M

HOW SOON ARE YOU LOOKING TO BUY?

ASAP 1-3 Months 6-12 Months 12+ Months

ARE YOU WORKING WITH AN AGENT?

Yes
No

DO YOU HAVE A HOUSE TO SELL?

Yes
No
Get emailed when similar properties hit the market.

COMMENTS


CHECK IN
By digitally signing this form you are providing Ashley DeKellis with your
express written consent to send you business and marketing communications via
text messages (SMS), email, and by calls or prerecorded messages dialed by a
natural person or by an automatic or automated telephone dialing system. This
express written consent applies to each such email address or telephone number
that you provide to us now or in the future and permits such communications
regardless of their purpose.


9246 TROXEL RD

CHICO, CA 95928


$ 925,000

4 BED | 2 BATH | 2,851 SQFT

WHICH DAY WORKS BEST?

Fri
23
FEB
Sat
24
FEB
Sun
25
FEB
Mon
26
FEB
Tue
27
FEB
Wed
28
FEB
Thu
29
FEB
Fri
1
MAR
Sat
2
MAR
Sun
3
MAR
Mon
4
MAR
Tue
5
MAR
Wed
6
MAR
Thu
7
MAR

SCHEDULE VIRTUAL SHOWING

WHAT IS YOUR AVAILABILITY?

Morning
Afternoon
Evening
Flexible

We'll get back to you with a finalized time to meet


Schedule


9246 TROXEL RD

CHICO, CA 95928

Signing in also lets you favorite properties, compare prices of nearby homes,
save searches and see your home value instantly

VIEW THIS PROPERTY’S PRICE AND PHOTOS

We'll also send you a list of properties like this one!

View Details
Already Have an Account?


9246 TROXEL RD

CHICO, CA 95928

Signing in also lets you favorite properties, compare prices of nearby homes,
save searches and see your home value instantly

VIEW THIS PROPERTY’S PRICE AND PHOTOS

We'll also send you a list of properties like this one!

Sign up with Email
Already Have an Account?

FORCED REGISTRATION PROPERTY PAGE

$925,000

 * 9246 Troxel Rd
 * Chico, CA 95928
 * 4 Bed • 2 Bath

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

Listed with the Keller Williams Realty Chico Area
Referrer
ActiveRain Craigslist Email Facebook Instagram KWKLY LinkedIn Pinterest Twitter
Pay Per Click
Registration Form
Light Registration Full Registration Sold Registration Virtual Showing
Headline
Tags
Show street address

Page URL
PREVIEW COPY LINK


9246 TROXEL RD

CHICO, CA 95928

VIEW THIS PROPERTY’S PRICE AND PHOTOS

We'll also send you a list of properties like this one!

View Details
Already Have an Account?
By digitally signing this form you are providing Ashley DeKellis with your
express written consent to send you business and marketing communications via
text messages (SMS), email, and by calls or prerecorded messages dialed by a
natural person or by an automatic or automated telephone dialing system. This
express written consent applies to each such email address or telephone number
that you provide to us now or in the future and permits such communications
regardless of their purpose.


9246 TROXEL RD

CHICO, CA 95928

Signing in also lets you favorite properties, compare prices of nearby homes,
save searches and see your home value instantly

VIEW THIS PROPERTY’S PRICE AND PHOTOS

We'll also send you a list of properties like this one!

Are You a First Time Home Buyer?
Yes No
Price Range
Min$50,000$60,000$70,000$80,000$90,000$100,000$125,000$150,000$175,000$200,000$225,000$250,000$275,000$300,000$325,000$350,000$375,000$400,000$425,000$450,000$475,000$500,000$550,000$600,000$650,000$700,000$750,000$800,000$850,000$900,000$950,000$1,000,000$1,250,000$1,500,000$1,750,000$2,000,000$2,250,000$2,500,000$2,750,000$3,000,000$3,500,000$4,000,000$4,500,000$5,000,000
Max$50,000$60,000$70,000$80,000$90,000$100,000$125,000$150,000$175,000$200,000$225,000$250,000$275,000$300,000$325,000$350,000$375,000$400,000$425,000$450,000$475,000$500,000$550,000$600,000$650,000$700,000$750,000$800,000$850,000$900,000$950,000$1,000,000$1,250,000$1,500,000$1,750,000$2,000,000$2,250,000$2,500,000$2,750,000$3,000,000$3,500,000$4,000,000$4,500,000$5,000,000
When Do You Plan on Buying?
ASAP 1-3 Months 6-12 Months 12+ Months
View Details
Already Have an Account?
By digitally signing this form you are providing Ashley DeKellis with your
express written consent to send you business and marketing communications via
text messages (SMS), email, and by calls or prerecorded messages dialed by a
natural person or by an automatic or automated telephone dialing system. This
express written consent applies to each such email address or telephone number
that you provide to us now or in the future and permits such communications
regardless of their purpose.
 * Home
 * Listings
 * Buying
 * Selling
   
 * Financing
   
 * Who We Are
 * Connect

I'm interested in buying a homeI'm interested in selling a homeI'm interested in
buying and sellingI'm interested in finding a home to rentI'm interested in a
real estate careerOther reason to contact an agent

Send Us A Message



REACH OUT

 * 328 W Third St
   Chico, CA 95928
 * (530) 771-6940

2024 © Platinum Partners Real Estate Team | Keller Williams Realty Chico Area

  Each office is independently owned and operated.

CA DRE #1823288

 * 
 * 
 * 
 * 
 * 
 * 

 * Powered by Brivity
 * Admin Log In

 * Privacy Policy
 * DMCA & Terms of Service
 * Sitemap
   


FORGOT PASSWORD?

Don't worry! It happens. Please enter the email address associated with your
account.

Success! Email sent.
Error! Error sending email.
Email
 Send me an email
 Go Back

DON'T HAVE AN ACCOUNT? SIGN UP


RESET PASSWORD

Success! Password changed.
Error! Error on changing password.
New password
Confirm New Password
  Change Password

  Cancel

BACK TO LOGIN


CONFIRM YOUR ACCOUNT

Search and view Exclusive Property Listings.



We'll never post to your social networks


SIGN UP FOR FREE

Create an account to save properties, receive alerts about new listing, view
comparables, and obtain monthly market reports.

×


  Continue with Email

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

OR

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




ALREADY HAVE AN ACCOUNT? SIGN IN

By continuing you agree to the terms of service and conditions.
Privacy Policy | Terms & Conditions


ALMOST THERE...

Your profile is almost complete! Just a few more details from you.

×
Full Name
Mobile Number (Used as Password)
Sign Up
By digitally signing this form you are providing Ashley DeKellis with your
express written consent to send you business and marketing communications via
text messages (SMS), email, and by calls or prerecorded messages dialed by a
natural person or by an automatic or automated telephone dialing system. This
express written consent applies to each such email address or telephone number
that you provide to us now or in the future and permits such communications
regardless of their purpose, unless you opt out of SMS marketing communication
when submitting this form. Consent not required to register.
Message frequency varies, message and data rates may apply. Text STOP to cancel,
call (530) 809-3436 for help.
Privacy Policy | Terms & Conditions | Create my account without marketing
communication via SMS


WELCOME BACK!

We've missed you! Please enter your details.

×
Email
Password

FORGOT YOUR PASSWORD?


Sign In

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

OR

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




DON'T HAVE AN ACCOUNT? SIGN UP

By digitally signing this form you are providing Ashley DeKellis with your
express written consent to send you business and marketing communications via
text messages (SMS), email, and by calls or prerecorded messages dialed by a
natural person or by an automatic or automated telephone dialing system. This
express written consent applies to each such email address or telephone number
that you provide to us now or in the future and permits such communications
regardless of their purpose, unless you opt out of SMS marketing communication
when submitting this form. Consent not required to register.
Message frequency varies, message and data rates may apply. Text STOP to cancel,
call (530) 809-3436 for help.
Privacy Policy | Terms & Conditions



ARE YOU BUYING OR SELLING A HOME?


Buying

Selling

Both


WHEN ARE YOU PLANNING ON BUYING A NEW HOME?


1-3 Mo

3-6 Mo

6+ Mo
Back


ARE YOU PRE-APPROVED FOR A MORTGAGE?


Yes

No

Using Cash
Back


WOULD YOU LIKE TO SCHEDULE A CONSULTATION NOW?


Yes

No
Back


WHEN WOULD YOU LIKE US TO CALL?

Submit


THANKS! WE’LL GIVE YOU A CALL AS SOON AS POSSIBLE.

Done


WHEN ARE YOU PLANNING ON SELLING YOUR HOME?


1-3 Mo

3-6 Mo

6+ Mo
Back


WOULD YOU LIKE TO SCHEDULE A CONSULTATION OR SEE YOUR HOME VALUE?


Schedule Consultation

My Home Value
Back
×Close

PLEASE CONFIRM YOUR PROPERTY DETAILS:

Address:
Property Type: Residential Commercial Vacant
Search Area: 0.5 m 1 m 1.5 m 2 m
Year:
Acreage:
SQFT:
Beds:
Bathrooms:
Garage:
Find out home value



CONFIRM PASSWORD

Confirm your password by entering your phone number.


Confirm Phone
Sorry, we couldn’t find '' ×Close

Please check the spelling, try clearing the search box, or try reformatting to
match these examples:

Address: '123 Main St, Anytown'
Neighborhood: 'Downtown'
Zip: '98115'
City: 'Anytown' or 'Anytown, State/Province'
MLS number: 'MLS# 38065544'


Don't see what you're looking for? Your search might be outside our service
areas.
or could be off market.
Did You Mean ×Close

Don't see what you're looking for? Your search might be outside our service
areas or could be off the market.

Sign up or Login another way