www.connells.co.uk Open in urlscan Pro
31.222.144.104  Public Scan

Submitted URL: https://connells.co.uk/
Effective URL: https://www.connells.co.uk/
Submission Tags: analytics-framework
Submission: On April 22 via api from US — Scanned from GB

Form analysis 3 forms found in the DOM

POST /leads

<form action="/leads" method="post" class="form--white js-disable-on-submit" data-ga-category="MarketAppraisal">
  <input type="hidden" name="lead[is_valuation_request]" value="1">
  <input type="hidden" value="909" name="lead_client[agency_id]">
  <input type="hidden" name="authenticity_token" value="LrVJJKkWKwc7dbBqmBJQHdsuaA+Y4qVSt3HYz9rf0nBjv6HoSpEAIIsOqFLEs9Mq11HdvZw1/eWNV2nD2H2tYg==">
  <input type="hidden" class="lead_booking_day" id="lead_booking_day" name="lead_booking[booking_day]" value="">
  <input type="hidden" class="lead_booking_month" id="lead_booking_month" name="lead_booking[booking_month]" value="">
  <input type="hidden" class="lead_booking_year" id="lead_booking_year" name="lead_booking[booking_year]" value="">
  <input type="hidden" class="lead_booking_time" id="lead_booking_time" name="lead_booking[booking_time]" value="">
  <div class="row pad-tb-24 lazy-load--parent lazy-load--parent--slow toggler--inner in-view" id="form-inner">
    <div class="col-12 col-sm-6" style="animation-delay: 0ms;">
      <label class="form__label"> First Name <input class="form__input" type="text" name="lead_client[first_name]" pattern="^[A-Za-z ,.'-]+$" required="">
        <span class="form__underline"></span>
      </label>
    </div>
    <div class="col-12 col-sm-6" style="animation-delay: 70ms;">
      <label class="form__label"> Last Name <input class="form__input" type="text" name="lead_client[last_name]" pattern="^[A-Za-z ,.'-]+$" required="">
        <span class="form__underline"></span>
      </label>
    </div>
    <div class="col-12 col-sm-6" style="animation-delay: 140ms;">
      <label class="form__label"> Email address <input class="form__input" type="email" name="lead_client[email]" required="" pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,4}$">
        <span class="form__underline"></span>
      </label>
    </div>
    <div class="col-12 col-sm-6" style="animation-delay: 210ms;">
      <label class="form__label"> Phone <input class="form__input" type="tel" name="lead_client[tel_home]" pattern="^0(\s*\d\s*){9,}$" required="">
        <span class="form__underline"></span>
      </label>
    </div>
    <div class="col-12" style="animation-delay: 280ms;">
      <label class="form__label" for=""> Post Code <input class="form__input" type="text" name="lead[postcode]"
          pattern="([Gg][Ii][Rr] 0[Aa]{2})|((([A-Za-z][0-9]{1,2})|(([A-Za-z][A-Ha-hJ-Yj-y][0-9]{1,2})|(([A-Za-z][0-9][A-Za-z])|([A-Za-z][A-Ha-hJ-Yj-y][0-9][A-Za-z]?))))\s?[0-9][A-Za-z]{2})" minlength="5" maxlength="8" required="">
        <span class="form__underline"></span>
      </label>
    </div>
    <div class="col-12" style="animation-delay: 350ms;">
      <label class="form__label mb--4">Valuation Type</label>
      <div class=" flex-std flex--justify-start -mlr--12 mb--4">
        <label class="search__light-check mlr--4 mtb--4">
          <input name="lead[valuation_reason]" type="radio" value="sales" class="search__light-check-input visually-hidden" data-ga-category="MarketAppraisal" checked="">
          <span class="search__light-check-label">I'm looking to sell <svg class="search__dark-check-mark" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg">
              <path class="svg-checkmark" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" d="M12.162 1.805L5.9 12.202 1.804 8.636" fill="none" fill-rule="evenodd"></path>
            </svg>
          </span>
        </label>
        <label class="search__light-check mlr--4 mtb--4">
          <input name="lead[valuation_reason]" type="radio" value="lettings" class="search__light-check-input visually-hidden" data-ga-category="RentalAssesment">
          <span class="search__light-check-label">I'm looking to let <svg class="search__dark-check-mark" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg">
              <path class="svg-checkmark" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" d="M12.162 1.805L5.9 12.202 1.804 8.636" fill="none" fill-rule="evenodd"></path>
            </svg>
          </span>
        </label>
      </div>
    </div>
    <div style="height: 0px; width: 0px; opacity: 0; animation-delay: 420ms;">
      <div class="col-12">
        <div class="form__date-wrapper">
          <label class="form__label form__label--date-label"> Preferred Date: </label>
          <input id="valuation-date" placeholder="dd-mm-yyyy" class="form__input--date picker__input" readonly="" aria-haspopup="true" aria-readonly="false" aria-owns="valuation-date_root">
        </div>
        <span class="form__underline"></span>
      </div>
      <div class="col-12">
        <div class="form__time-wrapper">
          <label class="form__label form__label--time-label"> Preferred Time: </label>
          <input id="valuation-time" placeholder="--:--" class="form__input--time picker__input" readonly="" aria-haspopup="true" aria-readonly="false" aria-owns="valuation-time_root">
        </div>
        <span class="form__underline"></span>
      </div>
      <div class="col-12">
        <label class="form__label"> Message <textarea id="user-text" name="lead[message]" class="form__input autogrow" rows="5" style="height:100px;overflow-y:hidden;"></textarea>
          <span class="form__underline"></span>
        </label>
      </div>
    </div>
    <input type="text" id="submitted-text" name="lead[message]" class="visually-hidden" style="animation-delay: 490ms;">
    <div class="hidden" style="animation-delay: 560ms;">
      <input required="" type="checkbox" name="marketing_preferences[opt_in_terms]" checked="">
      <input type="hidden" name="lead_client[do_not_contact]" value="1">
    </div>
    <div class="col-12 text-center pad-tb-24" style="animation-delay: 630ms;">
      <button id="micro-val-submit" type="button" class="button-secondary button-secondary--teal js-disable-button">SEND ENQUIRY</button>
      <button id="actual-submit" type="submit" class="visually-hidden js-disable-button">SEND ENQUIRY</button>
    </div>
  </div>
