uaespa.a1switch.com Open in urlscan Pro
2606:4700:3033::6815:1110  Public Scan

URL: https://uaespa.a1switch.com/
Submission: On September 15 via api from US — Scanned from US

Form analysis 3 forms found in the DOM

<form id="getinTouchForm">
  <div class="form-group col-md-6"><label for="gitName">Name</label><input type="text" class="form-control" id="gitName" name="contactformname" placeholder="Enter your Name"></div>
  <div class="form-group col-md-6"><label for="exampleInputEmail1">Email address</label><input type="email" class="form-control" name="contactformemail" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email"></div>
  <div class="form-group col-md-4"><label for="gitCompany">Company</label><input type="text" class="form-control" name="contactforcompany" id="gitCompany" placeholder="Enter your Company Name"></div>
  <div class="form-group col-md-4"><label for="gitPriority">Priority</label><select class="form-control touch" id="gitPriority" name="contactpriority">
      <option value="2">Normal</option>
      <option value="3">Low</option>
      <option value="1">Urgent</option>
    </select></div>
  <div class="form-group col-md-4"><label for="gitDepartment">Department</label><select class="form-control touch" id="gitDepartment" name="contactdepartement">
      <option value="0">General</option>
    </select></div>
  <div class="form-group col-md-12"><label for="gitSubject">Subject</label><input type="text" class="form-control" id="gitSubject" placeholder="Enter your Subject" name="contactsubject"></div>
  <div class="form-group col-md-12"><label for="gitMessage">Message</label><textarea class="form-control touch" id="Message" placeholder="Your Message in Here" name="contactformmessage"></textarea></div>
  <div class="col-md-12 text-center">
    <div>
      <div class="grecaptcha-badge" data-style="inline" style="width: 256px; height: 60px; box-shadow: gray 0px 0px 5px;">
        <div class="grecaptcha-logo"><iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-jtvf9e2o6akn" frameborder="0" scrolling="no"
            sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LfbR_8UAAAAAIe7ms3dtCC48PgLgI2zph2QawGn&amp;co=aHR0cHM6Ly91YWVzcGEuYTFzd2l0Y2guY29tOjQ0Mw..&amp;hl=en&amp;type=image&amp;v=WV-mUKO4xoWKy9M4ZzRyNrP_&amp;size=invisible&amp;badge=inline&amp;sa=submit&amp;cb=pwgw1ekswcxu"></iframe>
        </div>
        <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
          style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
      </div><iframe style="display: none;"></iframe>
    </div><button type="button" class="btn btn-primary btn-block g-recaptcha" data-sitekey="6LfbR_8UAAAAAIe7ms3dtCC48PgLgI2zph2QawGn" data-callback="onSubmitgit" data-action="submit" data-badge="inline" data-type="image">Submit</button>
  </div>
</form>

POST mail/appointment-form.php

<form action="mail/appointment-form.php" method="post" id="appoinmentModalForm">
  <div class="form-group categoryTitle">
    <h5>Service Date and Time</h5>
  </div>
  <div class="dateSelect form-half form-left">
    <div class="input-group date ed-datepicker filterDate" data-provide="datepicker"><input type="text" name="appointment-form-date" class="form-control" placeholder="MM/DD/YYYY" required="">
      <div class="input-group-addon"><span class="fa fa-calendar"></span></div>
    </div>
  </div>
  <div class="timeSelect form-half form-right"><select id="guiest_id1" name="appointment-form-time" class="select-drop">
      <option value="10.00 AM">10.00 AM</option>
      <option value="9.00 AM">9.00 AM</option>
      <option value="8.00 AM">8.00 AM</option>
      <option value="11.00 AM">11.00 AM</option>
    </select></div>
  <div class="form-group categoryTitle">
    <h5>Personal info</h5>
  </div>
  <div class="form-group form-half form-left"><input type="text" name="appointment-form-full-name" class="form-control" placeholder="Full name" required=""></div>
  <div class="form-group form-half form-right"><input type="email" name="appointment-form-email" class="form-control" placeholder="Your email" required=""></div>
  <div class="form-group form-half form-left"><input type="text" name="appointment-form-phone" class="form-control" placeholder="Phone number" required=""></div>
  <div class="form-group form-half form-right"><input type="text" name="appointment-form-address" class="form-control" placeholder="Your address" required=""></div>
  <div class="form-group"><textarea class="form-control" name="appointment-form-message" placeholder="Your Message" required=""></textarea></div>
  <div class="form-group"><button type="submit" id="appointment-submit-btn" class="btn btn-primary first-btn">Submit Now</button></div>
</form>

POST

