ereswiss.ch Open in urlscan Pro
212.83.171.8  Public Scan

Submitted URL: https://ereswiss.ch/
Effective URL: https://ereswiss.ch/en/
Submission: On January 12 via api from CH — Scanned from CH

Form analysis 2 forms found in the DOM

Name: lead-form-180465POST

<form name="lead-form-180465" method="post">
  <div class="field civility choice"><select id="lead-form-180465_civility" name="lead-form-180465[civility]" class="select2-hidden-accessible" data-select2-id="lead-form-180465_civility" tabindex="-1" aria-hidden="true">
      <option value="Mrs.|Madame" class="tab-0" data-tab="0" data-select2-id="10">Mrs.</option>
      <option value="Ms.|Mademoiselle" class="tab-0" data-tab="0">Ms.</option>
      <option value="Mr.|Monsieur" class="tab-0" data-tab="0">Mr.</option>
    </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="9" style="width: 100%;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox" aria-haspopup="true"
          aria-expanded="false" tabindex="0" aria-disabled="false"><span class="select2-selection__rendered" title="Mrs.">Mrs.</span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span
        class="dropdown-wrapper" aria-hidden="true"></span></span></div>
  <div class="field first_name text"><input type="text" id="lead-form-180465_first_name" name="lead-form-180465[first_name]" required="required" placeholder="Firstname" class=""></div>
  <div class="field last_name text"><input type="text" id="lead-form-180465_last_name" name="lead-form-180465[last_name]" required="required" placeholder="Lastname" class=""></div>
  <div class="field email email"><input type="email" id="lead-form-180465_email" name="lead-form-180465[email]" required="required" placeholder="e-mail" class=""></div>
  <div class="fields-wrapper">
    <div class="line-wrapper form-basic">
      <div class="field category choice"><select id="lead-form-180465_search_category" name="lead-form-180465[search][category]" class="select2-hidden-accessible" data-select2-id="lead-form-180465_search_category" tabindex="-1" aria-hidden="true">
          <option value="Sale|1" class="tab-0" data-tab="0" data-select2-id="6">Sale</option>
          <option value="Rental|2" class="tab-0" data-tab="0">Rental</option>
          <option value="Seasonal rental|3" class="tab-0" data-tab="0">Seasonal rental</option>
        </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="5" style="width: 100%;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
              aria-haspopup="true" aria-expanded="false" tabindex="0" aria-disabled="false"><span class="select2-selection__rendered" title="Sale">Sale</span><span class="select2-selection__arrow"
                role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span></div>
      <div class="field type choice"><select id="lead-form-180465_search_type" name="lead-form-180465[search][type][]" class="multiple select2-hidden-accessible" multiple="" data-select2-id="lead-form-180465_search_type" tabindex="-1"
          aria-hidden="true">
          <option value="Apartment|1" class="tab-0" data-tab="0">Apartment</option>
          <option value="House|2" class="tab-0" data-tab="0">House</option>
          <option value="Building|6" class="tab-0" data-tab="0">Building</option>
        </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="7" style="width: 100%;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
              aria-haspopup="true" aria-expanded="false" tabindex="0" aria-disabled="false"><span class="select2-selection__rendered" title="Type">Type</span><span class="select2-selection__arrow"
                role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span></div>
      <div class="field city choice"><select id="lead-form-180465_search_city" name="lead-form-180465[search][city][]" class="multiple autocomplete select2-hidden-accessible" multiple="" data-select2-id="lead-form-180465_search_city" tabindex="-1"
          aria-hidden="true"></select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="8" style="width: 100%;"><span class="selection"><span class="select2-selection select2-selection--multiple"
              role="combobox" aria-haspopup="true" aria-expanded="false" tabindex="-1" aria-disabled="false">
              <ul class="select2-selection__rendered">
                <li class="select2-autocomplete-custom-choice">City</li>
                <li class="select2-search select2-search--inline" style="display:none;"><input class="select2-search__field" type="search" tabindex="0" autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false" role="textbox"
                    aria-autocomplete="list" placeholder="City..." style="width: 0px;"></li>
              </ul>
            </span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span></div>
      <div class="field room_min number"><input type="text" id="lead-form-180465_search_room_min" name="lead-form-180465[search][room_min]" placeholder="Room min" class=""></div>
      <div class="field area_min number"><input type="text" id="lead-form-180465_search_area_min" name="lead-form-180465[search][area_min]" placeholder="Area min" class=""></div>
      <div class="field price_max number"><input type="text" id="lead-form-180465_search_price_max" name="lead-form-180465[search][price_max]" placeholder="Price max" class=""></div>
      <div class="field recaptcha recaptcha">
        <script>
          window.onloadCallback = function() {
            $('.g-recaptcha').each(function(i, v) {
              const $placeholder = $(this)
              $placeholder.data('widget-id', i);
              grecaptcha.render(this, {
                callback: function(token) {
                  return new Promise(function(resolve, reject) {
                    if (grecaptcha === undefined) {
                      console.log('reCaptcha not defined')
                      reject()
                    }
                    var response = grecaptcha.getResponse($placeholder.data('widget-id'))
                    if (!response) {
                      console.log('Could not get reCaptcha response')
                      reject()
                    }
                    const $form = $placeholder.closest('form')
                    $form.find('.g-recaptcha-response').val(token)
                    // Add a class that will be used to bypass the prevented submit event
                    $form.addClass('recap-done')
                      // submit by clicking the submit button of your form
                      .find('[type="submit"]').trigger('click')
                    resolve()
                    grecaptcha.reset($placeholder.data('widget-id'))
                  })
                },
                sitekey: '6LctG6wUAAAAALSwjJO9bWoLzy3gi7yZn305f91K',
                size: 'invisible', // This makes the real reCaptcha V2 Invisible
              });
            });
          };
        </script>
        <div class="g-recaptcha" data-sitekey="6LctG6wUAAAAALSwjJO9bWoLzy3gi7yZn305f91K"></div>
      </div><button type="submit" id="lead-form-180465_submit" name="lead-form-180465[submit]" class="submit"> Send </button>
    </div>
  </div>