</form>

<form id="search-form" action="" class="search max-width-test search--sales"><input type="hidden" name="authenticity_token" value="LrVJJKkWKwc7dbBqmBJQHdsuaA+Y4qVSt3HYz9rf0nBjv6HoSpEAIIsOqFLEs9Mq11HdvZw1/eWNV2nD2H2tYg==">
  <input type="hidden" id="place_id" name="place_id" value="">
  <button type="button" class="search__toggle-advanced toggle-adv" aria-expanded="false">Advanced</button>
  <div class="search__basic">
    <div class="search__channels">
      <label class="search__channel search__light-radio">
        <input type="radio" name="channel" value="sales" class="search__light-radio-input visually-hidden" id="buy" checked="">
        <span class="search__light-radio-label">Buy</span>
      </label>
      <label class="search__channel search__light-radio">
        <input type="radio" name="channel" value="lettings" class="search__light-radio-input visually-hidden" id="let">
        <span class="search__light-radio-label">Rent</span>
      </label>
      <button type="button" label="More search filters" class="search__filters toggle-adv" aria-label="Filter button" aria-expanded="false">
        <svg width="24px" height="22px" viewBox="0 0 24 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
          <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
            <g id="Mobile/Icons/Filter-grey" transform="translate(1.000000, 1.000000)" stroke="currentColor">
              <g id="Mobile/Icons/Filter">
                <circle id="Oval" cx="13" cy="2" r="2"></circle>
                <line x1="0" y1="1.502" x2="8" y2="1.502" id="Path"></line>
                <line x1="17" y1="1.502" x2="22" y2="1.502" id="Path"></line>
                <circle id="Oval" cx="9" cy="10" r="2"></circle>
                <line x1="0" y1="9.502" x2="4" y2="9.502" id="Path"></line>
                <line x1="13" y1="9.502" x2="22" y2="9.502" id="Path"></line>
                <circle id="Oval" cx="16" cy="17.502" r="2"></circle>
                <line x1="0" y1="17.502" x2="11" y2="17.504" id="Path"></line>
                <line x1="20" y1="17.504" x2="22" y2="17.504" id="Path"></line>
              </g>
            </g>
          </g>
        </svg>
      </button>
    </div>
    <label class="search__location">
      <span class="visually-hidden">Location</span>
      <input id="location" type="text" name="location" placeholder="Location, Postcode or Ref." class="search__location-input ui-autocomplete-input" autocomplete="off">
      <span class="loading-spinner">
        <div class="infinity-path"><span></span><span></span></div>
      </span>
    </label>
    <button label="Search" class="search__submit button-primary button-primary--teal" onclick="Ctesius.Actions.submitSearchForm({selector: '#search-form'});return false;" aria-label="Search">
      <span class="d-md-inline d-none">SEARCH</span>
      <span class="d-md-none d-inline">
        <svg width="30px" height="30px" viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
          <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
            <g id="Desktop/Functions/Buttons/Search" transform="translate(-113.000000, -20.000000)" stroke="currentColor">
              <g transform="translate(8.000000, 8.000000)" id="Wrap">
                <g transform="translate(17.000000, 13.000000)">
                  <g id="Desktop/Icons/Search" transform="translate(89.000000, -0.000000)">
                    <g>
                      <circle id="Oval" stroke-width="1.5" cx="12.25" cy="12.25" r="11.6666667"></circle>
                      <line x1="27.4166667" y1="27.4166667" x2="20.4995" y2="20.4995" id="Path" stroke-width="1.5"></line>
                    </g>
                  </g>
                </g>
              </g>
            </g>
          </g>
        </svg></span>
    </button>
  </div>
  <div class="search__advanced">
    <div class="search__advanced--inner ">
      <div class="row search__cols lazy-load--parent lazy-load--parent--slow in-view">
        <div class="search__types mb-24 col-12" style="animation-delay: 0ms;">
          <h5 class="search__section-header">Select types</h5>
          <label class="search__dark-check">
            <input type="checkbox" name="type" value="house" class="search__dark-check-input visually-hidden" data-mutually-exclusive="true">
            <span class="search__dark-check-label"> House <svg class="search__dark-check-mark" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg">
                <path class="svg-checkmark" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" d="M12.162 1.805L5.9 12.202 1.804 8.636" fill="none" fill-rule="evenodd"></path>
              </svg>
            </span>
          </label>
          <label class="search__dark-check">
            <input type="checkbox" name="type" value="flat" class="search__dark-check-input visually-hidden" data-mutually-exclusive="true">
            <span class="search__dark-check-label"> Flat <svg class="search__dark-check-mark" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg">
                <path class="svg-checkmark" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" d="M12.162 1.805L5.9 12.202 1.804 8.636" fill="none" fill-rule="evenodd"></path>
              </svg>
            </span>
          </label>
          <label class="search__dark-check search--sales-only">
            <input type="checkbox" name="type" value="new-build-for-sale" class="search__dark-check-input visually-hidden" data-mutually-exclusive="true">
            <span class="search__dark-check-label"> New Homes <svg class="search__dark-check-mark" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg">
                <path class="svg-checkmark" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" d="M12.162 1.805L5.9 12.202 1.804 8.636" fill="none" fill-rule="evenodd"></path>
              </svg>
            </span>
          </label>
          <label class="search__dark-check search--sales-only">
            <input type="checkbox" name="type" value="land" class="search__dark-check-input visually-hidden" data-mutually-exclusive="true">
            <span class="search__dark-check-label"> Land <svg class="search__dark-check-mark" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg">
                <path class="svg-checkmark" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" d="M12.162 1.805L5.9 12.202 1.804 8.636" fill="none" fill-rule="evenodd"></path>
              </svg>
            </span>
          </label>
        </div>
        <div class="col-12 col-md-4" style="animation-delay: 70ms;">
          <div class="search__beds">
            <h5 class="search__section-header">Bedrooms</h5>
            <input type="hidden" id="min_beds" value="">
            <input type="hidden" id="max_beds" value="">
            <div class="search__slider-wrapper">
              <div id="bed-slider" class="noUi-target noUi-ltr noUi-horizontal">
                <div class="noUi-base">
                  <div class="noUi-connects">
                    <div class="noUi-connect" style="transform: translate(0%, 0px) scale(1, 1);"></div>
                  </div>
                  <div class="noUi-origin" style="transform: translate(-100%, 0px); z-index: 5;">
                    <div class="noUi-handle noUi-handle-lower" data-handle="0" tabindex="0" role="slider" aria-orientation="horizontal" aria-valuemin="0.0" aria-valuemax="6.0" aria-valuenow="0.0" aria-valuetext="0.00">
                      <div class="noUi-touch-area"></div>
                    </div>
                  </div>
                  <div class="noUi-origin" style="transform: translate(0%, 0px); z-index: 4;">
                    <div class="noUi-handle noUi-handle-upper" data-handle="1" tabindex="0" role="slider" aria-orientation="horizontal" aria-valuemin="0.0" aria-valuemax="6.0" aria-valuenow="6.0" aria-valuetext="6.00">
                      <div class="noUi-touch-area"></div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
            <div class="search__sliderlabels">
              <span class="search__sliderlabel search__sliderlabel--left">Studio</span>
              <span class="search__bedlabel search__sliderlabel search__sliderlabel--center">Any</span>
              <span class="search__sliderlabel search__sliderlabel--right">5+</span>
            </div>
          </div>
        </div>
        <div class="col-12 col-md-4" style="animation-delay: 140ms;">
          <div class="search__budget">
            <h5 class="search__section-header">Budget</h5>
            <label class="search__select-strong-label search__hide-mobile">
              <select name="min_price" id="min_price" class="search__select-strong">
                <option title="Min price" value="">Min price</option>
                <option value="50000">£50,000</option>
                <option value="60000">£60,000</option>
                <option value="70000">£70,000</option>
                <option value="80000">£80,000</option>
                <option value="90000">£90,000</option>
                <option value="100000">£100,000</option>
                <option value="110000">£110,000</option>
                <option value="120000">£120,000</option>
                <option value="125000">£125,000</option>
                <option value="130000">£130,000</option>
                <option value="140000">£140,000</option>
                <option value="150000">£150,000</option>
                <option value="160000">£160,000</option>
                <option value="170000">£170,000</option>
                <option value="175000">£175,000</option>
                <option value="180000">£180,000</option>
                <option value="190000">£190,000</option>
                <option value="200000">£200,000</option>
                <option value="210000">£210,000</option>
                <option value="220000">£220,000</option>
                <option value="230000">£230,000</option>
                <option value="240000">£240,000</option>
                <option value="250000">£250,000</option>
                <option value="260000">£260,000</option>
                <option value="270000">£270,000</option>
                <option value="280000">£280,000</option>
                <option value="290000">£290,000</option>
                <option value="300000">£300,000</option>
                <option value="325000">£325,000</option>
                <option value="350000">£350,000</option>
                <option value="375000">£375,000</option>
                <option value="400000">£400,000</option>
                <option value="425000">£425,000</option>
                <option value="450000">£450,000</option>
                <option value="475000">£475,000</option>
                <option value="500000">£500,000</option>
                <option value="550000">£550,000</option>
                <option value="600000">£600,000</option>
                <option value="650000">£650,000</option>
                <option value="700000">£700,000</option>
                <option value="800000">£800,000</option>
                <option value="900000">£900,000</option>
                <option value="1000000">£1,000,000</option>
                <option value="1500000">£1,500,000</option>
                <option value="2000000">£2,000,000</option>
                <option value="2500000">£2,500,000</option>
                <option value="3000000">£3,000,000</option>
                <option value="3500000">£3,500,000</option>
                <option value="4000000">£4,000,000</option>
                <option value="4500000">£4,500,000</option>
                <option value="5000000">£5,000,000</option>
              </select>
              <span class="search__select-strong-chevron"></span>
              <span class="visually-hidden">Max price</span>
            </label>
            <label class="search__select-strong-label search__hide-mobile">
              <select name="max_price" id="max_price" class="search__select-strong">
                <option title="Max price" value="">Max price</option>
                <option value="50000">£50,000</option>
                <option value="60000">£60,000</option>
                <option value="70000">£70,000</option>
                <option value="80000">£80,000</option>
                <option value="90000">£90,000</option>
                <option value="100000">£100,000</option>
                <option value="110000">£110,000</option>
                <option value="120000">£120,000</option>
                <option value="125000">£125,000</option>
                <option value="130000">£130,000</option>
                <option value="140000">£140,000</option>
                <option value="150000">£150,000</option>
                <option value="160000">£160,000</option>
                <option value="170000">£170,000</option>
                <option value="175000">£175,000</option>
                <option value="180000">£180,000</option>
                <option value="190000">£190,000</option>
                <option value="200000">£200,000</option>
                <option value="210000">£210,000</option>
                <option value="220000">£220,000</option>
                <option value="230000">£230,000</option>
                <option value="240000">£240,000</option>
                <option value="250000">£250,000</option>
                <option value="260000">£260,000</option>
                <option value="270000">£270,000</option>
                <option value="280000">£280,000</option>
                <option value="290000">£290,000</option>
                <option value="300000">£300,000</option>
                <option value="325000">£325,000</option>
                <option value="350000">£350,000</option>
                <option value="375000">£375,000</option>
                <option value="400000">£400,000</option>
                <option value="425000">£425,000</option>
                <option value="450000">£450,000</option>
                <option value="475000">£475,000</option>
                <option value="500000">£500,000</option>
                <option value="550000">£550,000</option>
                <option value="600000">£600,000</option>
                <option value="650000">£650,000</option>
                <option value="700000">£700,000</option>
                <option value="800000">£800,000</option>
                <option value="900000">£900,000</option>
                <option value="1000000">£1,000,000</option>
                <option value="1500000">£1,500,000</option>
                <option value="2000000">£2,000,000</option>
                <option value="2500000">£2,500,000</option>
                <option value="3000000">£3,000,000</option>
                <option value="3500000">£3,500,000</option>
                <option value="4000000">£4,000,000</option>
                <option value="4500000">£4,500,000</option>
                <option value="5000000">£5,000,000</option>
              </select>
              <span class="search__select-strong-chevron"></span>
              <span class="visually-hidden">Min price</span>
            </label>
            <div class="search__hide-desktop">
              <input type="hidden" id="min_price">
              <input type="hidden" id="max_price">
              <div class="search__slider-wrapper">
                <div id="price-slider" class="noUi-target noUi-ltr noUi-horizontal">
                  <div class="noUi-base">
                    <div class="noUi-connects">
                      <div class="noUi-connect" style="transform: translate(0%, 0px) scale(1, 1);"></div>
                    </div>
                    <div class="noUi-origin" style="transform: translate(-100%, 0px); z-index: 5;">
                      <div class="noUi-handle noUi-handle-lower" data-handle="0" tabindex="0" role="slider" aria-orientation="horizontal" aria-valuemin="0.0" aria-valuemax="5000000.0" aria-valuenow="0.0" aria-valuetext="0.00">
                        <div class="noUi-touch-area"></div>
                      </div>
                    </div>
                    <div class="noUi-origin" style="transform: translate(0%, 0px); z-index: 4;">
                      <div class="noUi-handle noUi-handle-upper" data-handle="1" tabindex="0" role="slider" aria-orientation="horizontal" aria-valuemin="0.0" aria-valuemax="5000000.0" aria-valuenow="5000000.0" aria-valuetext="5000000.00">
                        <div class="noUi-touch-area"></div>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
              <div class="search__sliderlabels">
                <span class="search__sliderlabel search__sliderlabel--left search__lowerpricelabel">£50k+</span>
                <span class="search__pricelabel search__sliderlabel search__sliderlabel--center">Any</span>
                <span class="search__sliderlabel search__sliderlabel--right search__upperpricelabel">£5M+</span>
              </div>
            </div>
          </div>
        </div>
        <div class="col-12 col-md-4" style="animation-delay: 210ms;">
          <div class="search__radius">
            <h5 class="search__section-header">Search radius</h5>
            <div class="search__radius-wrapper">
              <button type="button" class="search__radius-down search__radius-button" label="Decrease search radius" disabled="disabled"></button>
              <span class="search__radius-value">
                <strong>+</strong><input type="number" class="search__radius-input" step="1" min="0" name="radius" value="0" style="width: 9px;"> miles </span>
              <button type="button" class="search__radius-up search__radius-button" label="Increase search radius"></button>
              <input class="visually-hidden" type="text" id="within" value="">
            </div>
          </div>
        </div>
        <div class="col-12 flex-std mb-0" style="animation-delay: 280ms;">
          <label class="search__select-label search__hide-mobile search--sales-only">
            <select name="type" id="type" class="search__select">
              <option value="">Promotions</option>
              <option value="hot-property">Hot Property</option>
              <option value="6-week-challenge">6 Week Challenge</option>
              <option value="signature">Signature</option>
              <option value="sale-spring"> Spring Sale </option>
            </select>
            <span class="search__select-chevron"></span>
            <span class="search__select-widthmanager">Promotions</span>
          </label>
          <label class="search__dark-check ml--auto">
            <input type="checkbox" id="status" name="status" value="all" class="search__dark-check-input visually-hidden">
            <span class="search__dark-check-label search__dark-check-label--flip"> Include <span class="search--sales-only">sold STC</span><span class="search--lettings-only">let</span> properties <svg class="search__dark-check-mark"
                viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg">
                <path class="svg-checkmark" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" d="M12.162 1.805L5.9 12.202 1.804 8.636" fill="none" fill-rule="evenodd"></path>
              </svg>
            </span>
          </label>
        </div>
        <div class="col-12 search__hide-desktop mb-0" style="animation-delay: 350ms;">
          <button label="Search" class="search__adv-submit button-primary button-primary--teal" onclick="Ctesius.Actions.submitSearchForm({selector: '#search-form'});return false;"> SEARCH </button>
        </div>
      </div>
    </div>
  </div>
