www.t161878.staging.myhotelbreak.co.uk Open in urlscan Pro
83.223.107.93  Public Scan

URL: https://www.t161878.staging.myhotelbreak.co.uk/
Submission: On May 22 via api from US — Scanned from GB

Form analysis 6 forms found in the DOM

GET https://www.t161878.staging.myhotelbreak.co.uk/search.php

<form method="GET" action="https://www.t161878.staging.myhotelbreak.co.uk/search.php" rel="nofollow" novalidate="novalidate">
  <input type="text" class="text" placeholder="Search Keywords" name="search" value="">
  <button class="button" type="submit" rel="nofollow"><i class="fa fa-search"></i></button>
</form>

POST

<form method="post" novalidate="novalidate">
  <div class="row">
    <label for="email_2118694837" class="required">Email</label>
    <input type="email" class="text" name="login_email" id="email_2118694837" value="">
  </div>
  <div class="row">
    <label for="password_2118694837" class="required">Password</label>
    <input type="password" class="text" name="login_password" id="password_2118694837" value="">
  </div>
  <div class="row login_remember_me rememberMe">
    <input type="checkbox" id="login_remember_me_2118694837" name="login_remember_me" checked="checked">
    <label for="login_remember_me_2118694837">Remember me</label>
  </div>
  <input type="hidden" id="redirect" name="redirect" value="">
  <input type="hidden" id="fb_redirect" name="fb_redirect" value="/members">
  <input type="hidden" name="user_login_form" value="">
  <div class="row">
    <button type="submit" class="button" onclick="ga('send', 'event', 'Login', 'Login', 'Login')">
      <span class="title">Sign in</span>
      <i class="fa fa-angle-right"></i>
    </button>
  </div>
</form>

GET /hotels/browse.gateway.php

