formesutiles.com Open in urlscan Pro
206.189.25.245  Public Scan

Submitted URL: http://formesutiles.com/
Effective URL: https://formesutiles.com/en
Submission: On January 25 via api from US — Scanned from GB

Form analysis 3 forms found in the DOM

<form>
  <div class="container-info">
    <h5 class="modal-title" id="cookiesModalLabel"> Cookie Preferences </h5>
    <p class="mb-3"> When you visit websites, they may store or retrieve some data in your browser which is often necessary for the basic functionality of the website. The data is stored in something called a cookie. Most websites store several
      cookies that might be used for analytics, marketing and personalisation of the site, such as storing your preferences. </p>
    <p class="mb-0"> Websites are permitted to permanently enable "essential" cookies - without which the website simply won't work properly, e.g. to store your preferred sort order or display currency. However, for privacy reasons, you should be
      allowed to enable or disable cookies linked to additional services such as marketing and analytics. Note that denying or blocking non-essential cookies can negatively impact your experience of the website and some functions may not work as
      expected. </p>
  </div>
  <div class="container-info">
    <div class="d-flex justify-content-between align-items-center cookies-header">
      <h3 class="m-0 text-uppercase"> Essential </h3>
      <span> Always Active </span>
    </div>
    <p class="mb-0"> These items are required to enable basic website functionality. </p>
  </div>
  <div class="container-info">
    <div class="d-flex justify-content-between align-items-center cookies-header">
      <h3 class="m-0 text-uppercase"> Analytics </h3>
      <label class="switch position-relative">
        <input type="checkbox" checked="" id="analytics-switcher">
        <span class="switcher round position-absolute"></span>
      </label>
    </div>
    <p class="mb-0"> These cookies help the website operator understand how its website performs, how visitors interact with the site, and whether there may be technical issues. These cookies don't usually collect any information that identifies a
      visitor. </p>
  </div>
  <div class="container-info">
    <div class="d-flex justify-content-between align-items-center cookies-header">
      <h3 class="m-0 text-uppercase"> Marketing </h3>
    </div>
    <p class="mb-0"> Our website doesn't currently use any marketing cookies. This may change in the future, so you can click the Cookie link and check back here at any time. </p>
  </div>
  <div class="container-info">
    <div class="d-flex justify-content-between align-items-center cookies-header">
      <h3 class="m-0 text-uppercase"> Personalisation </h3>
    </div>
    <p class="mb-0"> Our website doesn't currently use any personalisation cookies. This may change in the future, so you can click the Cookie link and check back here at any time. </p>
  </div>
  <div class="text-right">
    <button type="button" class="bold-btn rounded-0 shadow-none save-cookies text-uppercase mt-0"> Save </button>
  </div>
</form>

/en/search

<form action="/en/search" class="search-box position-absolute overflow-hidden pt-3" id="searchBox">
  <div class="col-12">
    <div class="search-box-container flex-wrap border  overflow-hidden  d-flex align-items-center w-100">
      <input type="hidden" name="spec" value="1">
      <input type="search" name="name" placeholder="TYPE HERE" id="search_box" data-url="#" class="h-100 border-0 flex-grow-1 search-box__input " value="">
      <a href="/en/advanced-search" rel="nofollow" class="text-decoration-none text-uppercase mr-5" id="advancedSearch">Advanced Search</a>
      <button class="text-uppercase btn border-0 bg-transparent shadow-none p-0 menu__item__search d-flex align-items-center" id="search_btn">
        <i class="pe-7s-search menu__item__search__icon"></i>
      </button>
    </div>
    <div class="d-flex w-100 align-items-center pt-2 pb-3 flex-wrap">
      <span class="form-check-label mr-3">Show results including</span>
      <div class="d-flex">
        <div class="contact-information">
          <label class="d-flex align-items-center mb-0">
            <input type="checkbox" class="d-none" id="inlineCheckbox2" value="1" name="available" checked="">
            <span class="checkbox-container d-block overflow-hidden position-relative"></span>
            <span class="mr-2 form-check-label  search-label">Available Items</span>
          </label>
        </div>
        <div class="contact-information ml-3">
          <label class="d-flex align-items-center mb-0">
            <input type="checkbox" class="d-none" id="inlineCheckbox3" value="1" name="sold">
            <span class="checkbox-container d-block overflow-hidden position-relative"></span>
            <span class="mr-2 form-check-label search-label">Sold Items</span>
          </label>
        </div>
      </div>
    </div>
  </div>
  <div class="search-result w-100 overflow-hidden" style="display: none"></div>
</form>

