msreserved.com Open in urlscan Pro
76.74.132.140  Public Scan

Submitted URL: https://msreserved.com/mailcast/rdr?mailcastId=2055&recipientId=57072219&clientId=4633513&url=https%3A%2F%2Fmsreserved....
Effective URL: https://msreserved.com/offers/entertainment?aep3=809L4V&utm_content=entertainment_lnk&utm_source=mailcast&utm_medium=em...
Submission: On June 28 via api from US — Scanned from CA

Form analysis 19 forms found in the DOM

Name: client-action:formPOST /client/partner-offers.jsf

<form id="client-action:form" name="client-action:form" method="post" action="/client/partner-offers.jsf" enctype="application/x-www-form-urlencoded">
  <input type="hidden" name="client-action:form" value="client-action:form">
  <a id="client-action:form:custom-action" href="#" onclick="mojarra.ab(this,event,'action','@this','@this',{'params':{'menuItemId':'!menuItemId!','benefitId':'!objectId!','category':'!category!','action':'!action!','redirect':'!redirect!','source':'!source!','target':'!target!','value':'!value!'}});return false" class="hidden-action"></a><a id="client-action:form:go-to-my-account" href="#" onclick="mojarra.ab(this,event,'action','@this','@none',{'params':{'category':'links','action':'Go to my account','source':'/client/partner-offers.jsf','target':'/client/partner-offers.jsf','value':'http://www.morganstanleyclientserv.com'}});return false" class="hidden-action"></a><a id="client-action:form:logout" href="#" onclick="mojarra.ab(this,event,'action','@this','@none',{'params':{'category':'links','action':'Logout','source':'/client/partner-offers.jsf','target':'/client/index.jsf'}});return false" class="hidden-action"></a><input
    type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:0" value="-884496939789563828:581243717273776624" autocomplete="off">
</form>

Name: top-menu:search-formPOST /client/partner-offers.jsf

<form id="top-menu:search-form" name="top-menu:search-form" method="post" action="/client/partner-offers.jsf" enctype="application/x-www-form-urlencoded">
  <input type="hidden" name="top-menu:search-form" value="top-menu:search-form">
  <div class="wrap-search-input"><input id="top-menu:search-form:query" type="text" name="top-menu:search-form:query" autocomplete="off" class="form-control" onkeypress="onSubmitTopSearch(event)" placeholder="Search"></div>
  <a id="top-menu:search-form:search-button" href="#" style="display: none" onclick="mojarra.ab(this,event,'action','top-menu:search-form:query','top-menu:search-results',{'onevent':onTopMenuSearch,'onerror':onTopMenuSearchError});return false"></a>
  <div class="header-search-form-close">
    <i class="icon-close"></i>
  </div>
  <div class="search-btn"><a id="top-menu:search-form:search-btn-top" href="#" onclick="mojarra.jsfcljs(document.getElementById('top-menu:search-form'),{'top-menu:search-form:search-btn-top':'top-menu:search-form:search-btn-top'},'');return false">
                                <i class="icon-search"></i></a>
  </div><input type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:1" value="-884496939789563828:581243717273776624" autocomplete="off">
</form>

Name: top-menu:search-resultsPOST /client/partner-offers.jsf

<form id="top-menu:search-results" name="top-menu:search-results" method="post" action="/client/partner-offers.jsf" class="header-info" enctype="application/x-www-form-urlencoded" style="display: none;">
  <input type="hidden" name="top-menu:search-results" value="top-menu:search-results">
  <div id="loader-container" style="display: none">
    <ul class="header-info-list">
      <li>
        <div class="header-info-content" style="text-align: center;">
          <div class="throbber-loader"></div>
        </div>
      </li>
    </ul>
  </div><input type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:2" value="-884496939789563828:581243717273776624" autocomplete="off">
</form>

Name: top-menu:j_idt168POST /client/partner-offers.jsf

<form id="top-menu:j_idt168" name="top-menu:j_idt168" method="post" action="/client/partner-offers.jsf" enctype="application/x-www-form-urlencoded">
  <input type="hidden" name="top-menu:j_idt168" value="top-menu:j_idt168">
  <script type="text/javascript">
    initMenu();
    initSubmenu();
    initHeaderSection();
    if (navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/iPad/i)) {
      $('.header-search-btn').on("mousedown ", handleSearchBtnClick);
    } else {
      $('.header-search-btn').click(handleSearchBtnClick);
      $('#top-menu\\:search-form\\:query').focus(handleSearchBtnFocus);
    }

    function handleSearchBtnFocus(e) {
      e.preventDefault();
      $('body').addClass('search-open');
      $('body').removeClass('open-menu');
      var headerInfo = $('form.header-info');
      if (headerInfo.has('.header-info-list .header-info-container').length || headerInfo.has('.found-null').length) {
        // headerInfo.show();
      }
    }

    function handleSearchBtnClick(e) {
      e.preventDefault();
      $('body').addClass('search-open');
      // $('#top-menu\\:search-form\\:query').trigger('focus');
      setFocus($('#top-menu\\:search-form\\:query'));
      $('body').removeClass('open-menu');
      var headerInfo = $('form.header-info');
      if (headerInfo.has('.header-info-list .header-info-container').length || headerInfo.has('.found-null').length) {
        if ($('.wrap-search-input input').val().length > 0) {
          headerInfo.show();
        }
      }
    }
    var timer, value;
    var inputQuery = $('#top-menu\\:search-form\\:query');
    inputQuery.bind('input', function() {
      clearTimeout(timer);
      var str = $(this).val();
      if (value !== str && str.trim()) {
        timer = setTimeout(function() {
          value = str;
          $('#top-menu\\:search-form\\:search-button').click();
        }, 500);
        $('#top-menu\\:search-results').show();
        $('#loader-container').show();
      } else {
        $('#loader-container').hide();
        $('#top-menu\\:search-results').hide();
        $('#top-menu\\:search-form\\:search-button').click();
      }
    });
    if (inputQuery.val().trim()) {
      $('#top-menu\\:search-results').show();
    }
    $('.header-search-form-close').click(function() {
      $('#top-menu\\:search-form\\:query').val('').trigger('input');
      $('body').removeClass('search-open');
    });
    /*$('.header-search-form-btn').click(function () {
        searchResultsPage();
        // searchResultsTopMenu({query: $('#top-menu\\:search-form\\:query').val()});
    });*/
    function onTopMenuSearch(data) {
      if (data.status === "success") {
        $('#loader-container').hide();
        if (inputQuery.val().trim()) $('#top-menu\\:search-results').show();
        else $('#top-menu\\:search-results').hide();
      }
    }

    function onTopMenuSearchError(error) {
      $('#loader-container').hide();
      $('#top-menu\\:search-results').hide();
    }

    function onSubmitTopSearch(event) {
      if (event.which === 13) {
        event.preventDefault();
        $('#top-menu\\:search-form\\:search-btn-top').click();
        // searchResultsPage();
        return false;
      }
    }
    /*$('.header-search-btn').click(function () {
        $('.header-search-form').show();
        $('body').removeClass('open-menu');
        $('#top-menu\\:search-form\\:query').trigger('focus');
    });*/
    $('#top-menu\\:search-results').hide();
  </script><input type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:3" value="-884496939789563828:581243717273776624" autocomplete="off">
