app.vsm.valentinhotels.com Open in urlscan Pro
2606:4700:20::681a:ca9  Public Scan

URL: https://app.vsm.valentinhotels.com/
Submission: On January 18 via api from US — Scanned from US

Form analysis 7 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 class="form-signin shadow-lg needs-validation " id="splash_form">
  <div id="splash_idioma" class="form-splash form-group basic">
    <div class="input-wrapper">
      <fieldset class="not-empty">
        <label class="form-label text-left">Prefered language</label>
        <select class="form-control" id="idiomasp">
          <option value="es">ES - Español</option>
          <option selected="" value="en">EN - English</option>
          <option value="de">DE - Deutsch</option>
        </select>
      </fieldset>
    </div>
  </div>
  <div class="form-splash form-group basic d-none">
    <div class="input-wrapper">
      <fieldset class="not-empty">
        <label for="select_authsp" class="form-label">Login by</label>
        <select class="form-control" id="select_authsp">
          <option value="roomsp">Room</option>
          <option value="bookidsp">Reservation Nº</option>
        </select>
        <div class="invalid-feedback">Please select one option</div>
      </fieldset>
    </div>
  </div>
  <div class="form-splash" id="auth_fields_sp">
    <div class="form-splash form-group basic animated " auth_field="true">
      <div class="input-wrapper">
        <label for="roomsp" class="form-label">Room</label>
        <input autocomplete="off" type="text" id="roomsp" class="form-control" placeholder="Room">
        <i class="clear-input">
<span class="material-icons md-18">cancel</span>
</i>
        <div class="invalid-feedback">Please enter a room</div>
      </div>
    </div>
    <div class="form-splash form-group basic animated d-none">
      <div class="input-wrapper">
        <label for="bookidsp" class="form-label">Reservation Nº</label>
        <input autocomplete="off" type="text" id="bookidsp" class="form-control" autofocus="" placeholder="Reservation Nº" "="">
<i class=" clear-input">
        <span class="material-icons md-18">cancel</span>
        </i>
        <div class="invalid-feedback">Please enter a book id</div>
      </div>
    </div>
  </div>
  <div class="form-splash form-group  basic animated ">
    <div class="input-wrapper">
      <label for="surnamesp" class="form-label">Surname</label>
      <input autocomplete="off" type="text" id="surnamesp" class="form-control" autofocus="" placeholder="Surname">
      <i class="clear-input">
<span class="material-icons md-18">cancel</span>
</i>
      <div class="invalid-feedback">Please enter an username.</div>
    </div>
  </div>
  <div class="form-group basic animated ">
    <div class="input-wrapper">
      <label for="emailsp" class="form-label">Email</label>
      <input type="email" id="emailsp" class="form-control" autofocus="" 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 id="alertId" class="alert alert-danger" role="alert" style="display: none;"> Please enter a valid Email </div>
  <div class="form-splash form-group basic animated d-none">
    <div class="input-wrapper">
      <label for="phonesp" class="form-label">Phone</label>
      <input type="text" id="phonesp" class="form-control" autofocus="" placeholder="Phone">
      <i class="clear-input">
<span class="material-icons md-18">cancel</span>
</i>
      <div class="invalid-feedback">Please enter a phone</div>
    </div>
  </div>
  <div class="form-splash form-group  basic animated  d-none">
    <div class="form-check small col-12 text-left">
      <input type="checkbox" class="form-check-input" id="accept_terms">
      <label class="form-check-label" for="accept_terms">I have read and accept</label> <a id="showlawtext" class="text-info ">Privacy Policy</a>
    </div>
  </div>
  <div class="row pt-2">
    <div class="col-12 mx-auto d-flex">
      <a id="submitsplash" class=" btn btn-lg btn-default btn-rounded shadow text-white col"><span>Enter</span><i class="material-icons">arrow_forward</i></a>
      <a id="btn_regresar" class="d-none btn btn-lg btn-outline-danger text-danger ml-2 btn-rounded shadow col"><span>Exit</span></a>
    </div>
  </div>
</form>

<form class="form-signin shadow-lg needs-validation" style="display:none" id="register_form">
</form>

<form class="form-signin shadow-lg needs-validation" style="display:none" id="splash_terms">
  <div class="row form-splash form-group basic">
    <div class="col-12 small splash-policy">
    </div>
  </div>
  <a href="#" class="btn btn-block btn-default btn-rounded shadow text-white" id="hidelawtext">ACCEPT</a>
</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>
        </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 The Hotel keyboard_arrow_right Gastronomy keyboard_arrow_right Spa &
Wellness keyboard_arrow_right Sports & Entertainment keyboard_arrow_right Pools
keyboard_arrow_right Vadeli keyboard_arrow_right Environmental sustainability
keyboard_arrow_right Tourist Information keyboard_arrow_right VA Experiences
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

Ha ocurrido un error
ACCEPT

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.
arrow_backward
Prefered language ES - Español EN - English DE - Deutsch
Login by Room Reservation Nº
Please select one option
Room cancel
Please enter a room
Reservation Nº cancel
Please enter a book id
Surname cancel
Please enter an username.
Email cancel
Please enter a valid email.
Please enter a valid Email
Phone cancel
Please enter a phone
I have read and accept Privacy Policy
Enterarrow_forward Exit


ACCEPT

Not in hotel yet?
Skip this step.

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
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...



THE HOTEL

Alleast


GENERAL SERVICES

ADDITIONALS SERVICES

ROOM

INTERACTIVE MAP

RECOMMENDATIONS AND SAFETY


GASTRONOMY

Alleast


RTE. BUFFET

RESTAURANTE PISCINA

BAR SALÓN

BAR PISCINA

SA TERRASSA BY VAVÁ


SPA & WELLNESS

Alleast


WELLNESS


VA EXPERIENCES

Alleast


ACTIVITIES PROGRAM

LIVE YOUR EXPERIENCES

SHOWS


FEATURED



VALENTIN CARES

map

Hotel Map

event

Activities

share

Social Media

sms

Contact