<form action="" class="subscripiton_frm w-100">
  <h3 class="page-title">What if PRE-OWNED was the NEW ESSENTIAL?</h3>
  <p>Be the first to hear about the latest launches and events plus receive exclusive offers.</p>
  <div class="form-group input-container position-relative mb-4 text-left">
    <input type="email" class="subscription_email rounded-0 form-control shadow-none border" placeholder="Enter your email address">
    <p class="error text-danger position-absolute text-left" id="subscription_error_modal"></p>
  </div>
  <div class="mb-4">
    <div class="dropdown subscribe-select-container ">
      <button class="btn dropdown-toggle subscribe-select-dropdown bg-transparent shadow-none rounded-0 w-100 text-left" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Please choose your
        subscriptions </button>
      <div class="dropdown-menu w-100 rounded-0 subscribe-select-dropdown-menu" aria-labelledby="dropdownMenuButton">
        <ul class="list-unstyled m-0">
          <li class="contact-information">
            <label class="d-inline-flex align-items-center mb-0">
              <input name="newsletters[]" value="1" type="checkbox" class="d-none newsletter-list" checked="">
              <span class="checkbox-container d-block overflow-hidden position-relative"></span>
              <span class="form-check-label  search-label">Newsletter en Français</span>
            </label>
          </li>
          <li class="contact-information">
            <label class="d-inline-flex align-items-center mb-0">
              <input name="newsletters[]" value="2" type="checkbox" class="d-none newsletter-list" checked="">
              <span class="checkbox-container d-block overflow-hidden position-relative"></span>
              <span class="form-check-label  search-label">Newsletter in English</span>
            </label>
          </li>
        </ul>
      </div>
      <p class="error text-danger position-absolute" id="subscription_popup_error_newsletters"></p>
    </div>
  </div>
  <button type="button" class="subscription_add btn bold-btn btn-block shadow-none rounded-0 text-uppercase subscribe-btn"> Subscribe </button>
  <div class="contact-information my-3">
    <label class="d-flex align-items-center mb-0">
      <input type="checkbox" class="d-none" id="cancel_subscription" value="0">
      <span class="checkbox-container d-block overflow-hidden position-relative"></span>
      <p class="mr-2 form-check-label  search-label mb-0"> Do not show this message again </p>
    </label>
  </div>
</form>

Text Content

By clicking "Accept", you agree to the storing of cookies on your device. Click
"Read More" to view more details about cookies

Read More
Reject
Accept

COOKIE PREFERENCES

When you visit websites, they may store or retrieve some data in your browser
which is often necessary for the basic functionality of the website. The data is
stored in something called a cookie. Most websites store several cookies that
might be used for analytics, marketing and personalisation of the site, such as
storing your preferences.

Websites are permitted to permanently enable "essential" cookies - without which
the website simply won't work properly, e.g. to store your preferred sort order
or display currency. However, for privacy reasons, you should be allowed to
enable or disable cookies linked to additional services such as marketing and
analytics. Note that denying or blocking non-essential cookies can negatively
impact your experience of the website and some functions may not work as
expected.


ESSENTIAL

Always Active

These items are required to enable basic website functionality.


ANALYTICS

These cookies help the website operator understand how its website performs, how
visitors interact with the site, and whether there may be technical issues.
These cookies don't usually collect any information that identifies a visitor.


MARKETING

Our website doesn't currently use any marketing cookies. This may change in the
future, so you can click the Cookie link and check back here at any time.


PERSONALISATION

Our website doesn't currently use any personalisation cookies. This may change
in the future, so you can click the Cookie link and check back here at any time.

Save
 * LANGUAGE
   English French
 * EUR
   AUD CAD CHF CNY GBP JPY NZD USD
 * Wishlist
 * Compare
 * CART
 * SIGN IN
 * Search

Advanced Search
Show results including
Available Items
Sold Items



SHOPPING CART



 * LATEST ARRIVALS
 * OUR PICKS
 * VIEW ALL ITEMS
 * BROWSE BY DESIGNERS
 * Lighting
    * View All
    * Table Lamps
    * Floor Lamps
    * Ceiling Lights
    * Wall Lamps
    * Others

 * Seating
    * View All
    * Chairs
    * Armchairs
    * Daybeds
    * Sofas
    * Stools - Benches
    * Others

 * Tables
    * View All
    * Coffee Tables
    * Dining Table
    * Desks
    * Others

 * Storage
 * Ceramics
 * Decorative Elements
 * Jewelry
 * Art
    * View All
    * Street Art
    * Drawings, Paintings...
    * Sculptures

 * JOIN OUR NEWSLETTER
 * BLOG
 * CUSTOMER SERVICES
    * DELIVERY & RETURNS
    * PRIVACY STATEMENT
    * TERMS & CONDITIONS
    * LEGAL NOTICES
    * Cookies

 * FAQ
 * OUR STORY
 * Contact us

 * 
 * 
 * 

© 2024 FORMES UTILES

 * WEBSITE BY SEEK UNIQUE

LANGUAGE
English French
×
×
×


LATEST ARRIVALS


OUR PICKS


SEATING


CERAMICS


JOIN THE LIST

STAY IN TOUCH


WHAT IF PRE-OWNED WAS THE NEW ESSENTIAL?

Be the first to hear about the latest launches and events plus receive exclusive
offers.



Please choose your subscriptions
 * Newsletter en Français
 * Newsletter in English



Subscribe

Do not show this message again