spa.bannatyne.co.uk Open in urlscan Pro
159.65.215.15  Public Scan

URL: https://spa.bannatyne.co.uk/monthlypromos
Submission: On August 25 via api from IE — Scanned from GB

Form analysis 2 forms found in the DOM

POST /submit/gifting

<form class="form_style" method="post" action="/submit/gifting">
  <input type="hidden" name="_token" value="TJ6mEPZtDisuAPE3VpB0bSFAo0f6C1fTFEdZHS6U" tabindex="-1">
  <h2 class="text-center">Choose a Spa:<br>&nbsp;<br>
    <div class="quasi-select dark" data-overlay="location-switcher" data-no-option="Any Spa">
      <span data-bind-property="name" data-no-option="Any Spa">Any Spa</span>
    </div>
    <input type="hidden" name="location" value="0" tabindex="-1">
  </h2>
  <p style="text-align: center; opacity: 0.5;">Choose 'Any Spa' for gifts redeemable at multiple locations.</p>
  <p>&nbsp;</p>
  <h2 class="text-center">What would you like to gift? <div class="make_a_booking_at">
      <div class="quasi-select dark" data-overlay="booking-type" data-for="booking_type" data-source="booking_types_giftable" data-cookie="booking_type" data-label="What would you like to gift?">
        <span>Choose...</span>
      </div>
      <input type="hidden" name="booking_type" value="0" tabindex="-1">
    </div>
  </h2>
  <p>&nbsp;</p>
  <div class="gift_number_of_people">
    <h2 class="text-center">For how many people?</h2>
    <p class="text-center" style="margin-top: 0;">
      <input type="radio" class="image_radio" name="number_of_people" value="1" id="number_of_people_1" tabindex="-1"> <label for="number_of_people_1">1</label> &nbsp; &nbsp; <input type="radio" class="image_radio" name="number_of_people" value="2"
        id="number_of_people_2" tabindex="-1"> <label for="number_of_people_2">2</label>
    </p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
  </div>
  <input type="submit" value="Continue" tabindex="-1">
</form>

POST /basket/voucher