<form method="GET" action="/hotels/browse.gateway.php" id="main_search_form" rel="nofollow" novalidate="novalidate">
  <fieldset class="searchTitle formTitle">
    <div class="innerForm">
      <h1 class="blackJack">Find <span>my</span> Hotel Break </h1>
    </div>
    <span class="js_closeSearch closeIcon"></span>
  </fieldset>
  <div class="searchExpand">
    <fieldset>
      <div class="innerForm">
        <div class="row searchType">
          <span class="searchLabel">Search Breaks by:</span>
          <div class="searchTypeWrap">
            <input type="radio" id="destination" name="search_type" value="by_destination" checked="checked">
            <label for="destination" class="active">Destination</label>
            <input type="radio" id="distance" name="search_type" value="by_postcode_radius">
            <label for="distance" class="">Distance</label>
          </div>
        </div>
        <div class="type destination open">
          <label class="searchLabel" for="searchDestination">Hotel. City. Town. Region</label>
          <div class="row" id="destinationInput">
            <div class="inputWrap destinationInput inputOver">
              <input type="text" class="text ui-autocomplete-input" id="searchDestination" placeholder="Where to?" name="destination" value="" autocomplete="off">
              <span class="clearInput clearDestination js_clearSearchInput"><i class="fa fa-times"></i></span>
            </div>
            <input type="hidden" name="destination_hotel_id" value="">
            <input type="hidden" name="destination_town_id" value="">
            <input type="hidden" name="destination_region_id" value="">
            <input type="hidden" name="destination_type_id" value="">
            <ul class="ui-autocomplete ui-front ui-menu ui-widget ui-widget-content" id="ui-id-1" tabindex="0" style="display: none;"></ul>
          </div>
        </div>
        <div class="type distance ">
          <div class="row rowPostcode">
            <label class="searchLabel" for="searchPostcode">Postcode/Town: </label>
            <input type="text" class="text" placeholder="Enter Postcode/Town" id="searchPostcode" name="postcode" value="">
          </div>
          <div class="row rowDistance">
            <label class="searchLabel" for="searchDistance">Distance </label>
            <div class="selectDropdownWrap"><select class="selectBox" name="distance" id="searchDistance">
                <option value="25"> 25 miles </option>
                <option value="50"> 50 miles </option>
                <option value="100"> 100 miles </option>
                <option value="150"> 150 miles </option>
                <option value="200"> 200 miles </option>
                <option value="300"> 300 miles </option>
                <option value="400"> 400 miles </option>
              </select></div>
          </div>
        </div>
      </div>
    </fieldset>
    <fieldset>
      <div class="innerForm">
        <div class="datesRow">
          <div class="noDatesCheckDependableBlock" style="opacity: 1;">
            <div class="row relative datepickerBox">
              <label class="searchLabel" for="datepicker">Start date of your stay</label>
              <div class="inputWrap dateInput inputOver">
                <input type="text" id="datepicker" placeholder="Select" class="text datepicker2 hasDatepicker" name="date_from" value="">
                <span class="datepickerTrigger js_datepickerTrigger"></span>
                <span class="clearInput clearDate js_clearSearchInput"><i class="fa fa-times"></i></span>
              </div>
            </div>
          </div>
          <div class="row checkboxRow searchCheckbox">
            <input type="checkbox" id="no_dates" name="no_dates">
            <label for="no_dates">I don't have a date</label>
          </div>
        </div>
        <div class="noDatesCheckDependableBlock nightsRow" style="opacity: 1;">
          <div class="row selectRow">
            <label class="searchLabel" for="searchNights"><i class="fa fa-moon-o"></i>Nights</label>
            <div class="selectDropdownWrap"><select class="selectBox" name="nights" id="searchNights">
                <option value="1" selected="selected">1</option>
                <option value="2">2</option>
                <option value="3">3</option>
                <option value="4">4</option>
                <option value="5">5</option>
                <option value="6">6</option>
                <option value="7">7</option>
                <option value="8">8</option>
                <option value="9">9</option>
                <option value="10">10</option>
                <option value="11">11</option>
                <option value="12">12</option>
                <option value="13">13</option>
                <option value="14">14</option>
                <option value="15">15</option>
                <option value="16">16</option>
                <option value="17">17</option>
                <option value="18">18</option>
                <option value="19">19</option>
                <option value="20">20</option>
              </select></div>
          </div>
        </div>
        <div class="noDatesCheckDependableBlock" style="opacity: 1;">
          <div class="row selectRow guestsRow">
            <label class="searchLabel"><i class="fa fa-male"></i><i class="fa fa-child"></i>Guests</label>
            <div class="selectDropdownWrap js_openGuestsRow" id="openGuestsRow">
              <div class="text inputWrap inputOver js_totalGuests">2</div>
            </div>
            <div class="guestsDropdown">
              <div class="row smallRow">
                <label for="searchAdults"><i class="fa fa-male"></i>Adults</label>
                <div class="arrowInputWrap">
                  <div class="mobileSelect">
                    <div class="selectDropdownWrap"><select class="selectBox" name="adults_mobile" id="searchAdultsMobile">
                        <option>1</option>
                        <option selected="">2</option>
                        <option>3</option>
                        <option>4</option>
                        <option>5</option>
                        <option>6</option>
                        <option>7</option>
                        <option>8</option>
                        <option>9</option>
                        <option>10</option>
                        <option>11</option>
                        <option>12</option>
                        <option>13</option>
                        <option>14</option>
                        <option>15</option>
                        <option>16</option>
                        <option>17</option>
                        <option>18</option>
                        <option>19</option>
                        <option>20</option>
                      </select></div>
                  </div>
                  <input type="tel" class="text numberArrows canAdd" data-min="1" data-max="20" name="adults" id="searchAdults" value="2">
                  <div class="numberButtons">
                    <div class="numberButton add">+</div>
                    <div class="numberButton subtract">-</div>
                  </div>
                </div>
              </div>
              <div class="row smallRow">
                <label for="searchChildren"><i class="fa fa-child"></i>Children</label>
                <div class="arrowInputWrap">
                  <div class="mobileSelect">
                    <div class="selectDropdownWrap"><select class="selectBox childrenSelect mobileSelect" name="children_mobile" id="searchChildrenMobile">
                        <option>0</option>
                        <option>1</option>
                        <option>2</option>
                        <option>3</option>
                        <option>4</option>
                        <option>5</option>
                        <option>6</option>
                        <option>7</option>
                        <option>8</option>
                        <option>9</option>
                        <option>10</option>
                        <option>11</option>
                        <option>12</option>
                        <option>13</option>
                        <option>14</option>
                        <option>15</option>
                        <option>16</option>
                        <option>17</option>
                        <option>18</option>
                        <option>19</option>
                        <option>20</option>
                      </select></div>
                  </div>
                  <input type="tel" class="text numberArrows" data-min="0" data-max="20" name="children" id="searchChildren" value="0">
                  <div class="numberButtons">
                    <div class="numberButton add">+</div>
                    <div class="numberButton subtract disabled">-</div>
                  </div>
                </div>
              </div>
              <div class="noDatesCheckDependableBlock childrenDrop" style="opacity: 1;">
                <div class="row">
                  <label for="searchChild_1">Child 1 age</label>
                  <input type="tel" class="text numberOnly childAge" maxlength="2" id="searchChild_1" value="">
                </div>
                <div class="row">
                  <label for="searchChild_2">Child 2 age</label>
                  <input type="tel" class="text numberOnly childAge" maxlength="2" id="searchChild_2" value="">
                </div>
                <div class="row">
                  <label for="searchChild_3">Child 3 age</label>
                  <input type="tel" class="text numberOnly childAge" maxlength="2" id="searchChild_3" value="">
                </div>
                <div class="row">
                  <label for="searchChild_4">Child 4 age</label>
                  <input type="tel" class="text numberOnly childAge" maxlength="2" id="searchChild_4" value="">
                </div>
                <div class="row">
                  <label for="searchChild_5">Child 5 age</label>
                  <input type="tel" class="text numberOnly childAge" maxlength="2" id="searchChild_5" value="">
                </div>
                <div class="row">
                  <label for="searchChild_6">Child 6 age</label>
                  <input type="tel" class="text numberOnly childAge" maxlength="2" id="searchChild_6" value="">
                </div>
                <div class="row">
                  <label for="searchChild_7">Child 7 age</label>
                  <input type="tel" class="text numberOnly childAge" maxlength="2" id="searchChild_7" value="">
                </div>
                <div class="row">
                  <label for="searchChild_8">Child 8 age</label>
                  <input type="tel" class="text numberOnly childAge" maxlength="2" id="searchChild_8" value="">
                </div>
                <div class="row">
                  <label for="searchChild_9">Child 9 age</label>
                  <input type="tel" class="text numberOnly childAge" maxlength="2" id="searchChild_9" value="">
                </div>
                <div class="row">
                  <label for="searchChild_10">Child 10 age</label>
                  <input type="tel" class="text numberOnly childAge" maxlength="2" id="searchChild_10" value="">
                </div>
                <div class="row">
                  <label for="searchChild_11">Child 11 age</label>
                  <input type="tel" class="text numberOnly childAge" maxlength="2" id="searchChild_11" value="">
                </div>
                <div class="row">
                  <label for="searchChild_12">Child 12 age</label>
                  <input type="tel" class="text numberOnly childAge" maxlength="2" id="searchChild_12" value="">
                </div>
                <div class="row">
                  <label for="searchChild_13">Child 13 age</label>
                  <input type="tel" class="text numberOnly childAge" maxlength="2" id="searchChild_13" value="">
                </div>
                <div class="row">
                  <label for="searchChild_14">Child 14 age</label>
                  <input type="tel" class="text numberOnly childAge" maxlength="2" id="searchChild_14" value="">
                </div>
                <div class="row">
                  <label for="searchChild_15">Child 15 age</label>
                  <input type="tel" class="text numberOnly childAge" maxlength="2" id="searchChild_15" value="">
                </div>
                <div class="row">
                  <label for="searchChild_16">Child 16 age</label>
                  <input type="tel" class="text numberOnly childAge" maxlength="2" id="searchChild_16" value="">
                </div>
                <div class="row">
                  <label for="searchChild_17">Child 17 age</label>
                  <input type="tel" class="text numberOnly childAge" maxlength="2" id="searchChild_17" value="">
                </div>
                <div class="row">
                  <label for="searchChild_18">Child 18 age</label>
                  <input type="tel" class="text numberOnly childAge" maxlength="2" id="searchChild_18" value="">
                </div>
                <div class="row">
                  <label for="searchChild_19">Child 19 age</label>
                  <input type="tel" class="text numberOnly childAge" maxlength="2" id="searchChild_19" value="">
                </div>
                <div class="row">
                  <label for="searchChild_20">Child 20 age</label>
                  <input type="tel" class="text numberOnly childAge" maxlength="2" id="searchChild_20" value="">
                </div>
              </div><!-- end of children drop -->
              <span class="closeGuestsRow js_closeGuestsRow">Done</span>
            </div>
          </div>
          <div class="row selectRow smallRow">
            <label class="searchLabel" for="searchRooms"><i class="fa fa-bed"></i>Rooms</label>
            <div class="selectDropdownWrap"><select class="selectBox" name="rooms" id="searchRooms">
                <option value="1">1</option>
                <option value="2">2</option>
              </select></div>
          </div>
        </div>
        <div class="row buttonGroup">
          <input type="hidden" name="hotel_search_form" value="">
          <input type="hidden" name="children_age" value="">
          <input type="hidden" name="stars" value="">
          <input type="hidden" name="hotel_type_ids" value="">
          <input type="hidden" name="amenity_ids" value="">
          <input type="hidden" name="search_clearable" value="1">
          <input type="hidden" name="package_category" value="">
          <input type="hidden" name="use_search_form" value="true">
          <button class="button submitSearchForm" type="submit" onclick="ga('send', 'event', 'Search', 'Search', 'Search')">
            <span class="title">Find</span>
            <span class="titleMobile">Search Hotels</span>
            <i class="fa fa-angle-right"></i>
          </button>
        </div>
      </div>
    </fieldset><!-- / bottom -->
  </div><!-- end of search expand -->