</form>

GET /estate-agents

<form action="/estate-agents" method="GET" class="branch-search-form"><input type="hidden" name="authenticity_token" value="LrVJJKkWKwc7dbBqmBJQHdsuaA+Y4qVSt3HYz9rf0nBjv6HoSpEAIIsOqFLEs9Mq11HdvZw1/eWNV2nD2H2tYg==">
  <div class="branch-search-form__label">Branch finder</div>
  <label class="search__location">
    <span class="visually-hidden">Location</span>
    <input class="autocomplete_location ui-autocomplete-input" name="location" type="text" placeholder="Type a location" autocomplete="off">
    <span class="loading-spinner">
      <div class="infinity-path"><span></span><span></span></div>
    </span>
    <input type="hidden" name="place_id" value="" class="autocomplete_location_result hidden">
  </label>
  <button label="Search" class="branch-search-form__submit button-primary button-primary--teal"> SEARCH <span class="branch-search-form__icon">
      <svg width="30px" height="30px" viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
        <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
          <g id="Desktop/Functions/Buttons/Search" transform="translate(-113.000000, -20.000000)" stroke="currentColor">
            <g transform="translate(8.000000, 8.000000)" id="Wrap">
              <g transform="translate(17.000000, 13.000000)">
                <g id="Desktop/Icons/Search" transform="translate(89.000000, -0.000000)">
                  <g>
                    <circle id="Oval" stroke-width="1.5" cx="12.25" cy="12.25" r="11.6666667"></circle>
                    <line x1="27.4166667" y1="27.4166667" x2="20.4995" y2="20.4995" id="Path" stroke-width="1.5"></line>
                  </g>
                </g>
              </g>
            </g>
          </g>
        </g>
      </svg></span>
  </button>
