178-781.hoteligy.app Open in urlscan Pro
2606:4700:20::ac43:4a0c  Public Scan

URL: https://178-781.hoteligy.app/
Submission: On March 14 via api from US — Scanned from US

Form analysis 4 forms found in the DOM

POST

<form class="search-form" autocomplete="off" method="post" action="">
  <div class="form-group searchbox">
    <a id="search_left_icon">
<i class="material-icons text-muted">search</i>
</a>
    <input type="search" autocomplete="off" id="search_content" class="top-search" placeholder="Search...">
    <a href="javascript:;" class="ml-1 close toggle-searchbox">
<i class="material-icons">cancel</i>
</a>
  </div>
</form>

<form id="settingsForm">
  <div class="d-flex">
    <div class="col form-group basic animated mx-1">
      <div class="input-wrapper">
        <label class="form-label" for="email">Email</label>
        <input type="email" class="form-control" id="email" placeholder="Email">
      </div>
    </div>
    <div class="col form-group basic animated mx-1 d-none ">
      <div class="input-wrapper">
        <label class="form-label" for="bookid">Reservation Nº</label>
        <input type="text" class="form-control" id="bookid" placeholder="Reservation Nº">
      </div>
    </div>
  </div>
  <div class="d-flex">
    <div class="col form-group basic animated  mx-1 ">
      <div class="input-wrapper">
        <label class="form-label" for="room">Room</label>
        <input type="text" class="form-control" id="room" placeholder="Room">
      </div>
    </div>
    <div class="col form-group basic animated  mx-1">
      <div class="input-wrapper">
        <label class="form-label" for="surname">Surname</label>
        <input type="text" class="form-control" id="surname" placeholder="Surname">
      </div>
    </div>
  </div>
  <div class="d-flex d-none ">
    <div class="form-group basic mx-1">
      <div class="input-wrapper">
        <label class="form-label" for="checkin">Checkin Date</label>
        <input type="date" class="form-control" id="checkin" name="hotel-checkin" max="2050-12-31" readonly="">
      </div>
    </div>
    <div class="form-group basic  mx-1">
      <div class="input-wrapper">
        <label class="form-label" for="checkout">Checkout Date</label>
        <input type="date" class="form-control" id="checkout" name="hotel-checkout" max="2050-12-31" readonly="">
      </div>
    </div>
  </div>
  <div class="form-group basic mx-1">
    <div class="input-wrapper active">
      <fieldset class="not-empty">
        <label class="form-label" for="idioma">Prefered language</label>
        <select class="form-control" id="idioma">
          <option value="es">ES - Español</option>
          <option selected="" value="en">EN - English</option>
          <option value="de">DE - Deutsch</option>
          <option value="fr">FR - Français</option>
          <option value="it">IT - Italiano</option>
          <option value="nl">NL - Nederlands</option>
        </select>
      </fieldset>
    </div>
  </div>
  <div class="col px-0 form-group basic">
    <div class="input-wrapper form-group custom-control custom-switch">
      <input type="checkbox" class="custom-control-input" id="push_switch">
      <label class="custom-control-label" for="push_switch">Push | Instant Notifications </label>
    </div>
  </div>
  <div class="row form-button-group">
    <button id="settingssubmit" type="button" class="btn btn-primary col text-uppercase mx-1">Save</button>
  </div>
</form>

<form id="changePinForm" class="d-none mt-2">
  <div class="d-flex">
    <div id="div_ping" class="col form-group basic animated mx-1">
      <div class="input-wrapper">
        <label class="form-label" for="input-pin">Current PIN</label>
        <input type="password" maxlength="4" class="bg-light form-control input_text qwerty 2 ui-keyboard-input" id="input-pin" placeholder="Current PIN">
      </div>
    </div>
    <div class="col form-group basic animated mx-1">
      <div class="input-wrapper">
        <label class="form-label" for="input-new-pin"></label>
        <input type="password" maxlength="4" class="bg-light form-control input_text qwerty 2 ui-keyboard-input" id="input-new-pin" placeholder="">
      </div>
    </div>
  </div>
  <div class="row form-button-group">
    <button id="pincancel" type="button" class="btn btn-dark col text-uppercase mx-1">Cancel</button>
    <button id="pinsubmit" type="button" class="btn btn-primary col text-uppercase mx-1">Save</button>
  </div>
