www.themontcalmlondoncity.co.uk Open in urlscan Pro
139.162.239.37  Public Scan

Submitted URL: http://themontcalmlondoncity.co.uk/
Effective URL: https://www.themontcalmlondoncity.co.uk/
Submission: On March 26 via api from GB — Scanned from GB

Form analysis 3 forms found in the DOM

Name: changeLanguagesFormPOST

<form name="changeLanguagesForm" id="changeLanguagesForm" action="" method="post">
  <input type="hidden" name="changeLanguage" id="changeLanguage" value="1">
  <input type="site_lang" name="site_lang" id="site_lang" value="en">
  <!--<select name="site_lang1" id="site_lang1" style="display: block !important;" onchange="this.form.submit();" >
                <option value="en"  selected="selected">English</option>
              <option value="de" >
			 German</option>
                <option value="fr" >
				French</option>
         </select>-->
</form>

Name: frmSearchPOST https://secure.themontcalmlondoncity.co.uk/en/reservation/roomdetails

<form method="post" name="frmSearch" id="frmSearch" action="https://secure.themontcalmlondoncity.co.uk/en/reservation/roomdetails">
  <input name="hdnAction" value="roomdetails" type="hidden">
  <input id="areaName" name="areaName" value="" type="hidden">
  <input id="currency" name="currency" value="" type="hidden">
  <input id="language" name="language" value="en" type="hidden">
  <input name="option" value="reservation" type="hidden">
  <input name="hdnJBE" value="JBE" type="hidden">
  <input id="labelValue" value="All Area" type="hidden">
  <input name="task" value="roomdetails" type="hidden">
  <input name="website_form" value="1" type="hidden">
  <div class="destination_wrapper">
    <p class="property">MAKE A RESERVATION <select class="destination" id="hdnHotelID" name="hdnHotelID" onchange="showhide_promo();">
        <option value="All">All </option>
        <option value="138329">Montcalm Royal London House - City of London</option>
        <option value="181">The Montcalm At The Brewery London City</option>
      </select>
    </p>
  </div>
  <div class="destination_wrapper">
    <p>TRAVEL DATES</p>
    <div class="check_in margin_check_in">
      <input title="Select Check In Date" placeholder="Check-in" readonly="" id="datepickerchechinT" name="datepickerchechin_1" value="26/03/2022" type="text" class="hasDatepicker">
      <input id="datepickerchechin" name="datepickerchechin" value="26/03/2022" type="hidden" class="hasDatepicker">
    </div>
    <div class="check_in">
      <input title="Select Check Out Date" placeholder="Check-out" readonly="" id="datepickerchechoutT" name="datepickerchechout_1" value="27/03/2022" class="hasDatepicker" type="text">
      <input id="datepickerchechout" name="datepickerchechout" value="27/03/2022" type="hidden" class="hasDatepicker">
    </div>
  </div>
  <div class="destination_wrapper">
    <div class="select_room_wrapper">
      <div class="select_room_main">
        <p>ROOM(s)</p><select name="no_room" class="select_room" id="lstRooms">
          <option value="1">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>
        </select>
      </div>
      <div class="promotion_code">
        <p>PROMOTION CODE</p><input type="text" value="" name="PromoCodeId" id="promotion_code" onblur="this.value=removeSpaces(this.value);">
      </div>
    </div>
  </div>
  <div class="booknow_home_main">
    <input class="login date-select-btn booknow_home" id="searchsubmit_widget" title="Search" value="BOOK NOW" type="submit">
    <script>
      $(function() {
        var sd = new Date();
        sd.setDate(sd.getDate() + 1);
        var currentDate = new Date();
        currentDate.setDate(currentDate.getDate());
        $('#datepickerchechinT').datepicker({
          onSelect: function(dateStr) {
            var d = $.datepicker.parseDate('d M yy', dateStr);
            var minAfterSelect = new Date(d.getTime());
            minAfterSelect.setDate(minAfterSelect.getDate() + 1);
            d.setDate(d.getDate() + 1); // Add three days
            $('#datepickerchechoutT').datepicker('option', 'minDate', minAfterSelect);
            $('#datepickerchechoutT').datepicker('setDate', d);
            setTimeout(function() {
              $("#datepickerchechoutT").datepicker('show');
            }, 16);
          },
          altField: '#datepickerchechin',
          altFormat: 'dd/mm/yy',
          dateFormat: 'dd M yy',
          buttonText: 'Select Check In Date',
          buttonImage: 'ASSETS_PATH/images/Calendaricon.png',
          //minDate: 0, 
          minDate: new Date(),
          maxDate: '+12M',
          beforeShow: function(input, inst) {
            var calendar = inst.dpDiv;
            setTimeout(function() {
              calendar.position({
                my: 'left top',
                at: 'left bottom',
                collision: 'none',
                of: input
              });
            }, 1);
          }
        });
        $('#datepickerchechoutT').datepicker({
          altField: '#datepickerchechout',
          altFormat: 'dd/mm/yy',
          dateFormat: 'dd M yy',
          buttonText: 'Select Check Out Date',
          buttonImage: '/images/Calendaricon.png',
          //minDate: 0, 
          minDate: new Date(),
          maxDate: '+12M',
          beforeShow: function(input, inst) {
            var calendar = inst.dpDiv;
            setTimeout(function() {
              calendar.position({
                my: 'right top',
                at: 'right bottom',
                collision: 'none',
                of: input
              });
            }, 1);
          }
        });
      });
      $('#region_hotel').change(function() {
        var region = $(this).val();
        var pos = region.search("_")
        //alert(pos);
        if (pos == -1) {
          $('#BookingEnginePromoCodeField').hide();
        } else {
          $('#BookingEnginePromoCodeField').show();
        }
        //BookingEnginePromoCodeField
      });
      $("#searchsubmit_widget").click(function() {
        var startDate = $('#datepickerchechin').val();
        var endDate = $('#datepickerchechout').val();
        if (startDate == "") {
          alert("Check In date should not be blank. ");
          return false;
        }
        if (startDate == "") {
          alert("Check Out date should not be blank. ");
          return false;
        }
        //return false;
      });
    </script>
  </div>