</form>

Text Content

 * Find a Branch
 * Login
 * GET A FREE VALUATION

 * 
 * BUY
 * SELL
 * RENT
 * LET
 * MORTGAGES
 * LAND & DEVELOPMENT
 * SERVICES
   * HOME CONVEYANCING
   * NEW HOMES
   * SIGNATURE
   * SURVEYS AND VALUATIONS
   * WILL WRITING
   * ONLINE AUCTIONS
 * ABOUT US
   * CONTACT US
   * BRANCHES
   * NEWS
   * RECRUITMENT
   * SENIOR MANAGEMENT
   * REVIEWS

 * 
 * Close Menu
   * Talk to us Find a branch
   * BUY
   * SELL
   * RENT
   * LET
   * MORTGAGES
   * LAND & DEVELOPMENT
   * SERVICES
      * ALL SERVICES
      * HOME CONVEYANCING
      * NEW HOMES
      * SIGNATURE
      * SURVEYS AND VALUATIONS
      * WILL WRITING
      * ONLINE AUCTIONS
   
   * ABOUT US
      * ALL ABOUT US
      * CONTACT US
      * BRANCHES
      * NEWS
      * RECRUITMENT
      * SENIOR MANAGEMENT
      * REVIEWS
   
   * Login GET A FREE VALUATION