</form>

Name: offersList:offers-filter:offers-filter-formPOST /client/partner-offers.jsf

<form id="offersList:offers-filter:offers-filter-form" name="offersList:offers-filter:offers-filter-form" method="post" action="/client/partner-offers.jsf" class="filters" enctype="application/x-www-form-urlencoded">
  <input type="hidden" name="offersList:offers-filter:offers-filter-form" value="offersList:offers-filter:offers-filter-form">
  <div class="filter filter-desktop">
    <div class="filter-title">More Filters <i class="icon-chevron-bottom"></i></div>
    <div class="filter-container">
      <div class="filter-content">
        <div class="form-checkbox"><input id="offersList:offers-filter:offers-filter-form:international" type="checkbox" name="offersList:offers-filter:offers-filter-form:international" data-id="international">
          <label for="offersList:offers-filter:offers-filter-form:international">
            <h6>International</h6>
            <p>Offers that can be redeemed by clients outside of the U.S.</p>
          </label>
        </div>
        <div class="form-checkbox"><input id="offersList:offers-filter:offers-filter-form:limited-time" type="checkbox" name="offersList:offers-filter:offers-filter-form:limited-time" data-id="limited-time">
          <label for="offersList:offers-filter:offers-filter-form:limited-time">
            <h6>Limited-Time Offers</h6>
          </label>
        </div>
        <div class="filter-content-bottom">
          <button type="button" class="btn-clear">Clear</button><input id="offersList:offers-filter:offers-filter-form:j_idt227" type="submit" name="offersList:offers-filter:offers-filter-form:j_idt227" value="Apply" class="btn btn-sm"
            onclick="mojarra.ab(this,event,'action','@form','@form offersList:filtered-result',{'onevent':onFilterOffersEvent});return false">
        </div>
      </div>
    </div>
  </div>
  <div class="filter filter-desktop">
    <div class="filter-title">Sort By <i class="icon-chevron-bottom"></i></div>
    <div class="filter-container">
      <div class="filter-content">
        <div class="form-checkbox"><input type="radio" checked="checked" name="offersList:offers-filter:offers-filter-form:offers-radio-sort" id="offersList:offers-filter:offers-filter-form:most-recent"
            value="offersList:offers-filter:offers-filter-form:most-recent:recent" data-id="most-recent">
          <label for="offersList:offers-filter:offers-filter-form:most-recent">
            <h6>Most Recent</h6>
          </label>
        </div>
        <div class="form-checkbox"><input type="radio" name="offersList:offers-filter:offers-filter-form:offers-radio-sort" id="offersList:offers-filter:offers-filter-form:most-popular"
            value="offersList:offers-filter:offers-filter-form:most-popular:popular" data-id="most-popular">
          <label for="offersList:offers-filter:offers-filter-form:most-popular">
            <h6>Most Popular</h6>
          </label>
        </div>
        <div class="form-checkbox"><input type="radio" name="offersList:offers-filter:offers-filter-form:offers-radio-sort" id="offersList:offers-filter:offers-filter-form:alphabetically"
            value="offersList:offers-filter:offers-filter-form:alphabetically:alphabetically" data-id="alphabetically">
          <label for="offersList:offers-filter:offers-filter-form:alphabetically">
            <h6>Alphabetically</h6>
          </label>
        </div>
        <div class="filter-content-bottom">
          <button type="button" class="btn-clear">Clear</button><input id="offersList:offers-filter:offers-filter-form:j_idt235" type="submit" name="offersList:offers-filter:offers-filter-form:j_idt235" value="Apply" class="btn btn-sm"
            onclick="mojarra.ab(this,event,'action','@form','@form offersList:filtered-result',{'onevent':onFilterOffersEvent});return false">
        </div>
      </div>
    </div>
  </div>
  <div class="filter filter-mobile">
    <div class="filter-title">Filters <i class="icon-chevron-bottom"></i></div>
    <div class="filter-container">
      <div class="filter-container-close"><i class="icon-close"></i></div>
      <div class="filter-container-title">Filters</div>
      <div class="filter-container-clear">Clear</div>
      <div class="filter-content-wrap">
        <div class="filter-content">
          <div class="filter-content-title">More Filters</div>
          <div class="form-checkbox"><input id="offersList:offers-filter:offers-filter-form:mobile-international" type="checkbox" name="offersList:offers-filter:offers-filter-form:mobile-international" data-id="international">
            <label for="offersList:offers-filter:offers-filter-form:mobile-international">
              <h6>International</h6>
              <p>Offers that can be redeemed by clients outside of the U.S.</p>
            </label>
          </div>
          <div class="form-checkbox"><input id="offersList:offers-filter:offers-filter-form:mobile-limited-time" type="checkbox" name="offersList:offers-filter:offers-filter-form:mobile-limited-time" data-id="limited-time">
            <label for="offersList:offers-filter:offers-filter-form:mobile-limited-time">
              <h6>Limited-Time</h6>
            </label>
          </div>
        </div>
        <div class="filter-content">
          <div class="filter-content-title">Sort By</div>
          <div class="form-checkbox"><input type="radio" checked="checked" name="offersList:offers-filter:offers-filter-form:offers-radio-sort1" id="offersList:offers-filter:offers-filter-form:mobile-most-recent"
              value="offersList:offers-filter:offers-filter-form:mobile-most-recent:recent" data-id="most-recent">
            <label for="offersList:offers-filter:offers-filter-form:mobile-most-recent">
              <h6>Most Recent</h6>
            </label>
          </div>
          <div class="form-checkbox"><input type="radio" name="offersList:offers-filter:offers-filter-form:offers-radio-sort1" id="offersList:offers-filter:offers-filter-form:mobile-most-popular"
              value="offersList:offers-filter:offers-filter-form:mobile-most-popular:popular" data-id="most-popular">
            <label for="offersList:offers-filter:offers-filter-form:mobile-most-popular">
              <h6>Most Popular</h6>
            </label>
          </div>
          <div class="form-checkbox"><input type="radio" name="offersList:offers-filter:offers-filter-form:offers-radio-sort1" id="offersList:offers-filter:offers-filter-form:mobile-most-alphabetically"
              value="offersList:offers-filter:offers-filter-form:mobile-most-alphabetically:alphabetically" data-id="alphabetically">
            <label for="offersList:offers-filter:offers-filter-form:mobile-alphabetically">
              <h6>Alphabetically</h6>
            </label>
          </div>
        </div>
      </div>
      <div class="filter-content-fixed"><input id="offersList:offers-filter:offers-filter-form:j_idt250" type="submit" name="offersList:offers-filter:offers-filter-form:j_idt250" value="Show Results" class="btn"
          onclick="mojarra.ab(this,event,'action','@form','@form offersList:filtered-result',{'onevent':onFilterOffersEvent});return false">
      </div>
    </div>
  </div><input type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:4" value="-884496939789563828:581243717273776624" autocomplete="off">