</form>

<form id="settingsForm">
  <input hidden="" type="SSID" class="form-control" id="SSID" placeholder="">
  <input hidden="" type="MACWIFI" class="form-control" id="MACWIFI" placeholder="">
  <input hidden="" type="GEO" class="form-control" id="GEO" placeholder="">
  <input hidden="" type="DeviceType" class="form-control" id="DeviceType" placeholder="">
  <input hidden="" type="IP" class="form-control" id="IP" placeholder="">
  <input hidden="" type="DeviceID" class="form-control" id="DeviceID" placeholder="">
  <input hidden="" type="TransactionID" class="form-control" id="TransactionID" placeholder="">
  <input hidden="" type="MachineID" class="form-control" id="MachineID" placeholder="">
  <input hidden="" type="FIREBASE_TOKEN" class="form-control" id="FIREBASE_TOKEN" placeholder="">
  <div class="d-flex">
    <div class="form-group basic mx-1">
      <div class="input-wrapper">
        <label class="form-label" for="btkey_checkin">Checkin Date</label>
        <input type="date" class="form-control" id="btkey_checkin" name="hotel-checkin" required="" readonly="">
        <div class="invalid-feedback"> Please enter a checkin date.</div>
      </div>
    </div>
    <div class="form-group basic  mx-1">
      <div class="input-wrapper">
        <label class="form-label" for="btkey_checkout">Checkout Date</label>
        <input type="date" class="form-control" id="btkey_checkout" name="hotel-checkout" required="" readonly="">
        <div class="invalid-feedback"> Please enter a checkout date.</div>
      </div>
    </div>
  </div>
  <div class="d-flex">
    <div class="col form-group basic animated  mx-1">
      <div class="input-wrapper">
        <label class="form-label" for="btkey_surname">Surname</label>
        <input readonly="" required="" type="text" class="form-control" id="btkey_surname" placeholder="Surname">
        <div class="invalid-feedback"> Please enter a valid name or surname.</div>
      </div>
    </div>
    <div class="col form-group basic animated mx-1">
      <div class="input-wrapper">
        <label class="form-label" for="btkey_email">Email</label>
        <input required="" type="btkey_email" class="form-control" id="btkey_email" placeholder="Email">
        <i class="clear-input">
<span class="material-icons md-18">cancel</span> </i>
        <div class="invalid-feedback"> Please enter a valid email.</div>
      </div>
    </div>
  </div>
  <div class="d-flex">
    <div class="col form-group basic animated  mx-1">
      <div class="input-wrapper">
        <label class="form-label" for="room">Phone</label>
        <input required="" type="btkey_phone" class="form-control" id="btkey_phone" placeholder="Phone">
        <div class="invalid-feedback"> Please enter a valid phone number.</div>
      </div>
    </div>
    <div class="col form-group basic animated mx-1">
      <div class="input-wrapper">
        <label class="form-label" for="btkey_bookid">Reservation Nº</label>
        <input required="" readonly="" type="text" class="form-control" id="btkey_bookid" placeholder="Reservation Nº">
        <div class="invalid-feedback"> Please enter a valid booking number.</div>
      </div>
    </div>
  </div>
  <div class="d-flex">
    <div class="col form-group basic animated  mx-1">
      <div class="input-wrapper">
        <label class="form-label" for="room">Room</label>
        <input required="" type="text" class="form-control" id="btkey_room" placeholder="Room">
        <div class="invalid-feedback"> Please enter a valid room number</div>
      </div>
    </div>
    <div class="col form-group basic animated  mx-1">
      <div class="input-wrapper">
        <label class="form-label" for="room">Locator ID</label>
        <input required="" type="localizador" class="form-control" id="btkey_localizador" placeholder="Locator ID">
        <i class="clear-input"><span class="material-icons md-18">cancel</span> </i>
        <div class="invalid-feedback"> Please enter a valid voucher or locator.</div>
      </div>
    </div>
  </div>
  <div class="row mx-auto footer form-button-group p-2">
    <a id="roomkey_submit" type="button" class="btn-rounded btn btn-template col text-uppercase mx-1">Activate Mobile Room Key</a>
  </div>