<form method="post" class="form-change-password">
  <div class="container-fluid">
    <h4>CHANGE PASSWORD</h4>
    <hr>
    <div class="row">
      <div class="col-md-12">
        <div class="alert alert-danger error-message" id="alert-change-password"></div>
      </div>
    </div>
    <div class="row">
      <div class="col-md-12">
        <div class="form-group"><label for="change-password-current_password" class="control-label">current password</label>
          <div class="input-group">
            <div class="input-group-area"><input id="change-password-current_password" name="current_password" autocomplete="current-password" type="password" class="uae-form" placeholder="current password"></div>
            <div class="input-group-icon"><i toggle="#change-password-current_password" class="fa fa-fw fa-eye field-icon toggle-password"></i></div>
          </div><span class="help-block change-password-current_password"></span>
        </div>
      </div>
    </div>
    <div class="row">
      <div class="col-md-12">
        <div class="form-group"><label for="change-password-password" class="control-label">new password</label>
          <div class="input-group">
            <div class="input-group-area"><input id="change-password-password" name="password" autocomplete="new-password" type="password" class="uae-form" placeholder="new password"></div>
            <div class="input-group-icon"><i toggle="#change-password-password" class="fa fa-fw fa-eye field-icon toggle-password"></i></div>
          </div><span class="help-block change-password-password"></span>
        </div>
      </div>
    </div>
    <div class="row">
      <div class="col-md-12">
        <div class="form-group"><label for="change-password-confirm_password" class="control-label">confirm new password</label>
          <div class="input-group">
            <div class="input-group-area"><input id="change-password-confirm_password" name="confirm_password" autocomplete="new-password" type="password" class="uae-form" placeholder="confirm new password"></div>
            <div class="input-group-icon"><i toggle="#change-password-confirm_password" class="fa fa-fw fa-eye field-icon toggle-password"></i></div>
          </div><span class="help-block change-password-confirm_password"></span>
        </div>
      </div>
    </div><button id="change-password-btn" type="submit">save changes</button>
    <div class="clearfix"></div>
  </div>
</form>

Text Content

 * Log In




LUXURY SPA AND MASSAGE BOOKING ONLINE

We are from United Emirates Arab SPA Marketplace we have many location for
Booking online reservation of appointments for enjoying for spa massage and many
more.

In UAE SPA you will be easy to managed your reservation and many more feature
you will get on here. try to make appointment now.


AROMATHERAPY MASSAGE CENTRES

We have many spa location with the good therapist and have services Aromatherapy
massage spa.

Aromatherapy massage is used for a variety of different reasons, including
relaxation, pain management, and improved mood. These are also some of the basic
benefits of massage therapy. Adding essential oils is thought to enhance such
benefits.


WELCOME TO UAE SPA


The real place of Mindfullness & Healthy body


LUXURY SPA AND MASSAGE BOOKING ONLINE

We are from United Emirates Arab SPA Marketplace we have many location for
Booking online reservation of appointments for enjoying for spa massage and many
more.

In UAE SPA you will be easy to managed your reservation and many more feature
you will get on here. try to make appointment now.


AROMATHERAPY MASSAGE CENTRES

We have many spa location with the good therapist and have services Aromatherapy
massage spa.

Aromatherapy massage is used for a variety of different reasons, including
relaxation, pain management, and improved mood. These are also some of the basic
benefits of massage therapy. Adding essential oils is thought to enhance such
benefits.


WELCOME TO UAE SPA


The real place of Mindfullness & Healthy body


LUXURY SPA AND MASSAGE BOOKING ONLINE

We are from United Emirates Arab SPA Marketplace we have many location for
Booking online reservation of appointments for enjoying for spa massage and many
more.

In UAE SPA you will be easy to managed your reservation and many more feature
you will get on here. try to make appointment now.




DISCOVER OUR INSTANTLY BOOK SALONS AND SPAS NEARBY

loading...
loading...
loading...
More Spa Location ...

SCHEDULE SALON APPOINTMENT ONLINE IN UAE (UNITED ARAB EMIRATES)

TRUSTED BY THE BEST IN THE BEAUTY AND WELLNESS INDUSTRY.



UAE-SPA is designed to run every aspect of your massage and spa business, from
online appointment booking to payments tracking and performance reporting.

--------------------------------------------------------------------------------

Book Spa Appointment Online UAE

United Arab Emirates - SPAs inspires people to look and feel their best – which
is why we're trusted by of customers in UAE

Directly Book SPA for make reservation online in UAE SPA is very easy have many
feature for thats.

 * *) Easyly payments for reservation or in placed SPA
 * *) Featured member account to get many coupon and discounts
 * *) Good reporting for give rating for the spa centers

--------------------------------------------------------------------------------

Moroccan Bath And Massage Center in UAE

We have many massage centers partners SPA with looks nice therapist and good
placed they have the moroccan bath.


GET IN TOUCH

Name
Email address
Company
PriorityNormalLowUrgent
DepartmentGeneral
Subject
Message

Submit
 * Office No. 1806, 18th floor Marina Plaza, Dubai Marina, UAE
 * TEL +971 4 3990002
   FAX +971 4 3990007
 * info@hostingcastle.com

×

APPOINTMENT FOR HAIR COLOR

SERVICE DATE AND TIME


10.00 AM9.00 AM8.00 AM11.00 AM

PERSONAL INFO






Submit Now
Close






CHANGE PASSWORD

--------------------------------------------------------------------------------


current password

new password

confirm new password

save changes








BUSINESS HOURS


walk-ins are welcome

GETTING STARTED

 * Log in

JOIN WITH US

 * Become an affilliate
 * List your spa

SUPPORT

 * Terms & Conditions
 * Privacy Policy
 * License Agreement
 * About us
 * Contact us
 * Install App

Available on the
App Store

Get it on
Google Play

© 2024 Copyright