</form>

<form id="additional_search_form" novalidate="novalidate">
  <div class="row starRatings">
    <div class="colLeft"> Star Ratings: </div>
    <div class="stars">
      <div class="customCheckboxWrap"><input type="checkbox" id="fivestar" class="customCheckbox" name="fivestar" value="5"><label for="fivestar"><span
            class="checkbox"></span><i class="icon-star"></i><i class="icon-star"></i><i class="icon-star"></i><i class="icon-star"></i><i class="icon-star"></i></label></div>
    </div>
    <div class="stars">
      <div class="customCheckboxWrap"><input type="checkbox" id="fourstar" class="customCheckbox" name="fourstar" value="4"><label for="fourstar"><span
            class="checkbox"></span><i class="icon-star"></i><i class="icon-star"></i><i class="icon-star"></i><i class="icon-star"></i></label></div>
    </div>
    <div class="stars">
      <div class="customCheckboxWrap"><input type="checkbox" id="threestar" class="customCheckbox" name="threestar" value="3"><label for="threestar"><span
            class="checkbox"></span><i class="icon-star"></i><i class="icon-star"></i><i class="icon-star"></i></label></div>
    </div>
    <div class="stars">
      <div class="customCheckboxWrap"><input type="checkbox" id="twostar" class="customCheckbox" name="twostar" value="2"><label for="twostar"><span class="checkbox"></span><i class="icon-star"></i><i class="icon-star"></i></label></div>
    </div>
  </div>
  <div class="row hotelTypes">
    <div class="colLeft"> Hotel Types: </div>
    <div class="options">
      <div class="customCheckboxWrap"><input type="checkbox" id="hotel_type_id_7" class="customCheckbox" value="7"><label for="hotel_type_id_7"><span class="checkbox"></span>Airport Hotels</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="hotel_type_id_108" class="customCheckbox" value="108"><label for="hotel_type_id_108"><span class="checkbox"></span>Boutique Hotels..</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="hotel_type_id_5" class="customCheckbox" value="5"><label for="hotel_type_id_5"><span class="checkbox"></span>Castles &amp; Count..</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="hotel_type_id_10" class="customCheckbox" value="10"><label for="hotel_type_id_10"><span class="checkbox"></span>Character &amp; Tra..</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="hotel_type_id_8" class="customCheckbox" value="8"><label for="hotel_type_id_8"><span class="checkbox"></span>Cheap Hotels</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="hotel_type_id_4" class="customCheckbox" value="4"><label for="hotel_type_id_4"><span class="checkbox"></span>City Hotels</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="hotel_type_id_6" class="customCheckbox" value="6"><label for="hotel_type_id_6"><span class="checkbox"></span>Coast &amp; Watersi..</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="hotel_type_id_9" class="customCheckbox" value="9"><label for="hotel_type_id_9"><span class="checkbox"></span>Countryside Hot..</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="hotel_type_id_101" class="customCheckbox" value="101"><label for="hotel_type_id_101"><span class="checkbox"></span>Disabled Friend..</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="hotel_type_id_57" class="customCheckbox" value="57"><label for="hotel_type_id_57"><span class="checkbox"></span>Dog Friendly Ho..</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="hotel_type_id_1" class="customCheckbox" value="1"><label for="hotel_type_id_1"><span class="checkbox"></span>Family Friendly..</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="hotel_type_id_12" class="customCheckbox" value="12"><label for="hotel_type_id_12"><span class="checkbox"></span>Gourmet and Fin..</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="hotel_type_id_118" class="customCheckbox" value="118"><label for="hotel_type_id_118"><span class="checkbox"></span>Hotels for Grou..</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="hotel_type_id_151" class="customCheckbox" value="151"><label for="hotel_type_id_151"><span class="checkbox"></span>Hotels In Cardi..</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="hotel_type_id_88" class="customCheckbox" value="88"><label for="hotel_type_id_88"><span class="checkbox"></span>Hotels in Manch..</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="hotel_type_id_83" class="customCheckbox" value="83"><label for="hotel_type_id_83"><span class="checkbox"></span>Hotels In Scotl..</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="hotel_type_id_273" class="customCheckbox" value="273"><label for="hotel_type_id_273"><span class="checkbox"></span>Hotels in the C..</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="hotel_type_id_3" class="customCheckbox" value="3"><label for="hotel_type_id_3"><span class="checkbox"></span>Luxury Hotels</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="hotel_type_id_60" class="customCheckbox" value="60"><label for="hotel_type_id_60"><span class="checkbox"></span>New Member Hote..</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="hotel_type_id_11" class="customCheckbox" value="11"><label for="hotel_type_id_11"><span class="checkbox"></span>Romantic Break ..</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="hotel_type_id_109" class="customCheckbox" value="109"><label for="hotel_type_id_109"><span class="checkbox"></span>Self-Catering</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="hotel_type_id_2" class="customCheckbox" value="2"><label for="hotel_type_id_2"><span class="checkbox"></span>Spa &amp; Pamper Ho..</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="hotel_type_id_278" class="customCheckbox" value="278"><label for="hotel_type_id_278"><span class="checkbox"></span>Test HT 1</label></div>
    </div>
  </div>
  <div class="row amenities last">
    <div class="colLeft"> Personal Preferences: </div>
    <div class="options">
      <div class="customCheckboxWrap"><input type="checkbox" id="amenity_id_68" class="customCheckbox" value="68"><label for="amenity_id_68"><span class="checkbox"></span>Activities</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="amenity_id_47" class="customCheckbox" value="47"><label for="amenity_id_47"><span class="checkbox"></span>Best Available ..</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="amenity_id_18" class="customCheckbox" value="18"><label for="amenity_id_18"><span class="checkbox"></span>Disabled Rooms</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="amenity_id_42" class="customCheckbox" value="42"><label for="amenity_id_42"><span class="checkbox"></span>Entertainment</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="amenity_id_39" class="customCheckbox" value="39"><label for="amenity_id_39"><span class="checkbox"></span>Family Friendly..</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="amenity_id_8" class="customCheckbox" value="8"><label for="amenity_id_8"><span class="checkbox"></span>Free Wifi</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="amenity_id_69" class="customCheckbox" value="69"><label for="amenity_id_69"><span class="checkbox"></span>Golf in Local A..</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="amenity_id_55" class="customCheckbox" value="55"><label for="amenity_id_55"><span class="checkbox"></span>Gym</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="amenity_id_44" class="customCheckbox" value="44"><label for="amenity_id_44"><span class="checkbox"></span>Internet (Publi..</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="amenity_id_30" class="customCheckbox" value="30"><label for="amenity_id_30"><span class="checkbox"></span>Leisure with po..</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="amenity_id_21" class="customCheckbox" value="21"><label for="amenity_id_21"><span class="checkbox"></span>Lift</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="amenity_id_24" class="customCheckbox" value="24"><label for="amenity_id_24"><span class="checkbox"></span>On Site Golf</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="amenity_id_22" class="customCheckbox" value="22"><label for="amenity_id_22"><span class="checkbox"></span>Pets Allowed</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="amenity_id_20" class="customCheckbox" value="20"><label for="amenity_id_20"><span class="checkbox"></span>Private Car Par..</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="amenity_id_146" class="customCheckbox" value="146"><label for="amenity_id_146"><span class="checkbox"></span>Self Catering</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="amenity_id_38" class="customCheckbox" value="38"><label for="amenity_id_38"><span class="checkbox"></span>Spa</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="amenity_id_57" class="customCheckbox" value="57"><label for="amenity_id_57"><span class="checkbox"></span>Spa Bath in Bed..</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="amenity_id_46" class="customCheckbox" value="46"><label for="amenity_id_46"><span class="checkbox"></span>Swimming (Local..</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="amenity_id_52" class="customCheckbox" value="52"><label for="amenity_id_52"><span class="checkbox"></span>Walk-In Showers..</label></div>
      <div class="customCheckboxWrap"><input type="checkbox" id="amenity_id_45" class="customCheckbox" value="45"><label for="amenity_id_45"><span class="checkbox"></span>WiFi (Public Sp..</label></div>
    </div>
  </div>
</form>

<form class="popover-with-map-opts-v2-popover__form" novalidate="">
  <input type="email" placeholder="Your email address">
  <p class="popover-with-map-opts-v2-popover__text--form">Your Region:</p>
  <div class="popover-with-map-opts-v2-popover__form--button">
    <label class="control control--checkbox">Scotland &amp; N. Ireland <input id="A" class="location" type="radio" value="Scotland_NorthernIreland" name="location">
      <!-- Scotland_NorthernIreland -->
      <div class="control__indicator"></div>
    </label>
    <label class="control control--checkbox">N. England <input id="B" class="location" type="radio" value="NorthEngland" name="location">
      <!-- NorthEngland -->
      <div class="control__indicator"></div>
    </label>
    <label class="control control--checkbox">S. England <input id="C" class="location" type="radio" value="SouthEngland" name="location">
      <!-- SouthEngland -->
      <div class="control__indicator"></div>
    </label>
  </div>
  <input type="submit" value="Submit">
</form>

GET /email.subscribe.php

<form action="/email.subscribe.php" method="get" novalidate="novalidate">
  <div class="row">
    <input type="email" name="email" class="text" placeholder="email address">
  </div>
  <div class="row">
    <input type="text" name="postcode" class="text" required="" placeholder="postcode">
  </div>
  <div class="row">
    <button type="submit" class="button">sign up</button>
    <input type="hidden" name="action" value="subscribe" onclick="ga('send', 'event', 'SignUp', 'SignUp', 'Sign Up')">
  </div>
  <div class="clear"></div>
  <div class="row" id="email-subscribe-error">
    <ul class="error">
    </ul>
  </div>
  <div class="row" id="email-subscribe-success">
    <ul class="success">
    </ul>
  </div>
</form>

Text Content

This website is for testing. If you are not testing, leave it now.
Code applied, view participating hotel(s) or remove


01357 529 129 Sign in /Sign Up

 * >
 * Hotels
 * Top Offers
   * 2 nights BB + Dinner on 1 night
   * 2 nights for the price of 1 night
   * As Seen on TV
   * 3rd Night Free
   * Bed & Breakfast plus Afternoon Tea
   * Late Deals & Instant Offers
   * Sunday Night Savers B&B
   * Sunday Night Savers DBB
   * Weekend Breaks.
 * Specials & Exclusives
   * Special Offers
   * 2 night Late Deals!
   * 4 nights for price of 3 nights!
 * Luxury
 * Gift Vouchers
 * Redeem
 * Top Locations
   * Hotels in Glasgow
   * Hotels In Shropshire
   * Hotels in the Cairngorms

01357 529 129
menu

 * Member Sign In
 * Register

Members Sign In



Email
Password
Remember me
Sign in
Forgot Password? OR Receive Temporary Password?

OR login with facebook
Hotel LoginTravel Trade Login
not a member?



There are lots of reasons to register for a member account at my hotel break.
Registration is quick and easy.

register now
member benefits
 * free membership
 * member only offers
 * manage bookings
 * review hotels

Hotel Login Travel Trade Login


FIND MY HOTEL BREAK

Search Breaks by:
Destination Distance
Hotel. City. Town. Region

Postcode/Town:
Distance
25 miles 50 miles 100 miles 150 miles 200 miles 300 miles 400 miles
Start date of your stay

I don't have a date
Nights
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Guests
2
Adults
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
+
-
Children
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
+
-
Child 1 age
Child 2 age
Child 3 age
Child 4 age
Child 5 age
Child 6 age
Child 7 age
Child 8 age
Child 9 age
Child 10 age
Child 11 age
Child 12 age
Child 13 age
Child 14 age
Child 15 age
Child 16 age
Child 17 age
Child 18 age
Child 19 age
Child 20 age
Done
Rooms
1 2
Find Search Hotels


ADVANCED SEARCH


Close Window Close Window
Star Ratings:




Hotel Types:
Airport Hotels
Boutique Hotels..
Castles & Count..
Character & Tra..
Cheap Hotels
City Hotels
Coast & Watersi..
Countryside Hot..
Disabled Friend..
Dog Friendly Ho..
Family Friendly..
Gourmet and Fin..
Hotels for Grou..
Hotels In Cardi..
Hotels in Manch..
Hotels In Scotl..
Hotels in the C..
Luxury Hotels
New Member Hote..
Romantic Break ..
Self-Catering
Spa & Pamper Ho..
Test HT 1
Personal Preferences:
Activities
Best Available ..
Disabled Rooms
Entertainment
Family Friendly..
Free Wifi
Golf in Local A..
Gym
Internet (Publi..
Leisure with po..
Lift
On Site Golf
Pets Allowed
Private Car Par..
Self Catering
Spa
Spa Bath in Bed..
Swimming (Local..
Walk-In Showers..
WiFi (Public Sp..


FIND MY HOTEL BREAK

SEARCH Hotel. City. Town. Region
e.g. 1 Room. 2 Adults. 2 Nights. Anywhere.
 * 345 hotels throughout the UK
 * 1000's of Offers
 * No Booking Fee
 * Pay when you stay
 * UK's no.1 leisure breaks provider
 * Established in 1996

Before you go, sign up to receive our latest deals before anyone else.

Please enter your email address and select your region so we can send you
relevant offers

Your Region:

Scotland & N. Ireland

N. England

S. England



No thanks, I would like to continue browsing

Select a region:


MY HOTEL RECOMMENDATIONS

From £348.00 pp


THE BIG BLUE HOTEL

Family Break (up to 4 sharing) : 2 nights BB + Wristbands 1 day
From £109.00 pp


GRETNA HALL HOTEL IN GRETNA GREEN

Special Offer: 2nights Bed & Breakfast + Main Meal first night & Glass of Wine &
10% off Top Brands at Gretna Green Retail Park
From £34.50 pp


LEONARDO HOTEL QUAYSIDE

Bed & Breakfast + Bottle of Prosecco, Costa Coffee & 10% Off Food / Drink
Gateshead
From £149.00 pp


ISLES OF GLENCOE HOTEL

Special Offer: 2 nights Bed & Breakfast + Dinner 1st night (Advance Purchase -
Pay Today)
Ballachulish
From £49.50 pp


FENWICK HOTEL

Special Offer: Dinner, Bed & Breakfast + Wine
Kilmarnock
From £76.50 pp


CARNOUSTIE GOLF HOTEL & SPA

Celebration Package: Dinner, Bed & Breakfast + Bottle of Prosecco & Box of
Chocolates
From £122.50 pp


AUCHRANNIE RESORT

Kids Go Free Break: Bed & Breakfast + Leisure for the Kids & 25% Off Games Hall
or Arran Adventure Session
Brodick
From £199.00 pp


BURNSIDE HOTEL

Special Offer: 2 nights Dinner Bed & Breakfast
Stratford Upon Avon
From £70.00 pp


GLENSKIRLIE CASTLE

Special Offer: Dinner Bed & Breakfast
Falkirk
From £54.50 pp


MERCURE DARLINGTON KINGS HOTEL

Special Offer Dinner, Bed & Breakfast + Bottle of Wine
Darlington
From £85.00 pp


ARROCHAR HOTEL

2 nights Bed & Breakfast + Dinner 1 night
Arrochar
From £175.00 pp


BARONY CASTLE HOTEL

Special Offer 2 nights Dinner, Bed & Breakfast
Peebles


 * 2 nights for 1
 * Late Deals

2 nights for 1
10 of 0 View all
 * 1
 * 2
 * 3

SW7 5AG UK
From £100pp


MTC TEST

MTC Test
London City
SW7 5AG UK
From £100pp


MTC TEST

MTC Test
London City
SW7 5AG UK
From £100pp


MTC TEST

MTC Test
London City
SW7 5AG UK
From £100pp


MTC TEST

MTC Test
London City
EH104EU UK
From £100pp


MTC TEST

MTC Test
Edinburgh
HG1 2HU UK
From £100pp


MTC TEST

MTC Test
Harrogate
HG1 2HU UK
From £100pp


MTC TEST

MTC Test
Harrogate
SW7 5AG UK
From £100pp


MTC TEST

MTC Test
London City
EH104EU UK
From £100pp


MTC TEST

MTC Test
Edinburgh
SW7 5AG UK
From £100pp


MTC TEST

MTC Test
London City

Late Deals
1 of 3 View all
EH104EU UK
From £200pp


!TEST HOTEL

Edinburgh

 * Top UK locations

Top UK locations
Edinburgh

Scone

Banf

Dinnet

Kinross


MY SPECIALS & EXCLUSIVES

0 of 6



MY HOTEL PARTNER OFFERS



BACK TO TOP
 * 345 hotels throughout the UK
 * 1000's of Offers
 * No Booking Fee
 * Pay when you stay
 * UK's no.1 leisure breaks provider
 * Established in 1996


GET HOTEL DEALS & NEWS BY EMAIL

Receive our latest deals before anyone else

sign up




BOOKINGS SECURED BY

 * Group 2 Created with Sketch.
 * Mastercard Created with Sketch.
 * 



CONNECT WITH US

 * 
 * 
 * 
 * 

 * Why Book With Us
 * About
 * FAQs
 * Things You Need to Know
 * Top 10's
 * Lodges
 * Destination Guide
 * Blog
 * Site Map
 * Meet the Team

 * Travel Trade
 * Hotel Partnerships

© Copyright 1996-2024 MyHotelBreak Staging.

 * free to book
   
 * no upfront payment
 * guaranteed best rates
 * manage booking online
 * no booking fee or deposits

We use cookies to ensure that we give you the best experience on our website. If
you continue without changing your settings, we'll assume that you are on board
with our cookie policy however, if you would like to, you can change your cookie
settings at any time.