</form>

Name: common-popups:login:code-formPOST /client/partner-offers.jsf

<form id="common-popups:login:code-form" name="common-popups:login:code-form" method="post" action="/client/partner-offers.jsf" class="modal_form submit-button-container" enctype="application/x-www-form-urlencoded"
  onkeypress="if (event.keyCode === 13) return false;">
  <input type="hidden" name="common-popups:login:code-form" value="common-popups:login:code-form">
  <input id="common-popups:login:code-form:expiredPassword" type="hidden" name="common-popups:login:code-form:expiredPassword" value="false">
  <div class="modal_form-content">
    <div class="form-group"><input id="common-popups:login:code-form:email" type="text" name="common-popups:login:code-form:email" class="form-control submit-input-source email-for-pass-hint form-email " maxlength="255" placeholder="Email address"
        required="true"><span id="common-popups:login:code-form:msg_email"></span>
    </div>
    <div class="form-group"><input id="common-popups:login:code-form:password" type="password" name="common-popups:login:code-form:password" autocomplete="off" value="" maxlength="30" class="form-control form-control-padding submit-input-source "
        placeholder="Password" required="true"><span id="common-popups:login:code-form:msg_password"></span>
      <div class="form-question">
        <i id="loginHint" class="icon-question"></i><span id="common-popups:login:code-form:password-hint" style="display: none"></span><input id="common-popups:login:code-form:update-pass-hint" type="submit"
          name="common-popups:login:code-form:update-pass-hint" value="" style="display: none;"
          onclick="mojarra.ab(this,event,'action','common-popups:login:code-form:email','common-popups:login:code-form:password-hint',{'onevent':onUpdatePasswordHint});return false">
      </div>
      <div class="forgot-your-password">
        <a href="javascript:void(0);" onclick="toggleVisibility('password-confirmation', 'password-form'); switchFormModal('#login-form', '#forgot-password-form'); return false;">Forgot your password</a>
      </div>
    </div>
    <div class="modal_form-remember">
      <p>If you’d like to log in automatically next time you visit the site, please click ‘Remember Me’</p>
      <div class="form-checkbox"><input id="common-popups:login:code-form:remember-me" type="checkbox" name="common-popups:login:code-form:remember-me">
        <label for="common-popups:login:code-form:remember-me">Remember me</label>
      </div>
    </div>
  </div>
  <div class="modal_form-btn">
    <div><input id="common-popups:login:code-form:continue2" type="submit" name="common-popups:login:code-form:continue2" value="Log In" class="btn submit-target-button"
        onclick="jsf.util.chain(this,event,'return validateForm1(this);','mojarra.ab(this,event,\'action\',\'@form\',\'@form top-menu:user top-menu:bell-area-form page-content poll-form audience-context:audience-context footer:footer footer:footer-band\',{\'onevent\':onLoginEvent,\'params\':{\'category\':\'login\',\'action\':\'login\',\'source\':\'login.jsf\',\'target\':\'index.jsf\',\'refObjectId\':\'\'}})');return false">
    </div>
    <div>
      <a href=":javascript" onclick="switchFormModal('#login-form', '#register-form'); return false;">Not Enrolled?</a>
    </div>
  </div>
  <div class="modal-footer">
    <p>Problems logging in? Call <a class="phone" href="tel:18777996772">1-877-799-6772</a></p>
  </div>
  <div class="modal-footer-height"></div><input type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:5" value="-884496939789563828:581243717273776624" autocomplete="off">
</form>

Name: common-popups:register:code-formPOST /client/partner-offers.jsf

<form id="common-popups:register:code-form" name="common-popups:register:code-form" method="post" action="/client/partner-offers.jsf" class="modal_form submit-button-container modal_sign_up-form" enctype="application/x-www-form-urlencoded"
  onkeypress="if (event.keyCode === 13) return false;">
  <input type="hidden" name="common-popups:register:code-form" value="common-popups:register:code-form">
  <div class="modal_form-content"><input id="common-popups:register:code-form:unique-code" type="hidden" name="common-popups:register:code-form:unique-code">
    <div class="form-group"><input id="common-popups:register:code-form:email" type="text" name="common-popups:register:code-form:email" class="form-control submit-input-source email-for-pass-hint form-email " maxlength="255"
        placeholder="Enter Email Address" required="true"><span id="common-popups:register:code-form:msg_email"></span>
    </div>
    <div class="form-group"><input id="common-popups:register:code-form:confirm-email" type="text" name="common-popups:register:code-form:confirm-email" class="form-control submit-input-source " maxlength="255" placeholder="Confirm Email Address"
        required="true"><span id="common-popups:register:code-form:msg_confirm-email"></span>
    </div>
    <div class="form-group"><input id="common-popups:register:code-form:password" type="password" name="common-popups:register:code-form:password" autocomplete="off" maxlength="30" class="form-control submit-input-source "
        placeholder="Create Password" required="true"><span id="common-popups:register:code-form:msg_password"></span>
    </div>
  </div>
  <div class="modal_sign_up-text">
    <p>Your password must be at least eight characters long with at least one number and capital letter. Passwords are valid up to one year.</p>
    <p>By clicking "Get Started", I agree that I have read and accepted the <a href="/pages/terms">terms &amp; conditions</a>
    </p>
  </div>
  <div class="modal_sign_up-btn"><input id="common-popups:register:code-form:continue1" type="submit" name="common-popups:register:code-form:continue1" value="Get Started" class="btn btn-lg submit-target-button"
      onclick="jsf.util.chain(this,event,'return validateForm1(this);','mojarra.ab(this,event,\'action\',\'@form\',\'@form top-menu:user top-menu:bell-area-form page-content poll-form audience-context:audience-context footer:footer footer:footer-band\',{\'onevent\':onRegisterEvent,\'params\':{\'category\':\'login\',\'action\':\'login\',\'source\':\'login.jsf\',\'target\':\'index.jsf\',\'register\':\'\',\'refObjectId\':\'\'}})');return false">
  </div><input type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:6" value="-884496939789563828:581243717273776624" autocomplete="off">