Admin Content chunks Hide
Show admin


BOOK YOUR FREE VALUATION

GET A FREE VALUATION
First Name
Last Name
Email address
Phone
Post Code
Valuation Type
I'm looking to sell I'm looking to let
Preferred Date:
Preferred Time:
Message

SEND ENQUIRY SEND ENQUIRY
Close


FIND YOUR DREAM HOME

Advanced
Buy Rent
Location

SEARCH

SELECT TYPES

House Flat New Homes Land

BEDROOMS


Studio Any 5+

BUDGET

Min price£50,000 £60,000 £70,000 £80,000 £90,000 £100,000 £110,000 £120,000
£125,000 £130,000 £140,000 £150,000 £160,000 £170,000 £175,000 £180,000 £190,000
£200,000 £210,000 £220,000 £230,000 £240,000 £250,000 £260,000 £270,000 £280,000
£290,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 £800,000 £900,000 £1,000,000
£1,500,000 £2,000,000 £2,500,000 £3,000,000 £3,500,000 £4,000,000 £4,500,000
£5,000,000 Max price Max price£50,000 £60,000 £70,000 £80,000 £90,000 £100,000
£110,000 £120,000 £125,000 £130,000 £140,000 £150,000 £160,000 £170,000 £175,000
£180,000 £190,000 £200,000 £210,000 £220,000 £230,000 £240,000 £250,000 £260,000
£270,000 £280,000 £290,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 £800,000 £900,000
£1,000,000 £1,500,000 £2,000,000 £2,500,000 £3,000,000 £3,500,000 £4,000,000
£4,500,000 £5,000,000 Min price
£50k+ Any £5M+