</form>

Name: search-form-180630POST

<form name="search-form-180630" method="post">
  <div class="fields-wrapper">
    <div class="line-wrapper form-header"></div>
    <div class="line-wrapper form-center">
      <div class="field category choice"><label for="search-form-180630_search_category">Category</label><select id="search-form-180630_search_category" name="search-form-180630[search][category]" class="select2-hidden-accessible"
          data-select2-id="search-form-180630_search_category" tabindex="-1" aria-hidden="true">
          <option value="" data-select2-id="2">Category</option>
          <option value="Sale|1" class="tab-0" data-tab="0">Sale</option>
          <option value="Rental|2" class="tab-0" data-tab="0">Rental</option>
          <option value="Seasonal rental|3" class="tab-0" data-tab="0">Seasonal rental</option>
        </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="1" style="width: 100%;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
              aria-haspopup="true" aria-expanded="false" tabindex="0" aria-disabled="false"><span class="select2-selection__rendered" title="Category">Category</span><span class="select2-selection__arrow"
                role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span></div>
      <div class="field type choice"><label for="search-form-180630_search_type">Types</label><select id="search-form-180630_search_type" name="search-form-180630[search][type][]" class="multiple select2-hidden-accessible" multiple=""
          data-select2-id="search-form-180630_search_type" tabindex="-1" aria-hidden="true">
          <option value="Apartment|1" class="tab-0" data-tab="0">Apartment</option>
          <option value="Building|6" class="tab-0" data-tab="0">Building</option>
          <option value="House|2" class="tab-0" data-tab="0">House</option>
        </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="3" style="width: 100%;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
              aria-haspopup="true" aria-expanded="false" tabindex="0" aria-disabled="false"><span class="select2-selection__rendered" title="Types">Types</span><span class="select2-selection__arrow"
                role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span></div>
      <div class="field city choice"><label for="search-form-180630_search_city">City</label><select id="search-form-180630_search_city" name="search-form-180630[search][city][]" class="multiple select2-hidden-accessible" multiple=""
          data-select2-id="search-form-180630_search_city" tabindex="-1" aria-hidden="true">
          <option value="Bourg-en-Bresse|51" class="country-FR region-29 tab-0" data-tab="0">Bourg-en-Bresse</option>
          <option value="Château-d'Oex|183599" class="country-CH region-5339 tab-0" data-tab="0">Château-d'Oex</option>
          <option value="Courmayeur|43141" class="country-IT region-3730 tab-0" data-tab="0">Courmayeur</option>
          <option value="Geneva|183114" class="country-CH region-5305 tab-0" data-tab="0">Geneva</option>
          <option value="Gstaad|185201" class="country-CH region-810 tab-0" data-tab="0">Gstaad</option>
          <option value="Le Locle|184368" class="country-CH region-5372 tab-0" data-tab="0">Le Locle</option>
          <option value="Saanen|185207" class="country-CH region-5347 tab-0" data-tab="0">Saanen</option>
        </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="4" style="width: 100%;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
              aria-haspopup="true" aria-expanded="false" tabindex="0" aria-disabled="false"><span class="select2-selection__rendered" title="City">City</span><span class="select2-selection__arrow"
                role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span></div>
      <div class="field price_min number"><label for="search-form-180630_search_price_min">Price min</label><input type="text" id="search-form-180630_search_price_min" name="search-form-180630[search][price_min]" placeholder="Price min" class="">
      </div>
      <div class="field price_max number"><label for="search-form-180630_search_price_max">Price max</label><input type="text" id="search-form-180630_search_price_max" name="search-form-180630[search][price_max]" placeholder="Price max" class="">
      </div>
    </div><button type="submit" id="search-form-180630_submit" name="search-form-180630[submit]" class="submit"><i class="mdi mdi-magnify"></i><span>Search</span></button>
  </div>
  <div class="form-group mb-3 ">
    <div id="search-form-180630_search" class="form-control"><input type="hidden" id="search-form-180630_search_order" name="search-form-180630[search][order]"></div>
  </div>