</form>

Name: common-popups:register:j_idt410POST /client/partner-offers.jsf

<form id="common-popups:register:j_idt410" name="common-popups:register:j_idt410" method="post" action="/client/partner-offers.jsf" class="modal_form modal_sign_up-form" enctype="application/x-www-form-urlencoded">
  <input type="hidden" name="common-popups:register:j_idt410" value="common-popups:register:j_idt410">
  <div class="modal_sign_up-footer"> Already enrolled? <a href="javascript:void(0);" onclick="switchFormModal('#register-form', '#login-form'); return false;">Log In</a>
  </div>
  <div class="modal_sign_up-footer_bottom">
    <p>Questions? Call <a class="phone" href="tel:18777996772">1-877-799-6772</a>.</p>
  </div><input type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:7" value="-884496939789563828:581243717273776624" autocomplete="off">
</form>

Name: common-popups:forgot-password:code-formPOST /client/partner-offers.jsf

<form id="common-popups:forgot-password:code-form" name="common-popups:forgot-password:code-form" method="post" action="/client/partner-offers.jsf" class="modal_form submit-button-container" enctype="application/x-www-form-urlencoded"
  onkeypress="if (event.keyCode === 13) return false;">
  <input type="hidden" name="common-popups:forgot-password:code-form" value="common-popups:forgot-password:code-form">
  <input id="common-popups:forgot-password:code-form:expiredPassword" type="hidden" name="common-popups:forgot-password:code-form:expiredPassword" value="false">
  <div class="modal_form-content">
    <div class="form-group"><input id="common-popups:forgot-password:code-form:email" type="text" name="common-popups:forgot-password:code-form:email" class="form-control submit-input-source email-for-pass-hint form-email " maxlength="320"
        placeholder="Enter Email Address" required="true"><span id="common-popups:forgot-password:code-form:msg_email"></span>
    </div>
  </div>
  <div class="modal_form-text" style="max-width: 340px">
    <p>Note: If you don’t receive an email, please check your spam folder.</p>
  </div>
  <div class="modal_form-btn">
    <div><input id="common-popups:forgot-password:code-form:continue2" type="submit" name="common-popups:forgot-password:code-form:continue2" value="Continue" class="btn submit-target-button"
        onclick="jsf.util.chain(this,event,'return validateForm1(this);','mojarra.ab(this,event,\'action\',\'@form\',\'@form top-menu:user top-menu:bell-area-form page-content poll-form audience-context:audience-context footer:footer footer:footer-band\',{\'onevent\':onSubmitForgotPasswordEvent,\'params\':{\'category\':\'login\',\'action\':\'forgot-password\',\'source\':\'login.jsf\',\'target\':\'index.jsf\',\'refObjectId\':\'\'}})');return false">
    </div>
    <div>
      <a href="javascript:void(0);" onclick="switchFormModal('#forgot-password-form', '#login-form'); return false;">Back to Login</a>
    </div>
  </div><input type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:8" value="-884496939789563828:581243717273776624" autocomplete="off">
</form>

#

<form class="modal_form" action="#">
  <div class="modal_form-btn">
    <div>
      <button type="submit" class="btn" onclick="closeFormModal('#forgot-password-form'); return false;">OK</button>
    </div>
  </div>
</form>

Name: common-popups:new-password:code-formPOST /client/partner-offers.jsf

<form id="common-popups:new-password:code-form" name="common-popups:new-password:code-form" method="post" action="/client/partner-offers.jsf" class="modal_form submit-button-container" enctype="application/x-www-form-urlencoded"
  onkeypress="if (event.keyCode === 13) return false;">
  <input type="hidden" name="common-popups:new-password:code-form" value="common-popups:new-password:code-form">
  <div class="modal_form-content">
    <div class="form-group"><input id="common-popups:new-password:code-form:password" type="password" name="common-popups:new-password:code-form:password" autocomplete="off" value="" maxlength="30" class="form-control submit-input-source "
        placeholder="New Password" required="true"><span id="common-popups:new-password:code-form:msg_password"></span>
    </div>
    <div class="form-group modal-login-note"> NOTE: Your password must be at least eight characters long with at least one number and capital letter. Passwords are valid up to one year. </div>
    <div class="form-group"><input id="common-popups:new-password:code-form:confirm-password" type="password" name="common-popups:new-password:code-form:confirm-password" autocomplete="off" value="" maxlength="30"
        class="form-control submit-input-source " placeholder="Confirm Password" required="true"><span id="common-popups:new-password:code-form:msg_confirm_password"></span>
    </div>
  </div>
  <div class="modal_form-btn">
    <div><input id="common-popups:new-password:code-form:continue" type="submit" name="common-popups:new-password:code-form:continue" value="Continue" class="btn submit-target-button"
        onclick="jsf.util.chain(this,event,'return validateForm1(this);','mojarra.ab(this,event,\'action\',\'@form\',\'@form top-menu:user top-menu:bell-area-form page-content poll-form audience-context:audience-context footer:footer footer:footer-band\',{\'onevent\':onNewPasswordEvent,\'params\':{\'refObjectId\':\'\'}})');return false">
    </div>
  </div><input type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:9" value="-884496939789563828:581243717273776624" autocomplete="off">
</form>

Name: common-popups:change-password:code-formPOST /client/partner-offers.jsf