SEARCH RADIUS

+ miles
Promotions Hot Property 6 Week Challenge Signature Spring Sale Promotions
Include sold STClet properties
SEARCH



CONNELLS IN NUMBERS

155 BRANCHES

Part of our nationwide network

1,000S OF PROPERTIES

For sale across our network

ESTABLISHED IN 1936

Experienced estate agents


LATEST PROPERTIES FOR SALE

slide 1 to 3 of 12

3 Bedroom House

Cell Barnes Close, St. Albans

Price: £625,000

4 Bedroom Detached

West Side, Allington, Salisbury

Offers in excess of: £425,000

4 Bedroom Detached

Half Moon Crescent, Oadby, Leicester

Price: £550,000

3 Bedroom House

Forest Close, Crawley Down, Crawley

Offers in excess of: £435,000

2 Bedroom Flat

Graham Road, Dunstable

Offers in excess of: £200,000

3 Bedroom House

Garrowmore Grove, Bletchley, Milton Keynes

Price: £215,000
NEW HOME

2 Bedroom Detached

Aston Meadows, Crawley Down, Crawley

Price: £635,000

2 Bedroom House

Rowelfield, Luton

Price: £310,000

2 Bedroom Flat

Northampton Road, Wellingborough

Price: £180,000

1 Bedroom Home