<form class="form_style buy_gift_voucher_form" method="post" action="/basket/voucher">
  <input type="hidden" name="_token" value="TJ6mEPZtDisuAPE3VpB0bSFAo0f6C1fTFEdZHS6U" tabindex="-1">
  <div class="voucher_step" data-step="1">
    <h2 class="text-center">
      <div class="to_choose">Choose your Voucher Amount:</div>
      <div class="chosen">Amount: £<span class="chosen_value"></span><br><button class="step_change" tabindex="-1">Change</button></div>
    </h2>
    <div class="to_choose">
      <ul class="voucher_amount">
        <li>
          <input type="radio" name="gift_voucher_value" value="10" id="gift_voucher_value_10" required="" tabindex="-1">
          <label for="gift_voucher_value_10">£10</label>
        </li>
        <li>
          <input type="radio" name="gift_voucher_value" value="25" id="gift_voucher_value_25" tabindex="-1">
          <label for="gift_voucher_value_25">£25</label>
        </li>
        <li>
          <input type="radio" name="gift_voucher_value" value="50" id="gift_voucher_value_50" tabindex="-1">
          <label for="gift_voucher_value_50">£50</label>
        </li>
        <li>
          <input type="radio" name="gift_voucher_value" value="75" id="gift_voucher_value_75" tabindex="-1">
          <label for="gift_voucher_value_75">£75</label>
        </li>
        <li>
          <input type="radio" name="gift_voucher_value" value="100" id="gift_voucher_value_100" tabindex="-1">
          <label for="gift_voucher_value_100">£100</label>
        </li>
        <li>
          <input type="radio" name="gift_voucher_value" value="175" id="gift_voucher_value_175" tabindex="-1">
          <label for="gift_voucher_value_175">£175</label>
        </li>
        <li>
          <input type="radio" name="gift_voucher_value" value="250" id="gift_voucher_value_250" tabindex="-1">
          <label for="gift_voucher_value_250">£250</label>
        </li>
        <li>
          <input type="radio" name="gift_voucher_value" value="500" id="gift_voucher_value_500" tabindex="-1">
          <label for="gift_voucher_value_500">£500</label>
        </li>
        <li style="display: flex; justify-content: center;">
          <input type="radio" name="gift_voucher_value" value="freetype" id="gift_voucher_value_freetype" tabindex="-1">
          <label style="display: flex; width: 15em" for="gift_voucher_value_freetype">
            <input id="gift_voucher_value_freetype_amount" type="number" step=".01" name="gift_voucher_value_freetype_amount" value="" placeholder="Your own amount" tabindex="-1">
            <button class="freetype_ok" style="font-size: 75%;" tabindex="-1">Set</button>
          </label>
        </li>
      </ul>
      <p class="text-center">You can choose electronic or postal delivery for your voucher in the next step.</p>
    </div>
  </div>
  <div class="voucher_step" data-step="2">
    <h2 class="text-center">
      <div class="to_choose" style="display: none;">Delivery Method:</div>
      <div class="chosen" style="display: block;">Delivery Method: <span class="chosen_value">Standard eVoucher</span><br><button class="step_change" tabindex="-1">Change</button></div>
    </h2>
    <div class="to_choose" style="display: none;">
      <input type="hidden" name="evoucher_template" class="evoucher_template" value="0" tabindex="-1">
      <ul class="voucher_delivery">
        <li>
          <img src="/assets/images/e-voucher.png" alt="Standard eVoucher" class="voucher_type_image" style="display: block">
          <div class="voucher_radio_container">
            <input type="radio" name="voucher_type" value="EV" data-label="Standard eVoucher" id="voucher_type_electronic" checked="" tabindex="-1">
            <label for="voucher_type_electronic"> Standard eVoucher (Free) <small>Email Delivery</small>
            </label>
          </div>
        </li>
        <li>
          <img src="/assets/images/gift-card.png" alt="Gift Card" class="voucher_type_image" style="display: block">
          <div class="voucher_radio_container">
            <input type="radio" name="voucher_type" value="GC" data-label="Gift Card" id="voucher_type_card" tabindex="-1">
            <label for="voucher_type_card"> Gift Card (£1.99) <small>P&amp;P included</small>
            </label>
          </div>
        </li>
        <li>
          <img src="/assets/images/gift-box.png" alt="Gift Box" class="voucher_type_image" style="display: block">
          <div class="voucher_radio_container">
            <input type="radio" name="voucher_type" value="GB" data-label="Gift Box" id="voucher_type_box" tabindex="-1">
            <label for="voucher_type_box"> Gift Box (£5.50) <small>P&amp;P included</small>
            </label>
          </div>
        </li>
      </ul>
    </div>
  </div>
  <div class="voucher_step" data-step="3" style="display: block;">
    <h2 class="text-center">
      <div class="to_choose">Gift Recipient:</div>
      <div class="chosen">Gift Recipient: <span class="chosen_value"></span><button class="step_change" tabindex="-1">Change</button></div>
    </h2>
    <div class="to_choose">
      <fieldset class="gift_voucher_recipient">
        <label>From Name</label>
        <input class="voucher_from required" id="voucher_from" placeholder="Your Name" name="voucher_from" type="text" tabindex="-1" required="required">
        <label class="maxlength">Gift Message <span class="remaining">50</span></label>
        <input class="voucher_message" id="voucher_message" placeholder="Your Gift Message" maxlength="50" name="voucher_message" type="text" tabindex="-1">
        <label>Recipient's Name</label>
        <input class="voucher_to required" id="voucher_to" placeholder="Name" name="voucher_to" type="text" tabindex="-1" required="required">
        <input name="email_method" type="hidden" value="email_friend" tabindex="-1">
      </fieldset>
      <fieldset data-for-voucher-type="EV" style="">
        <div class="horizontal_flex no_margin">
          <div class="half_width">
            <label>Recipient's Email Address</label>
            <input class="voucher_friend_email required" id="voucher_friend_email" placeholder="Email Address" name="voucher_friend_email" type="email" tabindex="-1" required="required">
          </div>
          <div class="half_width">
            <label>Send Date</label>
            <input class="voucher_when_send required" id="voucher_when_send" name="voucher_when_send" type="date" value="2023-08-25" tabindex="-1" required="required">
          </div>
        </div>
      </fieldset>
      <fieldset class="address_container" data-for-voucher-type="GC" data-also-for-voucher-type="GB" style="display: none;">
        <h2>Delivery Address</h2>
        <input class="required first_name" id="ship_first_name" placeholder="First name" name="ship_first_name" type="text" tabindex="-1">
        <input class="required surname" id="ship_surname" placeholder="Surname" name="ship_surname" type="text" tabindex="-1">
        <div class="horizontal_flex">
          <input class="postcode_field required" id="ship_postcode" placeholder="Postcode" name="ship_postcode" type="text" tabindex="-1">
          <button class="find_address" tabindex="-1">Find Address</button>
        </div>
        <select name="ship_address" id="ship_address" class="postcode_lookup_results" tabindex="-1">
        </select>
        <div class="manual_address_fields">
          <input class="address_1 required" id="ship_address_1" placeholder="Street Address Line 1" name="ship_address_1" type="text" tabindex="-1">
          <input class="address_2" id="ship_address_2" placeholder="Street Address Line 2" name="ship_address_2" type="text" tabindex="-1">
          <input class="town required" id="ship_town" placeholder="Town / City" name="ship_town" type="text" tabindex="-1">
          <input class="county" id="ship_county" placeholder="County" name="ship_county" type="text" tabindex="-1">
        </div>
      </fieldset>
      <p>&nbsp;</p>
      <input type="submit" value="Add to Basket" class="form_with_address_submit" tabindex="-1">
    </div>
  </div>