<form id="common-popups:change-password:code-form" name="common-popups:change-password:code-form" method="post" action="/client/partner-offers.jsf" class="modal_form submit-button-container" enctype="application/x-www-form-urlencoded"
  onkeypress="if (event.keyCode === 13) return false;">
  <input type="hidden" name="common-popups:change-password:code-form" value="common-popups:change-password:code-form">
  <div class="modal_form-content">
    <div class="form-group"><input id="common-popups:change-password:code-form:old-password" type="password" name="common-popups:change-password:code-form:old-password" autocomplete="off" value="" maxlength="30"
        class="form-control submit-input-source " placeholder="Old Password" required="true"><span id="common-popups:change-password:code-form:msg_old-password"></span>
    </div>
    <div class="form-group"><input id="common-popups:change-password:code-form:new-password" type="password" name="common-popups:change-password:code-form:new-password" autocomplete="off" value="" maxlength="30"
        class="form-control submit-input-source " placeholder="New Password" required="true"><span id="common-popups:change-password:code-form:msg_new-password"></span>
    </div>
    <div class="form-group modal-login-note"> NOTE: Your password must be at least eight characters long with at least one number and capital letter. Passwords are valid up to one year. </div>
    <div class="form-group"><input id="common-popups:change-password:code-form:confirm-password" type="password" name="common-popups:change-password:code-form:confirm-password" autocomplete="off" value="" maxlength="30"
        class="form-control submit-input-source " placeholder="Confirm Password" required="true"><span id="common-popups:change-password:code-form:msg_confirm-password"></span>
    </div>
  </div>
  <div class="modal_form-btn">
    <div><input id="common-popups:change-password:code-form:continue" type="submit" name="common-popups:change-password:code-form:continue" value="Continue" class="btn submit-target-button"
        onclick="jsf.util.chain(this,event,'return validateForm1(this);','mojarra.ab(this,event,\'action\',\'@form\',\'@form top-menu:user top-menu:bell-area-form page-content poll-form audience-context:audience-context footer:footer footer:footer-band\',{\'onevent\':onChangePassEvent,\'params\':{\'refObjectId\':\'\'}})');return false">
    </div>
  </div><input type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:10" value="-884496939789563828:581243717273776624" autocomplete="off">
</form>

Name: common-popups:get-code:code-formPOST /client/partner-offers.jsf

<form id="common-popups:get-code:code-form" name="common-popups:get-code:code-form" method="post" action="/client/partner-offers.jsf" class="modal_form submit-button-container" enctype="application/x-www-form-urlencoded"
  onkeypress="if (event.keyCode === 13) return false;">
  <input type="hidden" name="common-popups:get-code:code-form" value="common-popups:get-code:code-form">
  <div class="modal_form-content">
    <div class="form-group"><input id="common-popups:get-code:code-form:email" type="text" name="common-popups:get-code:code-form:email" class="form-control submit-input-source email-for-pass-hint form-email " maxlength="320"
        placeholder="Enter Email Address" required="true"><span id="common-popups:get-code:code-form:msg_email" class="has-error"></span>
    </div>
  </div>
  <div class="modal_form-btn modal_form-btn2">
    <div><input id="common-popups:get-code:code-form:continue2" type="submit" name="common-popups:get-code:code-form:continue2" value="Send Code" class="btn submit-target-button"
        onclick="jsf.util.chain(this,event,'return validateForm1(this);','mojarra.ab(this,event,\'action\',\'@form\',\'@form\',{\'onevent\':onGetCodeEvent,\'params\':{\'category\':\'login\',\'action\':\'login\',\'target\':\'index.jsf\'}})');return false">
    </div>
    <div>
      <a href="javascript:void(0);" onclick="switchFormModal('#get-code-form', '#register-form'); return false;">Back to Enroll</a>
    </div>
  </div><input type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:11" value="-884496939789563828:581243717273776624" autocomplete="off">
</form>

Name: common-popups:set-pass-signin:code-formPOST /client/partner-offers.jsf

<form id="common-popups:set-pass-signin:code-form" name="common-popups:set-pass-signin:code-form" method="post" action="/client/partner-offers.jsf" class="modal_form submit-button-container" enctype="application/x-www-form-urlencoded"
  onkeypress="if (event.keyCode === 13) return false;">
  <input type="hidden" name="common-popups:set-pass-signin:code-form" value="common-popups:set-pass-signin:code-form">
  <div class="modal-login-top">In addition to signing on to Reserved Living &amp; Giving through Morgan Stanley Online, you can now access msreserved.com directly. To continue,</div>
  <div class="modal_form-content">
    <div class="form-group"><input id="common-popups:set-pass-signin:code-form:password" type="password" name="common-popups:set-pass-signin:code-form:password" autocomplete="off" value="" maxlength="30"
        class="form-control form-control-padding submit-input-source " placeholder="Create Your Password*" required="true"><span id="common-popups:set-pass-signin:code-form:msg_password"></span>
    </div>
    <div class="form-group"><input id="common-popups:set-pass-signin:code-form:confirm-password" type="password" name="common-popups:set-pass-signin:code-form:confirm-password" autocomplete="off" value="" maxlength="30"
        class="form-control form-control-padding submit-input-source " placeholder="Confirm Your Password*" required="true"><span id="common-popups:set-pass-signin:code-form:msg_confirm_password"></span>
    </div>
    <div class="modal-login-note"> NOTE: Your password must be at least eight characters long with at least one number and capital letter. Passwords are valid up to one year. </div>
    <div class="modal-login-email"> Your Email/Login: </div>
  </div>
  <div class="modal_form-btn">
    <div><input id="common-popups:set-pass-signin:code-form:continue" type="submit" name="common-popups:set-pass-signin:code-form:continue" value="Log in" class="btn submit-target-button"
        onclick="jsf.util.chain(this,event,'return validateForm1(this);','mojarra.ab(this,event,\'action\',\'@form\',\'@form top-menu:user top-menu:bell-area-form page-content poll-form audience-context:audience-context footer:footer footer:footer-band\',{\'onevent\':onSetPasswordSigninEvent,\'params\':{\'refObjectId\':\'\'}})');return false">
    </div>
  </div><input type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:12" value="-884496939789563828:581243717273776624" autocomplete="off">
</form>

Name: common-popups:set-pass-signin:j_idt478POST /client/partner-offers.jsf

