www.bwhhotels.com Open in urlscan Pro
23.45.97.148  Public Scan

Submitted URL: https://www.bwhhotels.com/
Effective URL: https://www.bwhhotels.com/content/bwh-hotels/en_US.html
Submission: On October 04 via manual from AE — Scanned from DE

Form analysis 2 forms found in the DOM

<form id="guest-login-form" class="bwForm" autocomplete="off">
  <div class="modal-dialog">
    <div class="modal-content">
      <div class="loginHeader modal-header">
        <button type="button" class="close" data-dismiss="modal" aria-label="Close">
          <span aria-hidden="true">×</span>
        </button>
        <h4 class="modal-title">Account Login</h4>
      </div>
      <div class="modal-body">
        <div class="container-fluid">
          <div class="row">
            <div class="hidden" id="credentials-failed-error-msg">
              <div class="alert errorInfo">
                <span class="defaultMessage">Your security is important to us. Please verify your user name is correct before continuing.</span>
              </div>
            </div>
            <div class="formInput" id="login-credentials-container">
              <div class="form-group">
                <label for="guest-user-id-1">User ID</label>
                <input type="text" class="form-control" placeholder="Email or Member #" data-msg="Please Correct Email or Member Number" name="guest-user-id-1" id="guest-user-id-1" autocomplete="off" required="">
              </div>
              <div class="form-group">
                <label for="guest-password-1">Password</label>
                <input type="password" class="form-control" placeholder="Please Enter Password" data-msg="Please correct password" id="guest-password-1" autocomplete="off" required="">
              </div>
              <div class="loginLinksContainer">
                <div>
                  <a id="create-account-link">Create Account</a>
                </div>
                <div>
                  <a id="password-help-link" href="#">Password Help</a>
                </div>
              </div>
            </div>
            <!--/* captcha errors /*-->
            <div class="hidden" id="recaptcha-error-msg">
              <div class="row">
                <div class="col-xs-12 col-md-12">
                  <div class="alert errorInfo">
                    <span class="defaultMessage">The captcha is required and can't be empty</span>
                  </div>
                </div>
              </div>
            </div>
            <div class="hidden" id="recaptcha-validation-error-msg">
              <div class="row">
                <div class="col-xs-12 col-md-12">
                  <div class="alert errorInfo">
                    <span class="defaultMessage">Please re-enter captcha</span>
                  </div>
                </div>
              </div>
            </div>
            <!--/* GeeTest errors /*-->
            <div class="hidden" id="gt-error-msg">
              <div class="row">
                <div class="col-xs-12 col-md-12">
                  <div class="alert errorInfo">
                    <span class="defaultMessage">The gee test is required and can't be empty</span>
                  </div>
                </div>
              </div>
            </div>
            <div class="hidden" id="gt-validation-error-msg">
              <div class="row">
                <div class="col-xs-12 col-md-12">
                  <div class="alert errorInfo">
                    <span class="defaultMessage">Please re-enter information </span>
                  </div>
                </div>
              </div>
            </div>
            <div id="gt-policy-checkbox-container" class="svgCheckbox light hidden">
              <input type="checkbox" id="policy-agree-login-china" name="policy-agree-login-china" tabindex="0">
              <label for="policy-agree-login-china" id="policy-agree-label">
                <span></span>
                <span>I agree that information on my browser and device will be transferred to a third party</span>
              </label>
            </div>
            <div id="recaptcha-container" class="recaptchaContainer">
              <div class="row">
                <div class="col-xs-12 recaptcha-container">
                  <div class="form-group">
                    <div id="recaptcha" data-sitekey="6LdgsCITAAAAAJ16Uzo8Bgyj28pbXNnZPi30WOO7" data-type="normal"></div>
                  </div>
                </div>
              </div>
            </div>
            <div id="geeTest-container" class="geeTestContainer" data-page="/content/bwh-hotels/en_US">
              <div class="row">
                <div class="col-xs-12">
                  <div class="form-group">
                    <div id="geetest-captcha"></div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="modal-footer">
        <div class="container-fluid">
          <div class="row">
            <button id="login-button-modal-recaptcha" type="button" class="btn cmBtn cmBtnPrimary btnLogin"
              onclick="BestWestern.GuestLogin.loginBtnHandler(event,$('#guest-user-id-1').val() ,$('#guest-password-1').val(), $('#guest-login-form'))">LOG-IN</button>
          </div>
          <div class="row">
            <button id="gt-login-modal" type="button" class="hidden btn cmBtn cmBtnPrimary btnLogin" disabled="">LOG-IN</button>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

<form role="form" id="check-res-by-confirmation-form" autocomplete="off" novalidate="novalidate">
  <div class="panel-body">
    <div class="hidden" id="chk-res-info-top-error-msg">
      <div class="row">
        <div class="col-xs-12 col-md-12 col-lg-10 col-lg-offset-1">
          <div class="alert errorInfo">
            <span class="defaultMessage"></span>
          </div>
        </div>
      </div>
    </div>
    <div class="row">
      <div class="col-xs-12 col-md-12 loginDirectiveContainer">
        <div class="loginDirectiveText">Best Western Rewards® Members</div>
        <div class="loginDirectiveLinkText"><a href="#" class="checkReservationsLoginLink" id="login-directive-link">LOG-IN</a></div>
      </div>
      <div class="col-xs-12 col-md-12">
        <div class="form-group">
          <label for="check-res-first-name">First Name</label>
          <input type="text" class="form-control" data-msg="Please enter First Name" id="check-res-first-name" name="check-res-first-name" required="" aria-required="true">
        </div>
      </div>
      <div class="col-xs-12 col-md-12">
        <div class="form-group">
          <label for="check-res-last-name">LAST NAME</label>
          <input type="text" class="form-control" data-msg="Please enter Last Name" id="check-res-last-name" name="check-res-last-name" required="" aria-required="true">
        </div>
      </div>
      <div class="col-xs-12 col-md-12">
        <div class="form-group">
          <label for="check-res-confirmation">Confirmation Number</label>
          <input type="text" class="form-control" data-msg="Please enter CONFIRMATION Number" id="check-res-confirmation" name="check-res-confirmation" required="" aria-required="true">
        </div>
      </div>
    </div>
    <div class="row checkByConfirmationFooter slideButtonContainer">
      <div class="col-xs-12 col-md-6">
        <button type="button" class="btn cmBtn cmBtnPrimary confirmationCheckButton" onclick="BestWestern.ReservationsTab.checkReservation(event)">CHECK</button>
      </div>
    </div>
  </div>
</form>

Text Content

free-breakfast free-high-speed-internet accessible-room jetted-tub
kitchen-kitchenette non-smoking pet-friendly view

 * Menu
 * 

 * About BWH Hotels




Account Login

×

ACCOUNT LOGIN

Your security is important to us. Please verify your user name is correct before
continuing.
User ID
Password
Create Account
Password Help
The captcha is required and can't be empty
Please re-enter captcha
The gee test is required and can't be empty
Please re-enter information
I agree that information on my browser and device will be transferred to a third
party


LOG-IN
LOG-IN





Welcome to BWHSM Hotels




BWH HOTELS

BWH Hotels is a leading, global hospitality network comprised of three hotel
companies, including WorldHotelsTM, Best Western® Hotels & Resorts and SureStay
Hotels®.

Built on the foundation of Best Western Hotels & Resorts (BWHR), an iconic hotel
brand that boasts over 70 years of legacy and experience, BWH Hotels was formed
following BWHR’s acquisition of another renowned hotel brand, WorldHotels.
WorldHotels boasts a stunning collection of hotels and resorts in premier
destinations around the world in the upper upscale and luxury segments.

With SureStay Hotels already experiencing tremendous success in the economy
segment under the guidance of BWHR, the WorldHotels acquisition brought together
three standout companies and created a portfolio of hotel options in every
market segment – from economy to luxury.

BWH Hotels serves as the umbrella parent organization to each hotel company,
bringing a full-suite of options to travelers and developers, while also
protecting the unique identity of each brand. This creates a global network of
approximately 4,300 hotels across every chain scale segment, in over 100
countries and territories worldwide.

BWH Hotels brands include WorldHotels brands: WorldHotels Luxury, WorldHotels
Elite, WorldHotels Distinctive, and WorldHotels Crafted; Best Western Hotels &
Resorts brands: Best Western®, Best Western Plus®, Best Western Premier®,
Executive Residency by Best Western®, Vīb®, GLō®, Aiden®, Sadie®, BW Premier
Collection®, and BW Signature Collection®; and SureStay Hotels brands:
SureStay®, SureStay Plus®, SureStay Collection® and SureStay StudioSM.






ABOUT 

About BWH Hotels

Earth, People, Community


LOYALTY PROGRAMS 

Best Western Rewards

WorldHotels Rewards


DEVELOPMENT

Best Western Hotels & Resorts

WorldHotels

SureStay Hotels




© 2023 BWH Hotels



×

CHECK RESERVATION

Best Western Rewards® Members
LOG-IN
First Name
LAST NAME
Confirmation Number
CHECK

We use technology, such as cookies, to improve site functionality, personalize
content, and analyze web traffic. By clicking “accept” you agree that we may
also use tracking technology, such as cookies, for analytics and advertising
purposes.

Manage Preferences Accept



PRIVACY PREFERENCE CENTER




 * YOUR PRIVACY


 * STRICTLY NECESSARY COOKIES


 * FUNCTIONAL AND ANALYTICS COOKIES


 * TARGETING COOKIES

YOUR PRIVACY

When you visit any website, it may store or retrieve information on your
browser, mostly in the form of cookies. This information might be about you,
your preferences or your device and is mostly used to make the site work as you
expect it to. The information does not usually directly identify you, but it can
give you a more personalized web experience. Because we respect your right to
privacy, you can choose not to allow some types of cookies. Click on the
different category headings to find out more and change our default settings.
However, blocking some types of cookies may impact your experience of the site
and the services we are able to offer.

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms.    You can set your browser to
block or alert you about these cookies, but some parts of the site will not then
work. These cookies do not store any personally identifiable information.

Cookies Details‎

FUNCTIONAL AND ANALYTICS COOKIES

Functional and Analytics Cookies


These cookies enable the website to provide enhanced functionality and
personalisation. They may be set by us or by third party providers whose
services we have added to our pages.    If you do not allow these cookies then
some or all of these services may not function properly.

Cookies Details‎

TARGETING COOKIES

Targeting Cookies


These cookies may be set through our site by our advertising partners. They may
be used by those companies to build a profile of your interests and show you
relevant adverts on other sites.    They do not store directly personal
information, but are based on uniquely identifying your browser and internet
device. If you do not allow these cookies, you will experience less targeted
advertising.

Cookies Details‎
Back Button


BACK

Filter Button
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

 * View Third Party Cookies
    * Name
      cookie name


Clear
checkbox label label
Apply Cancel
Save Settings
Allow All



PRIVACY PREFERENCE CENTER




 * YOUR PRIVACY


 * STRICTLY NECESSARY COOKIES


 * FUNCTIONAL AND ANALYTICS COOKIES


 * TARGETING COOKIES

YOUR PRIVACY

When you visit any website, it may store or retrieve information on your
browser, mostly in the form of cookies. This information might be about you,
your preferences or your device and is mostly used to make the site work as you
expect it to. The information does not usually directly identify you, but it can
give you a more personalized web experience. Because we respect your right to
privacy, you can choose not to allow some types of cookies. Click on the
different category headings to find out more and change our default settings.
However, blocking some types of cookies may impact your experience of the site
and the services we are able to offer.

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms.    You can set your browser to
block or alert you about these cookies, but some parts of the site will not then
work. These cookies do not store any personally identifiable information.

Cookies Details‎

FUNCTIONAL AND ANALYTICS COOKIES

Functional and Analytics Cookies


These cookies enable the website to provide enhanced functionality and
personalisation. They may be set by us or by third party providers whose
services we have added to our pages.    If you do not allow these cookies then
some or all of these services may not function properly.

Cookies Details‎

TARGETING COOKIES

Targeting Cookies


These cookies may be set through our site by our advertising partners. They may
be used by those companies to build a profile of your interests and show you
relevant adverts on other sites.    They do not store directly personal
information, but are based on uniquely identifying your browser and internet
device. If you do not allow these cookies, you will experience less targeted
advertising.

Cookies Details‎
Back Button


BACK

Filter Button
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

 * View Third Party Cookies
    * Name
      cookie name


Clear
checkbox label label
Apply Cancel
Save Settings
Allow All