</form>

Text Content

Buy a Voucher
 * Spa Home
 * Spa Days
 * Spa Offers
 * Exclusive Member Offers
 * Spa Breaks
 * Spa Treatments
 * Give the Gift of Spa

 * Redeem a Voucher
 * Check Gift Card Balance

 * Find a Spa
 * Help & Contact
 * Spa Careers

 * 
 * 


SAVE ON SPA!

With our Monthly Promos


SPA MONTHLY PROMOS - SAVE UP TO 50% EVERY MONTH!























Every month we run a special promotion which is available as a treatment-only
offer or as a Spa Day for 1 or 2 - which includes the use of the Health Club
Facilities.

The packages include multiple treatments with choices so you can personalise
your bundle  - all while saving up to 50%! 

See below for each monthly option . . .




























 * 
 * 
 * 
 * 
 * 
 * 



 * 
 * 

Get in Touch

©2023 Bannatyne Group
Spa Careers | Call Costs | Cookies & Privacy | Legal

 




CHOOSE YOUR SPA

SELECTED:



FIND YOUR NEAREST:

+

NEARBY LOCATIONS:

ALL LOCATIONS:

Aberdeen

Ashford

Banbury

Barnsley

Belfast

Birmingham (Brindleyplace)

Blackpool

Bristol

Broadstairs

Burton on Trent

Bury St Edmunds

Cardiff

Carlisle

Chafford Hundred

Chingford

Colchester - Kingsford Park

Crewe

Darlington

Dunfermline

Durham

Edinburgh (City Centre)

Edinburgh (Newcraighall Road)

Fairfield

Falkirk

Hastings

Humberston - Grimsby

Ingleby Barwick

Inverness

Leicester

Luton

Manchester (Quay St)

Mansfield

Milton Keynes

Norwich

Orpington

Perth

Peterborough

Shrewsbury

Solihull

Sutton Coldfield

Tamworth

Teesside Airport

Wakefield

Weybridge

Wildmoor - Stratford upon Avon

York




WHAT WOULD YOU LIKE TO BOOK?




GIVE THE GIFT OF SPA

 


HOW WOULD YOU LIKE TO GIFT?

Gift a Pamper Package or
Overnight Break Buy a Gift Voucher


CHOOSE A SPA:
 

ANY SPA

Choose 'Any Spa' for gifts redeemable at multiple locations.

 


WHAT WOULD YOU LIKE TO GIFT?
CHOOSE...

 


FOR HOW MANY PEOPLE?

1     2

 

 

CHOOSE YOUR VOUCHER AMOUNT:
AMOUNT: £
CHANGE

 * £10
 * £25
 * £50
 * £75
 * £100
 * £175
 * £250
 * £500
 * Set

You can choose electronic or postal delivery for your voucher in the next step.

DELIVERY METHOD:
DELIVERY METHOD: STANDARD EVOUCHER
CHANGE

 * Standard eVoucher (Free) Email Delivery
 * Gift Card (£1.99) P&P included
 * Gift Box (£5.50) P&P included

GIFT RECIPIENT:
GIFT RECIPIENT: CHANGE

From Name Gift Message 50 Recipient's Name
Recipient's Email Address
Send Date


DELIVERY ADDRESS

Find Address


 

 * 1
 * 2




PAY IN 3 OR LATER.


PAY IN 3 INTEREST-FREE INSTALMENTS SO YOU CAN SPREAD THE COST.

Or get 30 days to pay.

 * Choose the payment option
 * Enter your debit or credit card information, or bank details
 * Pay later in 3 instalments. The first payment is taken when the order is
   processed and the remaining 2 are automatically taken every 30 days.
 * Or Get 30 days to Pay: No card details required. We'll send you payment
   instructions once your order has been completed. Use the Klarna app or log in
   on klarna.com to make your payment.






LET US KNOW YOU AGREE TO COOKIES

We use cookies to give you the best online experience. Please let us know if you
agree to all of these cookies.

Yes I agree No Take me to settings