<form id="common-popups:set-pass-signin:j_idt478" name="common-popups:set-pass-signin:j_idt478" method="post" action="/client/partner-offers.jsf" enctype="application/x-www-form-urlencoded">
  <input type="hidden" name="common-popups:set-pass-signin:j_idt478" value="common-popups:set-pass-signin:j_idt478">
  <p>
    <span>OR Log in via <a href="#" title="https://login.morganstanleyclientserv.com" onclick="mojarra.jsfcljs(document.getElementById('common-popups:set-pass-signin:j_idt478'),{'common-popups:set-pass-signin:j_idt478:j_idt480':'common-popups:set-pass-signin:j_idt478:j_idt480','category':'links','action':'Login via MS','target':'https://login.morganstanleyclientserv.com/','redirect':'https://login.morganstanleyclientserv.com/'},'');return false">
                                    Morgan Stanley online
                                    </a>
    </span>
    <em>|</em>
    <span>Problems logging in? Call <a class="phone" href="tel:18777996772">1-877-799-6772</a>.</span>
  </p><input type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:13" value="-884496939789563828:581243717273776624" autocomplete="off">
</form>

Name: common-popups:sso-register:code-formPOST /client/partner-offers.jsf

<form id="common-popups:sso-register:code-form" name="common-popups:sso-register:code-form" method="post" action="/client/partner-offers.jsf" class="modal_form submit-button-container modal_sign_up-form" enctype="application/x-www-form-urlencoded"
  onkeypress="if (event.keyCode === 13) return false;">
  <input type="hidden" name="common-popups:sso-register:code-form" value="common-popups:sso-register:code-form">
  <div class="modal_form-content">
    <div class="form-group"><input id="common-popups:sso-register:code-form:login-email" type="text" name="common-popups:sso-register:code-form:login-email" class="form-control submit-input-source email-for-pass-hint form-email " maxlength="255"
        placeholder="Enter Email Address" required="true"><span id="common-popups:sso-register:code-form:msg_email"></span>
    </div>
    <div class="form-group"><input id="common-popups:sso-register:code-form:login-email-c" type="text" name="common-popups:sso-register:code-form:login-email-c" class="form-control submit-input-source " maxlength="255"
        placeholder="Enter Confirm Email" required="true"><span id="common-popups:sso-register:code-form:msg_confirm-email"></span>
    </div>
    <div class="form-group"><input id="common-popups:sso-register:code-form:login-password" type="password" name="common-popups:sso-register:code-form:login-password" autocomplete="off" value="" maxlength="30"
        class="form-control submit-input-source " placeholder="Create Password" required="true"><span id="common-popups:sso-register:code-form:msg_password"></span>
    </div>
    <div class="modal_sign_up-text"> NOTE: Your password must be at least eight characters long with at least one number and capital letter. Passwords are valid up to one year.<br> By creating a password, you can also access the Reserved Living &amp;
      Giving on your mobile device at <a href="http://msreserved.com" target="_blank">www.msreserved.com</a>
    </div>
    <div class="form-group"><input id="common-popups:sso-register:code-form:password-hint" type="text" name="common-popups:sso-register:code-form:password-hint" class="form-control submit-input-source" maxlength="100"
        placeholder="Type a password hint (optional)">
    </div>
    <div class="modal_sign_up-text"> NOTE: When you create a password, you can create a hint to help you remember it. The password hint will be visible when you Log in. </div>
    <div class="modal_form-remember" style="margin: auto">
      <div class="form-checkbox"><input id="common-popups:sso-register:code-form:agree" type="checkbox" name="common-popups:sso-register:code-form:agree" class="submit-input-source " required="true">
        <label for="common-popups:sso-register:code-form:agree"> By checking the box, I agree that: </label><span id="common-popups:sso-register:code-form:msg_agree"></span>
        <div class="form-group-text" style="padding: 12px 0 1px;">
          <ul>
            <li> I have read and accepted the <a href="/pages/terms" title="Terms &amp; Conditions">Terms &amp; Conditions</a>
            </li>
            <li>I may receive communications from Morgan Stanley Reserved and can change my notification preferences in the <strong>Update Your Information</strong>&nbsp;section of the website at any time. </li>
          </ul>
        </div>
      </div>
    </div>
    <div class="modal_sign_up-btn"><input id="common-popups:sso-register:code-form:register" type="submit" name="common-popups:sso-register:code-form:register" value="Submit" class="btn btn-lg submit-target-button"
        onclick="jsf.util.chain(this,event,'return validateForm1(this);','mojarra.ab(this,event,\'action\',\'@form\',\'@form top-menu:user top-menu:bell-area-form page-content poll-form audience-context:audience-context footer:footer footer:footer-band\',{\'onevent\':onSsoRegisterEvent,\'params\':{\'category\':\'login\',\'action\':\'sso-login\',\'source\':\'sso-registration.jsf\',\'target\':\'index.jsf\'}})');return false">
    </div>
  </div>
  <div class="modal_sign_up-footer_bottom">
    <p>Problems logging in? Call <a class="phone" href="tel:18777996772">1-877-799-6772</a></p>
  </div><input type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:14" value="-884496939789563828:581243717273776624" autocomplete="off">
</form>

Name: common-popups:sso-confirm-password:code-formPOST /client/partner-offers.jsf

<form id="common-popups:sso-confirm-password:code-form" name="common-popups:sso-confirm-password:code-form" method="post" action="/client/partner-offers.jsf" class="modal_form submit-button-container" enctype="application/x-www-form-urlencoded"
  onkeypress="if (event.keyCode === 13) return false;">
  <input type="hidden" name="common-popups:sso-confirm-password:code-form" value="common-popups:sso-confirm-password:code-form">
  <div class="modal_form-content">
    <div class="form-group modal-login-note"> Access your exclusive discounts and content at <span style="font-family: 'Karla Bold';">msreserved.com</span>. Create your password and bookmark the Reserved Living &amp; Giving homepage for easy access.
    </div>
    <div class="form-group"><input id="common-popups:sso-confirm-password:code-form:password" type="password" name="common-popups:sso-confirm-password:code-form:password" autocomplete="off" value="" maxlength="30"
        class="form-control submit-input-source " placeholder="New Password" required="true"><span id="common-popups:sso-confirm-password:code-form:msg_password"></span>
    </div>
    <div class="form-group"><input id="common-popups:sso-confirm-password:code-form:confirm-password" type="password" name="common-popups:sso-confirm-password:code-form:confirm-password" autocomplete="off" value="" maxlength="30"
        class="form-control submit-input-source " placeholder="Confirm Password" required="true"><span id="common-popups:sso-confirm-password:code-form:msg_confirm_password"></span>
    </div>
    <div class="form-group modal-login-note"> NOTE: This password should be different from the one you use to log in to Morgan Stanley Online. It must be at least eight characters long with at least one number and capital letter. Passwords are valid
      up to one year. </div>
    <div class="modal_form-btn">
      <div><input id="common-popups:sso-confirm-password:code-form:continue" type="submit" name="common-popups:sso-confirm-password:code-form:continue" value="Continue" class="btn submit-target-button"
          onclick="jsf.util.chain(this,event,'return validateForm1(this);','mojarra.ab(this,event,\'action\',\'@form\',\'@form top-menu:user top-menu:bell-area-form page-content poll-form audience-context:audience-context footer:footer footer:footer-band\',{\'onevent\':onSsoConfirmPasswordEvent,\'params\':{\'refObjectId\':\'\'}})');return false">
      </div>
    </div>
  </div>
  <div class="modal_sign_up-footer_bottom">
    <p>Problems logging in? Call <a class="phone" href="tel:18777996772">1-877-799-6772</a></p>
  </div><input type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:15" value="-884496939789563828:581243717273776624" autocomplete="off">