</form>

Name: formenewsPOST /enewsletter.htm

<form name="formenews" action="/enewsletter.htm" method="post" onsubmit="return checkeform1();">
  <input type="text" name="email" placeholder="Enter Your Email">
  <input type="submit" name="submit" value="SUBSCRIBE">
</form>

Text Content

X

We're glad you've found us, because we've a little treat for you...

Join The Montcalm Club and enjoy an exclusive 10% saving on the Best Available
Rate when booking direct.

sign me up

Language:

The Montcalm at the Brewery is NOW OPEN: Please click here for more details

 * Home
 * About Us
 * Packages
 * Location
 * Gallery
 * Contact Us
 * Sign In
 * Not a Member?
   Join Montcalm Club

HomeAbout UsPackagesLocationGalleryContact UsSign InNot a Member? Join Montcalm
Club
EN
 * EN
 * DE
 * FR
 * AR

 * Rooms & Suites
 * Restaurants & Bars
 * Meetings & Events
 * Wellbeing
 * Loyalty Programmes
 * Offers

Rooms & SuitesRestaurants & BarsMeetings & EventsWellbeingLoyalty
ProgrammesOffers
 

A Legacy of Elegance...

Effortless Elegance...

Landmark Location at The Heart of London City...

Live Eventful Life...

Spectacular Luxury...

Dining with Delight...





 * 0
 * 1
 * 2
 * 3
 * 4
 * 5


Reservations
Local Temperature
8°C
Local Date
26 March 2022
Local Time
09:10
Location
London

MAKE A RESERVATION All Montcalm Royal London House - City of London The Montcalm
At The Brewery London City

TRAVEL DATES




ROOM(s)

1 2 3 4 5 6 7 8 9 10

PROMOTION CODE


>View/ Modify/Cancel Reservation
>Best Rate Guaranteed
>Call Toll Free Today

EXPERIENCE