Hitchin Road, Luton

Price: £180,000

1 Bedroom Home

Vardon Road, Stevenage

Price: £160,000

2 Bedroom Flat

Croft Street, Ipswich

Price: £140,000





SEARCH BRANCHES

FIND YOUR NEAREST BRANCH

Branch finder
Location

SEARCH


WHAT OUR CUSTOMERS SAY ABOUT US

Real testimonials from our happy customers

slide 1 of 10

IT'S WITH IMMENSE GRATITUDE AND APPRECIATION THAT I WRITE THIS HEARTFELT REVIEW
FOR AMBER, MY TRUSTED ESTATE AGENT, WHO HAS BEEN BY MY SIDE ON A CHALLENGING
JOURNEY TO SELL MY FLAT OVER THE PAST TWO YEARS



MR. X. J.

CAMBRIDGESHIRE, APR 2023

I HAVE TO SAY WITHOUT AMBER’S HELP, THIS WOULD NOT HAVE BEEN POSSIBLE AND WE
WOULD HAVE MISSED THE DEADLINE



MR. A. H.

ESSEX, APR 2023

I CAN'T THANK JAY AND HIS TEAM ENOUGH FOR THE SUPPORT THEY HAVE GIVEN TO US
THROUGH OUR JOURNEY



MR. G. C.