</form>

Name: common-popups:auto-enroll3:ae-formPOST /client/partner-offers.jsf

<form id="common-popups:auto-enroll3:ae-form" name="common-popups:auto-enroll3:ae-form" method="post" action="/client/partner-offers.jsf" enctype="application/x-www-form-urlencoded" style="display: none">
  <input type="hidden" name="common-popups:auto-enroll3:ae-form" value="common-popups:auto-enroll3:ae-form">
  <span id="common-popups:auto-enroll3:ae-form:j_idt558">
    <script type="text/javascript">
      var ajaxGetStartedAE3 = function(o) {
        var o = (typeof o === 'object') && o ? o : {};
        o['category'] = 'login';
        o['action'] = 'login';
        o['source'] = 'auto-enroll-form3';
        mojarra.ab('common-popups:auto-enroll3:ae-form:j_idt558', null, 'action', 0, '@form top-menu:user top-menu:bell-area-form page-content poll-form audience-context:audience-context footer:footer', {
          'onevent': onGetStartedEvent3,
          'params': o
        })
      }
    </script>
  </span><input type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:16" value="-884496939789563828:581243717273776624" autocomplete="off">
</form>

Name: common-popups:slide-in:slideInFormPOST /client/partner-offers.jsf

<form id="common-popups:slide-in:slideInForm" name="common-popups:slide-in:slideInForm" method="post" action="/client/partner-offers.jsf" enctype="application/x-www-form-urlencoded">
  <input type="hidden" name="common-popups:slide-in:slideInForm" value="common-popups:slide-in:slideInForm">
  <span id="common-popups:slide-in:j_idt519">
    <script type="text/javascript">
      var filterOutSlideInsByUrl = function(o) {
        var o = (typeof o === 'object') && o ? o : {};
        mojarra.ab('common-popups:slide-in:j_idt519', null, 'action', 0, 'common-popups:slide-in:slideInsHtml', {
          'params': o
        })
      }
    </script>
  </span><span id="common-popups:slide-in:j_idt520">
    <script type="text/javascript">
      var reFilterAllSlideIns = function(o) {
        var o = (typeof o === 'object') && o ? o : {};
        mojarra.ab('common-popups:slide-in:j_idt520', null, 'action', 0, 'common-popups:slide-in:slideInsHtml', {
          'params': o
        })
      }
    </script>
  </span><span id="common-popups:slide-in:j_idt521">
    <script type="text/javascript">
      var updateSlideInLeadsCount = function(o) {
        var o = (typeof o === 'object') && o ? o : {};
        mojarra.ab('common-popups:slide-in:j_idt521', null, 'action', 0, '@none', {
          'params': o
        })
      }
    </script>
  </span><span id="common-popups:slide-in:j_idt522">
    <script type="text/javascript">
      var updateSlideInViewsCount = function(o) {
        var o = (typeof o === 'object') && o ? o : {};
        mojarra.ab('common-popups:slide-in:j_idt522', null, 'action', 0, '@none', {
          'params': o
        })
      }
    </script>
  </span><span id="common-popups:slide-in:slideInsHtml"></span><input type="hidden" name="javax.faces.ViewState" id="j_id1:javax.faces.ViewState:17" value="-884496939789563828:581243717273776624" autocomplete="off">
</form>

Text Content

theme-msatwork
audience-msatwork


Sign In
Enroll
 * 

 * Offers
    * All
    * Automotive
    * Entertainment
    * Food & Drink
    * Health
    * Home
    * Retail
    * Services
    * Travel
    * Virtual Events
   
   FEATURED OFFERS
   
    * 2023 US Open
      View Offer
    * Harry & David
      View Offer

 * Insights
    * All Insights
    * Family
    * Lifestyle
    * Personal Finance
    * Travel
    * Health & Wellness
    * Giving Back
   
   FEATURED ARTICLES
   
    * HEALTH & WELLNESS
      6 Ways to Invest in Your Health & Your Future
    * LIFESTYLE
      5 Pieces of Career Advice From Women in Finance
    * LIFESTYLE
      Books & Podcasts That Are Transporting Us to New Places This Summer

 * Sign In
 * Enroll
 * Offers
   * All
   * Automotive
   * Entertainment
   * Food & Drink
   * Health
   * Home
   * Retail
   * Services
   * Travel
   * Virtual Events
 * Insights
   * All Insights
   * Family
   * Lifestyle
   * Personal Finance
   * Travel
   * Health & Wellness
   * Giving Back

 * Morgan Stanley Online
 * FAQs
 * Morgan Stanley Wealth Management
 * Privacy & Cookies
 * Terms and Conditions
 * Morgan Stanley at Work



All

Automotive

Entertainment

Food & Drink

Health

Home

Retail

Services

Travel

Virtual Events


ENTERTAINMENT OFFERS

More Filters

INTERNATIONAL

Offers that can be redeemed by clients outside of the U.S.

LIMITED-TIME OFFERS

Clear
Sort By

MOST RECENT

MOST POPULAR

ALPHABETICALLY

Clear
Filters
Filters
Clear
More Filters

INTERNATIONAL

Offers that can be redeemed by clients outside of the U.S.

LIMITED-TIME

Sort By

MOST RECENT

MOST POPULAR

ALPHABETICALLY