The Montcalm at the Brewery wears its quirky heritage with pride, an
award-winning transformation from historic brewery to handsome five star hotel.
With period features at every turn, it stays faithful to its past as the
eighteenth century base of Whitbread & Co, but it’s also every inch the
twenty-first century hotel you’d expect of a superbly central City of London
location. A refreshing blend of elegance and informality, it’s the ideal urban
retreat, welcoming wide-eyed explorers and time-pressed business travellers
alike to the true heart of London.

* Please note that the check-in time is 2:00pm and check-out time is 12:00 noon.




 * 10% off our Best Available Rate and a little treat.
   
   A treat from us to you, exclusively for TMC members.
   
   More infoT&C apply*


 * TRADITIONAL AFTERNOON TEA
   
   An enticing blend of classic and contemporary tastes,
   
   taking tea with a twist is an essential indulgence at the Montcalm at the
   Brewery.
   Available Monday to Friday 3.30pm - 5.30pm
   
   More info


 * PAMPERING MOMENTS
   
    
   
   
   Be inspired with our personalised services.
   
    
   
   
    
   
   
   More InfoT&C apply*

EXPERIENCE


LUXURY LIFESTYLE


 * BICESTER VILLAGE CHAMPAGNE SHOPPER
   
   When Europe's premier luxury outlet shopping destination is this easy to get
   to, and with a 10% saving too...
   
   READ MORE


 * SUPER SALE
   
   Begin to plan that special trip to London you have long looked forward to and
   The Montcalm at The Brewery London...
   
   READ MORE


 * CORPORATE LIFE
   
   Mix business with pleasure and feel the stress of the day melt away. Your
   Club Room stay comes...
   
   READ MORE

Grand Ballroom at the Montcalm

 * Complimentary Broadband

   

 * Advance Purchase

 * Chiswell Street Dining Rooms

 * Pillow Menu

 * Unique Aroma

 * Meetings & Events

 * Weddings

 * Super Sale

ABOUT


THE MONTCALM

 * How to reach us
 * Montcalm Videos
 * Photo Gallery

ABOUT


LONDON WEATHER


TODAY


8°



March 26
°C
  /  °C
%
Km/h





Connect with us






Book Online or
Call 0800 2888 100 / +44 (0) 20 7479 2233
WhatsApp +44(0) 2074 792 233
Best Rate Guaranteed


USEFUL LINKS

 * Videos
 * Restaurant & Bars
 * Wellbeing
 * Offers


INQUIRIES

 * About The Montcalm
 * Contact Us


DISCOVER THE MONTCALM LUXURY HOTELS




Learn More


E-NEWSLETTER SIGN UP

Please enter your email to receive our monthly
e-newsletters


 * 
 * 
 * 
 * 
   

 * 
 * 
 * 
 * 
 * 


 * About Us
 * Contact Us
 * Corporate Account
 * Guest Reviews
 * Customer Care
 * E-Newsletter Sign Up
 * Awards
 * Google Map
 * Location
 * Terms & Conditions
 * Privacy Policy
 * Bookmark Site
 * Send to Friend
 * Careers
 * Explore The Area
 * No Booking Fee
 * Concierge Services
 * Events Calendar
 * Site map
 * Corporate Policy
 * Environmental Commitment
 * Blog
 * The Montcalm for Families
 * The Montcalm London Marble Arch
 * Heritage Value Recall The History
 * COVID-19 update



 * Company Name: Montcalm Hotel (London) Limited.
 * Registered Office Address: 27 Devonshire Terrace, London W2 3DP.
 * Location in Uk Of Company: 2, Wallenberg Place, London, W1H 7TN
 * Registration: England.
 * Company Registration 1895614.
 * Vat Number 417 7206 58
 * Copyright 2022 The Montcalm London



You can get the Guaranteed Best Available Rate when you book your reservation at
www.themontcalmlondoncity.co.uk

If during the next 24 hours you find a lower publicly available rate for the
same hotel, room type and reservation dates on another website, please submit a
claim form and we will match the competing rate plus a 10% discount. Terms and
Conditions apply.



By continuing to browse the site, you agree to the use of cookies. To find out
more about our privacy and cookie policy Click here. Accept Cookies