</form>

Text Content

 * Selection

Mrs.Ms.Mr.Mrs.



SaleRentalSeasonal rentalSale
ApartmentHouseBuildingType
 * City
 * 





Send
e-mail alert

en

En

 * 
 * 

 * Home
 * Sales
 * Rentals
 * About us
 * Contact us

CategoryCategorySaleRentalSeasonal rentalCategory
TypesApartmentBuildingHouseTypes
CityBourg-en-BresseChâteau-d'OexCourmayeurGenevaGstaadLe LocleSaanenCity
Price min
Price max
Search



OUR SELECTION OF PROPERTIES


CHÂTEAU-D'OEX

Attic
Price on request

 * 3 bedrooms
 * 3 bathrooms
 * 150 m²


GSTAAD

Apartment
Price on request

 * 2 bedrooms
 * 2 bathrooms
 * 119 m²
 * 54 m²


SAANEN

Property
Price on request

 * 396 m²


GSTAAD

Chalet
CHF 25,000 / Yearly

 * 1 bedroom
 * 1 bathroom


SAANEN

Chalet
Price on request

 * 6 bedrooms
 * 5 bathrooms
 * 345 m²
 * 1807 m²

Exclusive


GSTAAD

Apartment
Price on request

 * 3 bedrooms
 * 2 bathrooms
 * 100 m²




RENT


BUY


Play Video
Pause

Unmute
Current Time 0:03
/
Duration Time 0:13
Loaded: 0%


Progress: 0%
Stream TypeLIVE
Remaining Time -0:09
 

Playback Rate
1
 * Chapters

Chapters
 * descriptions off, selected

Descriptions
 * subtitles off, selected

Subtitles
 * captions settings, opens captions settings dialog
 * captions off, selected

Captions

Audio Track
Fullscreen

This is a modal window.


Caption Settings Dialog
Beginning of dialog window. Escape will cancel and close the window.
TextColorWhiteBlackRedGreenBlueYellowMagentaCyanTransparencyOpaqueSemi-TransparentBackgroundColorBlackWhiteRedGreenBlueYellowMagentaCyanTransparencyOpaqueSemi-TransparentTransparentWindowColorBlackWhiteRedGreenBlueYellowMagentaCyanTransparencyTransparentSemi-TransparentOpaque
Font Size50%75%100%125%150%175%200%300%400%
Text Edge StyleNoneRaisedDepressedUniformDropshadow
Font FamilyProportional Sans-SerifMonospace Sans-SerifProportional
SerifMonospace SerifCasualScriptSmall Caps
DefaultsDone





NAVIGATION

 * Home
 * Sales
 * Rentals
 * About us
 * Contact us


CONTACT US

Eres Exclusive Real Estate Swiss SA
Viktoriastrasse 3
3780 Gstaad
Switzerland

+41 33 744 68 88
info@ereswiss.ch



LANGUAGES

en

En

 * 
 * 

 * ©2024 Eres Exclusive Real Estate Swiss SA
 * Legal notice
 * Agency fees
 * Change cookies settings
 * Design by Apimo™

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of
Service apply.

Control the use of your personal data
We and our 51 partners may access your device to recognize you through
identifiers such as cookies, and collect, store, combine, and transfer data your
IP and email addresses, choices and software settings, your browsing activity
and your location, for these purposes: elfsight, use limited data to select
advertising, create profiles for personalised advertising, use profiles to
select personalised advertising, create profiles to personalise content, use
profiles to select personalised content, measure advertising performance,
measure content performance, understand audiences through statistics or
combinations of data from different sources, develop and improve services and
use limited data to select content.
Store and/or access information on a device
Cookies, device or similar online identifiers (e.g. login-based identifiers,
randomly assigned identifiers, network based identifiers) together with other
information (e.g. browser type and information, language, screen size, supported
technologies etc.) can be stored or read on your device to recognise it each
time it connects to an app or to a website, for one or several of the purposes
presented here.
Use precise geolocation data
With your acceptance, your precise location (within a radius of less than 500
metres) may be used in support of the purposes explained in this notice.
Actively scan device characteristics for identification
With your acceptance, certain characteristics specific to your device might be
requested and used to distinguish it from other devices (such as the installed
fonts or plugins, the resolution of your screen) in support of the purposes
explained in this notice.
You may accept all identifiers and data processing activities requiring your
consent, or refuse them via the setting screen. You can change your mind or
withdraw your consent at any time via our Privacy Policy. Your choices will
apply to these websites and their emails during 6 months, and we will not ask
you again until tomorrow.
Accept allSet your choices
Set your choicesAccept all