</form>

Text Content

Error
close
Porfavor rellene todos los campos


Developed by Hoteligy.com


Home home Welcome Info keyboard_arrow_right Services keyboard_arrow_right
Gastronomy keyboard_arrow_right Wellness & Fitness keyboard_arrow_right Swimming
Pool keyboard_arrow_right Events keyboard_arrow_right Perfect your stay!
keyboard_arrow_right Ecofriendly keyboard_arrow_right Discover Mallorca
keyboard_arrow_right
search cancel

menu
Welcome
search search notifications_none0 more_vert
account_circleUser preferences

exit_to_appLogout

PREVIOUS MOBILE KEY REQUEST FOUND

There is already a mobile key request pending, must wait for it to be authorized
by our staff
ACCEPT

DIGITAL KEY REQUEST

The mobile key activation request has been registered successfully. In
accordance with the hotel's security policy, authorization by our staff may take
a few hours. We'll send you a notification when it's ready to use.
ACCEPT

ERROR


ACCEPT
error

Ha ocurrido un error
Please select desired option
Close

STAY CONNECTED



CONTACT

phone Call
Email

PLEASE SCAN DESIRED QR CODE


Close

INSTANT NOTIFICATIONS

Welcome family . In order to keep you informed during your stay and to enjoy our
application 100%, we would like to be able to send you instant notifications
eventually.
Maybe later Allow

ADD TO HOME SCREEN

Add this web app on your iPhone home screen, so you can easily access to it the
next time you need.
To do this, press the icon: ios_share and then Add to Homescreen..

ADD TO HOME SCREEN

Add this web app on your Android home screen, so you can easily access to it the
next time you need.
To do this, press the icon: more_vert and then Add to Homescreen..

CHAT

From the "Contact" icon you will have quick access to chat with us easily.

CURRENT PIN ERROR

close

Dear customer, you can reset your access PIN via Email.

Restore

USER PREFERENCES

close

DETAILS OF YOUR STAY

To improve the user experience from our application, we need to know certain
information about you. You can find them in the Cardesk of your reservation.

Email
Reservation Nº
Room
Surname
Checkin Date
Checkout Date
Prefered language ES - Español EN - English DE - Deutsch FR - Français IT -
Italiano NL - Nederlands
Push | Instant Notifications
Save
Change Access PIN Set Access PIN
Current PIN

Cancel Save

MOBILE KEY REQUEST

close

DETAILS OF YOUR STAY

Dear guest, to download your mobile key it is necessary to complete the
following form. Reception will validate the data manually so that you can
download your key.

Checkin Date
Please enter a checkin date.
Checkout Date
Please enter a checkout date.
Surname
Please enter a valid name or surname.
Email cancel
Please enter a valid email.
Phone
Please enter a valid phone number.
Reservation Nº
Please enter a valid booking number.
Room
Please enter a valid room number
Locator ID cancel
Please enter a valid voucher or locator.
Activate Mobile Room Key

NOTIFICATIONS

refresh close
Loading...



WELCOME INFO

Alleast


RECEPTION

ROOM

SERVICES

MAP

ECOFRIENDLY


SERVICES

Alleast


CAR RENTAL

TRANSFERS

EXCURSIONS & ACTIVITIES

BIKE RENTAL

GOLF PACKAGES


GASTRONOMY

Alleast


RESTAURANT FELIP 1890

BUFFET RESTAURANT

BAR


FEATURED



MASSAGES

WELLNESS ZONE

LATE CHECK OUT

map

Hotel Map

wb_sunny

Weather

share

Social Media

sms

Contact