Alert Me
 * SERVICES
   CLEAR
   Experience frictionless travel at 50+ airports nationwide with a 2-month
   complimentary CLEAR Plus Membership.
   View Offer
   New
 * ENTERTAINMENT
   2023 US Open
   Receive access to sought-after tickets for the 2023 US Open.
   View Offer
   New
 * ENTERTAINMENT
   Water Parks
   Enjoy up to 50% off Water Park tickets.
   View Offer
 * ENTERTAINMENT
   Taylor Swift Concert Tickets
   Save up to 10% off on Taylor Swift concert tickets.
   View Offer
   New
 * ENTERTAINMENT
   Bruce Springsteen Concert Tickets
   Save up to 25% off on Bruce Springsteen concert tickets.
   View Offer
 * ENTERTAINMENT
   Ship Sticks
   Receive 20% off your first order + 10% off subsequent orders.
   View Offer
   New
 * ENTERTAINMENT
   LuxuryVIPSuites
   Receive 10% off luxury suites for the best seating at the next sports game,
   concert or event.
   View Offer
   Exclusive
 * ENTERTAINMENT
   Universal Orlando Resort
   Save up to $65 on tickets to Universal Orlando Resort.
   View Offer
 * ENTERTAINMENT
   Attractions
   Save big on zoos, aquariums, museums and more!
   View Offer
 * ENTERTAINMENT
   BroadwayHD
   Receive 40% off an annual subscription and start streaming your favorite
   show.
   View Offer
   Exclusive
 * ENTERTAINMENT
   WORLDvantage
   Be a “member for the day” at private clubs across North America to enjoy golf
   and more. You can join today and save over 40% off the annual dues.
   View Offer
   Exclusive
 * ENTERTAINMENT
   GOLFTEC
   Enjoy 40% off a swing evaluation and a club fitting. Receive 10% off lesson
   plans.
   View Offer
   Exclusive
 * ENTERTAINMENT
   Sports, Concerts & Major Events
   Enjoy some of the best prices on over 80,000 Sports Games, Concerts and Major
   Events.
   View Offer
 * ENTERTAINMENT
   Movie Tickets
   Save up to 30% on movie tickets.
   View Offer
 * ENTERTAINMENT
   Show Tickets
   Up to 40% off on top selling shows including Broadway musicals and Disney on
   Ice.
   View Offer
 * Entertainment
   Theme Parks
   Save up to 40% off on Theme Parks and Attractions Nationwide.
   View Offer
 * ENTERTAINMENT
   The Morgan Library
   Reduced admission of $15 (normally $22) for up to three adults, plus a 10%
   discount at the Morgan shop.
   View Offer



QUESTIONS OR COMMENTS?

CONTACT THE SERVICE CENTER AT 1-877-799-6772

 * FAQs
 * Terms and Conditions and Important Disclosures

Morgan Stanley Smith Barney LLC reserves the right to change or terminate the
Morgan Stanley at Work Perks program or partner offers at any time and without
notice. Morgan Stanley at Work Perks program participant qualifications are
reviewed periodically to confirm that they continue to qualify for this program.

©2023 Morgan Stanley Smith Barney LLC. Member SIPC . | Privacy & Cookies |
Morgan Stanley Online | Morgan Stanley Wealth Management | Morgan Stanley at
Work All rights reserved.  CRC 4971152 10/22


LOG IN

Forgot your password

If you’d like to log in automatically next time you visit the site, please click
‘Remember Me’

Remember me
Not Enrolled?

Problems logging in? Call 1-877-799-6772




WELCOME

Enroll now to enjoy curated insights and discounts from popular brands.

Your password must be at least eight characters long with at least one number
and capital letter. Passwords are valid up to one year.

By clicking "Get Started", I agree that I have read and accepted the terms &
conditions


Already enrolled? Log In

Questions? Call 1-877-799-6772.


PASSWORD ASSISTANCE

Please enter the email address you use to login to Morgan Stanley's
complimentary loyalty and perks program(s). You will receive an email with a
link to set your password.

Note: If you don’t receive an email, please check your spam folder.

Back to Login

Password set instructions were sent to your email address.

If you don’t see the email message in your inbox, look for it in your junk or
spam mail folder or check your e-mail again later.

OK



CREATE A PERSONALIZED PASSWORD

NOTE: Your password must be at least eight characters long with at least one
number and capital letter. Passwords are valid up to one year.



Problems logging in? Call 1-877-799-6772.




CHANGE PASSWORD

NOTE: Your password must be at least eight characters long with at least one
number and capital letter. Passwords are valid up to one year.



Problems logging in? Call 1-877-799-6772.




SEND MY CODE

Eligible Morgan Stanley clients must enter the email address we have on file to
receive your Unique Code. If you do not know the email address on file or if you
get an error message, please call our Customer Service line at the number below

Back to Enroll

Problems logging in? Call 1-877-799-6772




LOG IN

In addition to signing on to Reserved Living & Giving through Morgan Stanley
Online, you can now access msreserved.com directly. To continue,
NOTE: Your password must be at least eight characters long with at least one
number and capital letter. Passwords are valid up to one year.
Your Email/Login:


OR Log in via Morgan Stanley online | Problems logging in? Call 1-877-799-6772.




WELCOME TO RESERVED

NOTE: Your password must be at least eight characters long with at least one
number and capital letter. Passwords are valid up to one year.
By creating a password, you can also access the Reserved Living & Giving on your
mobile device at www.msreserved.com

NOTE: When you create a password, you can create a hint to help you remember it.
The password hint will be visible when you Log in.
By checking the box, I agree that:
 * I have read and accepted the Terms & Conditions
 * I may receive communications from Morgan Stanley Reserved and can change my
   notification preferences in the Update Your Information section of the
   website at any time.



Problems logging in? Call 1-877-799-6772


CREATE YOUR RESERVED PASSWORD

Access your exclusive discounts and content at msreserved.com. Create your
password and bookmark the Reserved Living & Giving homepage for easy access.


NOTE: This password should be different from the one you use to log in to Morgan
Stanley Online. It must be at least eight characters long with at least one
number and capital letter. Passwords are valid up to one year.


Problems logging in? Call 1-877-799-6772


YOU’RE IN!


YOU’RE IN!

Welcome to Morgan Stanley at Work Perks, a complimentary program designed to
help you save on everyday essentials and extraordinary experiences.

Activate your membership to access offers and discounts on health & wellness
products, concert tickets, electronics, hotels and more.

Get Started

By clicking “Get Started”, you agree that you have read and accepted the terms
and conditions.

CRC 4971152 11/22




SUCCESS!


YOU HAVE SUCCESSFULLY REGISTERED FOR MORGAN STANLEY AT WORK PERKS.

An email with instructions on how to set your password has been sent to your
email address on file.

Start exploring the offers and discounts on health & wellness, golf, travel and
more.

Explore Offers

If you did not receive an email, or experience problems logging in, please call
our service center at 1-877-799-6772.