DORSET, APR 2023

RECENTLY I SOLD MY PROPERTY THROUGH CONNELLS ESTATE AGENTS IN MARSHALSWICK



MR. M. R.

HERTFORDSHIRE, APR 2023

PROBATE PROPERTY SOLD FOR A GOOD PRICE, JOB DONE!



MR. K. F.

HERTFORDSHIRE, APR 2023

MY EXPERIENCE SO FAR HAS BEEN GREAT, I AM IN THE PROCESS OF BUYING MY FIRST
PROPERTY AND REALLY APPRECIATE THE EFFICIENCY OF IMOGEN THROUGH ORGANISING ALL
THE VIEWS



MISS. M. R.

HERTFORDSHIRE, APR 2023

WE HAVE EXPERIENCED EXCELLENT SERVICE FROM START TO FINISH



MISS. C. M.

HERTFORDSHIRE, APR 2023

THEY SUPPORTED US EVERY STEP OF THE WAY AND HELPED US TO SECURE THREE
ASKING-PRICE OFFERS - LEADING TO A SUCCESSFUL SALE WITHIN 6 MONTHS



MS. N. G.

HERTFORDSHIRE, APR 2023

WE CHOSE CONNELLS AS OUR ESTATE AGENT BECAUSE THEY WERE ENTHUSIASTIC ABOUT OUR
PROPERTY WHEN THEY CAME TO VALUE IT, (WHILE OTHER ESTATE AGENTS WEREN'T), AND
BECAUSE THEY PRICED OUR PROPERTY FAIRLY



MS. N. G.

HERTFORDSHIRE, APR 2023

AFTER A DISAPPOINTING EXPERIENCE AIMEE AND HER TEAM TOOK ON THE TASK OF SELLING
MY PROPERTY



MR. N. F.

HERTFORDSHIRE, APR 2023







0
 * Find a Branch
 * Login
 * GET A FREE VALUATION

Visit us on social media:

Connells Estate Agents
Copyright © 2023 Connells Residential. All rights reserved.
Connells Residential which is registered in England and Wales under company
number 1489613.
Registered Office is Cumbria House, 16-20 Hockliffe Street, Leighton Buzzard,
Bedfordshire LU7 1GN.
VAT Registration Number is 500 2481 05.

For activities relating to regulated mortgages and non-investment insurance
contracts, Connells Residential is an appointed representative of Connells
Limited which is authorised and regulated by the Financial Conduct Authority.

Connells Limited’s Financial Services Register number is 302221.
Visit us on social media:


Site Map Legal Notices Required Disclosures Privacy Blogs
Site built by Roar and managed by Homeflow

We use cookies to make our site work and to continuously improve it. You can
control these by clicking 'cookie preferences'.

Accept all cookies
Cookie preferences
 
Functional Cookies

These cookies allow us to count visits and traffic sources, so we can measure
and improve the performance of our site. They help us know which pages are the
most and least popular and see how visitors move around the site. All
information these cookies collect is aggregated and therefore anonymous. If you
do not allow these cookies, we will not know when you have visited our site.

 
Strictly Necessary Cookies

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms. You can set your browser to block
or alert you about these cookies, but some parts of the site will not then work.
These cookies do not store any personally identifiable information.

Save preferences

 
 connells.co.uk ×

Conversations


April
2023



MonTueWedThuFriSatSun
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7

TodayClearClose
 * 8:00 AM
 * 9:00 AM
 * 10:00 AM
 * 11:00 AM
 * 12:00 PM
 * 1:00 PM
 * 2:00 PM
 * 3:00 PM
 * 4:00 PM
 * 5:00 PM
 * 6:00 PM
 * 7:00 PM
 * 8:00 PM
 * Clear


LEAVE A MESSAGE