register.gotowebinar.com Open in urlscan Pro
18.66.112.9  Public Scan

Submitted URL: https://content.comms.hcltechsw.com/deliverirs/servlet/IRSL?v=5&a=214&r=16027&m=56026&l=2&e=2&x=2459922.0
Effective URL: https://register.gotowebinar.com/register/4501891405463038222?source=email
Submission: On December 07 via api from SE — Scanned from DE

Form analysis 1 forms found in the DOM

<form id="registrationForm" data-view="registration/body/body" data-active-view="true" style="">
  <div data-bind="visible:!webinarTimesVM().allSessionsOver()" class="trainingTimesBox clearfix">
    <!-- ko compose : { view : 'registration/body/body.webinarTimes' } -->
    <div data-view="registration/body/body.webinarTimes" data-active-view="true" style="">
      <!-- ko 'if' : showDates() === true -->
      <hr>
      <!-- ko 'if': !getWebinarInfo().description --><!-- /ko -->
      <!-- ko 'if' : getWebinarInfo().type === 'series' --><!-- /ko -->
      <!-- ko 'if' : getWebinarInfo().type !== 'series' -->
      <div data-bind="'visible': getWebinarInfo().type === 'sequence'" class="row col-md-12" style="display: none;">
        <div data-bind="'html': multipleSessionsText">This webinar meets 1 times.</div>
      </div>
      <div class="row col-md-12">
        <div id="training-times" class="trainingTimesRegister">
          <table class="webinarTimes" data-bind="'foreach': webinarTimesVM().webinarSessions()">
            <tbody>
              <!-- ko 'if' : $parent.webinarTimesVM().showFirstOfMonth($data) && $parent.getWebinarInfo().type === 'sequence'--><!-- /ko -->
              <tr data-bind="css:{'past':past &amp;&amp; !$data.inSession, 'next':next, 'future':future, 'far-future':farFuture}" class="next">
                <!--ko 'if': $data.getDay() && $parent.getWebinarInfo().type === 'sequence' --><!--/ko-->
                <td data-bind="'text':$data.getStartAndEndDate()">Wed, Dec 15, 2021 3:00 PM - 4:00 PM GMT</td>
              </tr>
            </tbody>
          </table>
        </div>
      </div>
      <!-- /ko -->
      <div class="row col-md-12">
        <a class="timeZone pointer launch-tz-modal" data-i18n="registration.webinarTimes.timeZone" data-bind="click:webinarTimesVM().showInMyTimeZoneDialog">Show in My Time Zone</a>
        <!-- ko 'if' : webinarTimesVM().priceInfo --><!-- /ko -->
      </div>
      <!-- /ko -->
      <!-- ko 'if' : showDates() === false && webinarTimesVM().priceInfo --><!-- /ko -->
    </div><!-- /ko -->
  </div>
  <!-- ko 'if': getWebinarInfo().description -->
  <!-- ko compose : {view:'registration/body/body.description'} -->
  <div data-bind="visible:getWebinarInfo().description" data-view="registration/body/body.description" data-active-view="true" style="">
    <hr>
    <div class="description trainingDescription">
      <div class="clearfix">
        <img id="customThemeImage" data-bind="attr:{src:getBrandingInfo().themeImageUrl}" class="customImage" onerror="this.style.display='none'">
        <span class="registration-description" data-bind="expander:{'expandText': moreButtonText(), 'userCollapseText': lessButtonText(), 'text':getWebinarInfo().description}">Did you know that an alarming 85% of organizations using Microsoft have
          suffered data breaches? With Domino, the mission-critical apps that run your business are safe from external attacks. Domino is the best platform on which to run your business — that is, if you care about the security of your data, your
          enterprise, and your customers and partners. Join our webinar to learn about how v12.0.1 has improved security with DKIM (DomainKeys Identified Mail) as well as the latest features including expanded language support, improved client UI and
          updates for easy meetings integrations, and IDN for international character support. The world is powered by Domino — 40% of the Fortune 500 are loyal customers. We’ll debunk some of our competitors' myths and show you how the latest
          version is web- and mobile-ready and has low code for everyone. It’s time to power your apps with all that Domino v12.0.1 has to offer. </span>
      </div>
    </div>
  </div><!-- /ko -->
  <!-- /ko -->
  <!-- ko compose : {view:'registration/body/body.registrationQuestions'} -->
  <div class="questions" data-view="registration/body/body.registrationQuestions" data-active-view="true" style="">
    <hr>
    <!-- General Questions -->
    <p class="requiredMessage" data-i18n="registration.registrationQuestions.requiredInstructions">Required field</p>
    <div id="studentInformation">
      <div data-bind="'foreach':registrationQuestionsVM().groupedGeneralQuestions">
        <div data-bind="'foreach':$data" class="row">
          <div class="form-group col-sm-6 required" data-bind="'css':{required : required, 'has-error':verificationFailed }, visible:name != 'comments'">
            <label class="control-label" data-bind="'attr':{'id':'registrant.' + name + 'Label', 'for':'registrant.' + name}, 'text':question" id="registrant.firstNameLabel" for="registrant.firstName">First Name</label>
            <!-- ko 'if': type == 'shortAnswer' -->
            <span data-bind="'text':maxSize - selectedAnswer().length, 'visible':isSelected, 'css':{'danger':maxSize - selectedAnswer().length === 0, 'warning':maxSize - selectedAnswer().length < 20}" class="charLimit"
              style="display: none;">128</span>
            <!-- TODO : IE8 Doesn't allow to change type of input field-->
            <!-- ko 'if' : name === 'email' --><!-- /ko -->
            <!-- ko 'if' : name !== 'email' -->
            <input type="text" data-bind="'css':{'inputError': verificationFailed}, 'attr':{'id':'registrant.' + name,  'maxlength':maxSize, 'tabindex':tabIdx}, 'hasFocus':isSelected, 'value':selectedAnswer, 'valueUpdate': 'afterkeydown'"
              class="form-control maxCharLimit" id="registrant.firstName" maxlength="128" tabindex="2">
            <!-- /ko -->
            <!-- /ko -->
            <!-- ko 'if': type == 'multipleChoice' --><!-- /ko -->
            <!-- ko 'if': verificationFailed --><!-- /ko -->
          </div>
          <div class="form-group col-sm-6 required" data-bind="'css':{required : required, 'has-error':verificationFailed }, visible:name != 'comments'">
            <label class="control-label" data-bind="'attr':{'id':'registrant.' + name + 'Label', 'for':'registrant.' + name}, 'text':question" id="registrant.lastNameLabel" for="registrant.lastName">Last Name</label>
            <!-- ko 'if': type == 'shortAnswer' -->
            <span data-bind="'text':maxSize - selectedAnswer().length, 'visible':isSelected, 'css':{'danger':maxSize - selectedAnswer().length === 0, 'warning':maxSize - selectedAnswer().length < 20}" class="charLimit"
              style="display: none;">128</span>
            <!-- TODO : IE8 Doesn't allow to change type of input field-->
            <!-- ko 'if' : name === 'email' --><!-- /ko -->
            <!-- ko 'if' : name !== 'email' -->
            <input type="text" data-bind="'css':{'inputError': verificationFailed}, 'attr':{'id':'registrant.' + name,  'maxlength':maxSize, 'tabindex':tabIdx}, 'hasFocus':isSelected, 'value':selectedAnswer, 'valueUpdate': 'afterkeydown'"
              class="form-control maxCharLimit" id="registrant.lastName" maxlength="128" tabindex="3">
            <!-- /ko -->
            <!-- /ko -->
            <!-- ko 'if': type == 'multipleChoice' --><!-- /ko -->
            <!-- ko 'if': verificationFailed --><!-- /ko -->
          </div>
        </div>
        <div data-bind="'foreach':$data" class="row">
          <div class="form-group col-sm-6 required" data-bind="'css':{required : required, 'has-error':verificationFailed }, visible:name != 'comments'">
            <label class="control-label" data-bind="'attr':{'id':'registrant.' + name + 'Label', 'for':'registrant.' + name}, 'text':question" id="registrant.emailLabel" for="registrant.email">Email Address</label>
            <!-- ko 'if': type == 'shortAnswer' -->
            <span data-bind="'text':maxSize - selectedAnswer().length, 'visible':isSelected, 'css':{'danger':maxSize - selectedAnswer().length === 0, 'warning':maxSize - selectedAnswer().length < 20}" class="charLimit"
              style="display: none;">128</span>
            <!-- TODO : IE8 Doesn't allow to change type of input field-->
            <!-- ko 'if' : name === 'email' -->
            <input type="email" data-bind="'css':{'inputError': verificationFailed}, 'attr':{'id':'registrant.' + name, 'maxlength':maxSize, 'tabindex':tabIdx}, 'hasFocus':isSelected, 'value':selectedAnswer, 'valueUpdate': 'afterkeydown'"
              class="form-control maxCharLimit" id="registrant.email" maxlength="128" tabindex="4">
            <!-- /ko -->
            <!-- ko 'if' : name !== 'email' --><!-- /ko -->
            <!-- /ko -->
            <!-- ko 'if': type == 'multipleChoice' --><!-- /ko -->
            <!-- ko 'if': verificationFailed --><!-- /ko -->
          </div>
          <div class="form-group col-sm-6 required" data-bind="'css':{required : required, 'has-error':verificationFailed }, visible:name != 'comments'">
            <label class="control-label" data-bind="'attr':{'id':'registrant.' + name + 'Label', 'for':'registrant.' + name}, 'text':question" id="registrant.countryLabel" for="registrant.country">Country/Region</label>
            <!-- ko 'if': type == 'shortAnswer' --><!-- /ko -->
            <!-- ko 'if': type == 'multipleChoice' -->
            <select class="form-control maxCharLimit"
              data-bind="'css':{'inputError': verificationFailed}, 'attr':{'id':'registrant.' + name, 'tabindex':tabIdx}, 'hasFocus':isSelected, 'options':answers, 'optionsText':'answer', optionsCaption:$root.chooseOneText, value:selectedAnswer, optionsValue:'answerKey'"
              id="registrant.country" tabindex="5">
              <option value="">Choose One...</option>
              <option value="United States">United States</option>
              <option value="Canada">Canada</option>
              <option value="Afghanistan">Afghanistan</option>
              <option value="Albania">Albania</option>
              <option value="Algeria">Algeria</option>
              <option value="American Samoa">American Samoa</option>
              <option value="Andorra">Andorra</option>
              <option value="Angola">Angola</option>
              <option value="Anguilla">Anguilla</option>
              <option value="Antarctica">Antarctica</option>
              <option value="Antigua and Barbuda">Antigua and Barbuda</option>
              <option value="Argentina">Argentina</option>
              <option value="Armenia">Armenia</option>
              <option value="Aruba">Aruba</option>
              <option value="Ascension">Ascension</option>
              <option value="Australia">Australia</option>
              <option value="Austria">Austria</option>
              <option value="Azerbaijan">Azerbaijan</option>
              <option value="Bahamas">Bahamas</option>
              <option value="Bahrain">Bahrain</option>
              <option value="Bangladesh">Bangladesh</option>
              <option value="Barbados">Barbados</option>
              <option value="Belarus">Belarus</option>
              <option value="Belgium">Belgium</option>
              <option value="Belize">Belize</option>
              <option value="Benin">Benin</option>
              <option value="Bermuda">Bermuda</option>
              <option value="Bhutan">Bhutan</option>
              <option value="Bolivia">Bolivia</option>
              <option value="Bosnia-Herzegovina">Bosnia-Herzegovina</option>
              <option value="Botswana">Botswana</option>
              <option value="Bouvet Island">Bouvet Island</option>
              <option value="Brazil">Brazil</option>
              <option value="British Virgin Islands">British Virgin Islands</option>
              <option value="Brunei">Brunei</option>
              <option value="Bulgaria">Bulgaria</option>
              <option value="Burkina Faso">Burkina Faso</option>
              <option value="Burundi">Burundi</option>
              <option value="Cambodia">Cambodia</option>
              <option value="Cameroon">Cameroon</option>
              <option value="Cape Verde">Cape Verde</option>
              <option value="Cayman Islands">Cayman Islands</option>
              <option value="Central African Republic">Central African Republic</option>
              <option value="Chad">Chad</option>
              <option value="Chile">Chile</option>
              <option value="China">China</option>
              <option value="Christmas Island">Christmas Island</option>
              <option value="Colombia">Colombia</option>
              <option value="Comoros">Comoros</option>
              <option value="Congo">Congo</option>
              <option value="Cook Islands">Cook Islands</option>
              <option value="Costa Rica">Costa Rica</option>
              <option value="Cote d'Ivoire">Cote d'Ivoire</option>
              <option value="Croatia">Croatia</option>
              <option value="Cyprus">Cyprus</option>
              <option value="Czech Republic">Czech Republic</option>
              <option value="Denmark">Denmark</option>
              <option value="Djibouti">Djibouti</option>
              <option value="Dominica">Dominica</option>
              <option value="Dominican Republic">Dominican Republic</option>
              <option value="East Timor">East Timor</option>
              <option value="Ecuador">Ecuador</option>
              <option value="Egypt">Egypt</option>
              <option value="El Salvador">El Salvador</option>
              <option value="Equatorial Guinea">Equatorial Guinea</option>
              <option value="Eritrea">Eritrea</option>
              <option value="Estonia">Estonia</option>
              <option value="Ethiopia">Ethiopia</option>
              <option value="Falkland Islands">Falkland Islands</option>
              <option value="Faroe Islands">Faroe Islands</option>
              <option value="Fiji">Fiji</option>
              <option value="Finland">Finland</option>
              <option value="France">France</option>
              <option value="French Guiana">French Guiana</option>
              <option value="French Polynesia (Tahiti)">French Polynesia (Tahiti)</option>
              <option value="French Southern Territories">French Southern Territories</option>
              <option value="Gabon">Gabon</option>
              <option value="Gambia">Gambia</option>
              <option value="Georgia">Georgia</option>
              <option value="Germany">Germany</option>
              <option value="Ghana">Ghana</option>
              <option value="Gibraltar">Gibraltar</option>
              <option value="Greece">Greece</option>
              <option value="Greenland">Greenland</option>
              <option value="Grenada">Grenada</option>
              <option value="Guadeloupe">Guadeloupe</option>
              <option value="Guam">Guam</option>
              <option value="Guatemala">Guatemala</option>
              <option value="Guinea">Guinea</option>
              <option value="Guinea-Bissau">Guinea-Bissau</option>
              <option value="Guyana">Guyana</option>
              <option value="Haiti">Haiti</option>
              <option value="Honduras">Honduras</option>
              <option value="Hong Kong">Hong Kong</option>
              <option value="Hungary">Hungary</option>
              <option value="Iceland">Iceland</option>
              <option value="India">India</option>
              <option value="Indonesia">Indonesia</option>
              <option value="Iraq">Iraq</option>
              <option value="Ireland">Ireland</option>
              <option value="Isle of Man">Isle of Man</option>
              <option value="Israel">Israel</option>
              <option value="Italy">Italy</option>
              <option value="Jamaica">Jamaica</option>
              <option value="Japan">Japan</option>
              <option value="Jordan">Jordan</option>
              <option value="Kazakhstan">Kazakhstan</option>
              <option value="Kenya">Kenya</option>
              <option value="Kiribati">Kiribati</option>
              <option value="Korea, Republic Of (South Korea)">Korea, Republic Of (South Korea)</option>
              <option value="Kosovo, Republic of">Kosovo, Republic of</option>
              <option value="Kuwait">Kuwait</option>
              <option value="Kyrgyzstan">Kyrgyzstan</option>
              <option value="Lao People's Democratic Republic">Lao People's Democratic Republic</option>
              <option value="Latvia">Latvia</option>
              <option value="Lebanon">Lebanon</option>
              <option value="Lesotho">Lesotho</option>
              <option value="Liberia">Liberia</option>
              <option value="Libya">Libya</option>
              <option value="Liechtenstein">Liechtenstein</option>
              <option value="Lithuania">Lithuania</option>
              <option value="Luxembourg">Luxembourg</option>
              <option value="Macau">Macau</option>
              <option value="Macedonia">Macedonia</option>
              <option value="Madagascar">Madagascar</option>
              <option value="Malawi">Malawi</option>
              <option value="Malaysia">Malaysia</option>
              <option value="Maldives">Maldives</option>
              <option value="Mali">Mali</option>
              <option value="Malta">Malta</option>
              <option value="Marshall Islands">Marshall Islands</option>
              <option value="Martinique">Martinique</option>
              <option value="Mauritania">Mauritania</option>
              <option value="Mauritius">Mauritius</option>
              <option value="Mayotte">Mayotte</option>
              <option value="Mexico">Mexico</option>
              <option value="Micronesia">Micronesia</option>
              <option value="Moldova, Republic of">Moldova, Republic of</option>
              <option value="Monaco">Monaco</option>
              <option value="Mongolia">Mongolia</option>
              <option value="Montenegro">Montenegro</option>
              <option value="Montserrat">Montserrat</option>
              <option value="Morocco">Morocco</option>
              <option value="Mozambique">Mozambique</option>
              <option value="Myanmar">Myanmar</option>
              <option value="Namibia">Namibia</option>
              <option value="Nauru">Nauru</option>
              <option value="Nepal">Nepal</option>
              <option value="Netherlands">Netherlands</option>
              <option value="Netherlands Antilles">Netherlands Antilles</option>
              <option value="New Caledonia">New Caledonia</option>
              <option value="New Zealand">New Zealand</option>
              <option value="Nicaragua">Nicaragua</option>
              <option value="Niger">Niger</option>
              <option value="Nigeria">Nigeria</option>
              <option value="Niue Island">Niue Island</option>
              <option value="Norfolk Island">Norfolk Island</option>
              <option value="Northern Mariana Islands">Northern Mariana Islands</option>
              <option value="Norway">Norway</option>
              <option value="Oman">Oman</option>
              <option value="Pakistan">Pakistan</option>
              <option value="Palau">Palau</option>
              <option value="Palestine, State of">Palestine, State of</option>
              <option value="Panama">Panama</option>
              <option value="Papua New Guinea">Papua New Guinea</option>
              <option value="Paraguay">Paraguay</option>
              <option value="Peru">Peru</option>
              <option value="Philippines">Philippines</option>
              <option value="Pitcairn Islands">Pitcairn Islands</option>
              <option value="Poland">Poland</option>
              <option value="Portugal">Portugal</option>
              <option value="Puerto Rico">Puerto Rico</option>
              <option value="Qatar">Qatar</option>
              <option value="Reunion">Reunion</option>
              <option value="Romania">Romania</option>
              <option value="Russian Federation">Russian Federation</option>
              <option value="Rwanda">Rwanda</option>
              <option value="Saint Helena">Saint Helena</option>
              <option value="Saint Kitts and Nevis">Saint Kitts and Nevis</option>
              <option value="Saint Lucia">Saint Lucia</option>
              <option value="Saint Pierre and Miquelon">Saint Pierre and Miquelon</option>
              <option value="Saint Vincent and the Grenadines">Saint Vincent and the Grenadines</option>
              <option value="Samoa (Independent)">Samoa (Independent)</option>
              <option value="San Marino">San Marino</option>
              <option value="Sao Tome and Principe">Sao Tome and Principe</option>
              <option value="Saudi Arabia">Saudi Arabia</option>
              <option value="Senegal">Senegal</option>
              <option value="Serbia">Serbia</option>
              <option value="Seychelles">Seychelles</option>
              <option value="Sierra Leone">Sierra Leone</option>
              <option value="Singapore">Singapore</option>
              <option value="Slovakia">Slovakia</option>
              <option value="Slovenia">Slovenia</option>
              <option value="Solomon Islands">Solomon Islands</option>
              <option value="Somalia">Somalia</option>
              <option value="South Africa">South Africa</option>
              <option value="Spain">Spain</option>
              <option value="Sri Lanka">Sri Lanka</option>
              <option value="Suriname">Suriname</option>
              <option value="Swaziland">Swaziland</option>
              <option value="Sweden">Sweden</option>
              <option value="Switzerland">Switzerland</option>
              <option value="Taiwan">Taiwan</option>
              <option value="Tajikistan">Tajikistan</option>
              <option value="Tanzania">Tanzania</option>
              <option value="Thailand">Thailand</option>
              <option value="Timor-Leste">Timor-Leste</option>
              <option value="Togo">Togo</option>
              <option value="Tokelau">Tokelau</option>
              <option value="Tonga">Tonga</option>
              <option value="Trinidad and Tobago">Trinidad and Tobago</option>
              <option value="Tristan da Cunha">Tristan da Cunha</option>
              <option value="Tunisia">Tunisia</option>
              <option value="Turkey">Turkey</option>
              <option value="Turkmenistan">Turkmenistan</option>
              <option value="Turks and Caicos Islands">Turks and Caicos Islands</option>
              <option value="Tuvalu">Tuvalu</option>
              <option value="Uganda">Uganda</option>
              <option value="Ukraine">Ukraine</option>
              <option value="United Arab Emirates">United Arab Emirates</option>
              <option value="United Kingdom">United Kingdom</option>
              <option value="United States Minor Outlying Islands">United States Minor Outlying Islands</option>
              <option value="Uruguay">Uruguay</option>
              <option value="Uzbekistan">Uzbekistan</option>
              <option value="Vanuatu">Vanuatu</option>
              <option value="Vatican City">Vatican City</option>
              <option value="Venezuela">Venezuela</option>
              <option value="Viet Nam">Viet Nam</option>
              <option value="Virgin Islands (U.S.)">Virgin Islands (U.S.)</option>
              <option value="Wallis and Futuna Islands">Wallis and Futuna Islands</option>
              <option value="Western Sahara">Western Sahara</option>
              <option value="Yemen">Yemen</option>
              <option value="Zambia">Zambia</option>
              <option value="Zimbabwe">Zimbabwe</option>
            </select>
            <!-- /ko -->
            <!-- ko 'if': verificationFailed --><!-- /ko -->
          </div>
        </div>
        <div data-bind="'foreach':$data" class="row">
          <div class="form-group col-sm-6 required" data-bind="'css':{required : required, 'has-error':verificationFailed }, visible:name != 'comments'">
            <label class="control-label" data-bind="'attr':{'id':'registrant.' + name + 'Label', 'for':'registrant.' + name}, 'text':question" id="registrant.phoneLabel" for="registrant.phone">Phone Number</label>
            <!-- ko 'if': type == 'shortAnswer' -->
            <span data-bind="'text':maxSize - selectedAnswer().length, 'visible':isSelected, 'css':{'danger':maxSize - selectedAnswer().length === 0, 'warning':maxSize - selectedAnswer().length < 20}" class="charLimit"
              style="display: none;">128</span>
            <!-- TODO : IE8 Doesn't allow to change type of input field-->
            <!-- ko 'if' : name === 'email' --><!-- /ko -->
            <!-- ko 'if' : name !== 'email' -->
            <input type="text" data-bind="'css':{'inputError': verificationFailed}, 'attr':{'id':'registrant.' + name,  'maxlength':maxSize, 'tabindex':tabIdx}, 'hasFocus':isSelected, 'value':selectedAnswer, 'valueUpdate': 'afterkeydown'"
              class="form-control maxCharLimit" id="registrant.phone" maxlength="128" tabindex="6">
            <!-- /ko -->
            <!-- /ko -->
            <!-- ko 'if': type == 'multipleChoice' --><!-- /ko -->
            <!-- ko 'if': verificationFailed --><!-- /ko -->
          </div>
          <div class="form-group col-sm-6 required" data-bind="'css':{required : required, 'has-error':verificationFailed }, visible:name != 'comments'">
            <label class="control-label" data-bind="'attr':{'id':'registrant.' + name + 'Label', 'for':'registrant.' + name}, 'text':question" id="registrant.organizationLabel" for="registrant.organization">Organization</label>
            <!-- ko 'if': type == 'shortAnswer' -->
            <span data-bind="'text':maxSize - selectedAnswer().length, 'visible':isSelected, 'css':{'danger':maxSize - selectedAnswer().length === 0, 'warning':maxSize - selectedAnswer().length < 20}" class="charLimit"
              style="display: none;">128</span>
            <!-- TODO : IE8 Doesn't allow to change type of input field-->
            <!-- ko 'if' : name === 'email' --><!-- /ko -->
            <!-- ko 'if' : name !== 'email' -->
            <input type="text" data-bind="'css':{'inputError': verificationFailed}, 'attr':{'id':'registrant.' + name,  'maxlength':maxSize, 'tabindex':tabIdx}, 'hasFocus':isSelected, 'value':selectedAnswer, 'valueUpdate': 'afterkeydown'"
              class="form-control maxCharLimit" id="registrant.organization" maxlength="128" tabindex="7">
            <!-- /ko -->
            <!-- /ko -->
            <!-- ko 'if': type == 'multipleChoice' --><!-- /ko -->
            <!-- ko 'if': verificationFailed --><!-- /ko -->
          </div>
        </div>
        <div data-bind="'foreach':$data" class="row">
          <div class="form-group col-sm-6 required" data-bind="'css':{required : required, 'has-error':verificationFailed }, visible:name != 'comments'">
            <label class="control-label" data-bind="'attr':{'id':'registrant.' + name + 'Label', 'for':'registrant.' + name}, 'text':question" id="registrant.jobTitleLabel" for="registrant.jobTitle">Job Title</label>
            <!-- ko 'if': type == 'shortAnswer' -->
            <span data-bind="'text':maxSize - selectedAnswer().length, 'visible':isSelected, 'css':{'danger':maxSize - selectedAnswer().length === 0, 'warning':maxSize - selectedAnswer().length < 20}" class="charLimit"
              style="display: none;">128</span>
            <!-- TODO : IE8 Doesn't allow to change type of input field-->
            <!-- ko 'if' : name === 'email' --><!-- /ko -->
            <!-- ko 'if' : name !== 'email' -->
            <input type="text" data-bind="'css':{'inputError': verificationFailed}, 'attr':{'id':'registrant.' + name,  'maxlength':maxSize, 'tabindex':tabIdx}, 'hasFocus':isSelected, 'value':selectedAnswer, 'valueUpdate': 'afterkeydown'"
              class="form-control maxCharLimit" id="registrant.jobTitle" maxlength="128" tabindex="8">
            <!-- /ko -->
            <!-- /ko -->
            <!-- ko 'if': type == 'multipleChoice' --><!-- /ko -->
            <!-- ko 'if': verificationFailed --><!-- /ko -->
          </div>
          <div class="form-group col-sm-6 required" data-bind="'css':{required : required, 'has-error':verificationFailed }, visible:name != 'comments'">
            <label class="control-label" data-bind="'attr':{'id':'registrant.' + name + 'Label', 'for':'registrant.' + name}, 'text':question" id="registrant.industryLabel" for="registrant.industry">Industry</label>
            <!-- ko 'if': type == 'shortAnswer' --><!-- /ko -->
            <!-- ko 'if': type == 'multipleChoice' -->
            <select class="form-control maxCharLimit"
              data-bind="'css':{'inputError': verificationFailed}, 'attr':{'id':'registrant.' + name, 'tabindex':tabIdx}, 'hasFocus':isSelected, 'options':answers, 'optionsText':'answer', optionsCaption:$root.chooseOneText, value:selectedAnswer, optionsValue:'answerKey'"
              id="registrant.industry" tabindex="9">
              <option value="">Choose One...</option>
              <option value="Accounting">Accounting</option>
              <option value="Advertising/Marketing/PR">Advertising/Marketing/PR</option>
              <option value="Aerospace &amp; Defense">Aerospace &amp; Defense</option>
              <option value="Banking &amp; Securities">Banking &amp; Securities</option>
              <option value="Call Center Outsourcing">Call Center Outsourcing</option>
              <option value="Consulting">Consulting</option>
              <option value="Education">Education</option>
              <option value="Energy, Chemical, Utilities">Energy, Chemical, Utilities</option>
              <option value="Financial Services - Other">Financial Services - Other</option>
              <option value="Government - Federal">Government - Federal</option>
              <option value="Government - State &amp; Local">Government - State &amp; Local</option>
              <option value="High Tech - Hardware">High Tech - Hardware</option>
              <option value="High Tech - ISP">High Tech - ISP</option>
              <option value="High Tech - Other">High Tech - Other</option>
              <option value="Hospital, Clinic, Doctor Office">Hospital, Clinic, Doctor Office</option>
              <option value="Hospitality, Travel, Tourism">Hospitality, Travel, Tourism</option>
              <option value="Insurance">Insurance</option>
              <option value="Legal">Legal</option>
              <option value="Manufacturing">Manufacturing</option>
              <option value="Medical, Pharma, Biotech">Medical, Pharma, Biotech</option>
              <option value="Real Estate">Real Estate</option>
              <option value="Retail">Retail</option>
              <option value="Software - Finance">Software - Finance</option>
              <option value="Software - Healthcare">Software - Healthcare</option>
              <option value="Software - Other">Software - Other</option>
              <option value="Support Outsourcing">Support Outsourcing</option>
              <option value="Telecommunications">Telecommunications</option>
              <option value="Transportation &amp; Distribution">Transportation &amp; Distribution</option>
              <option value="VAR/Systems Integrator">VAR/Systems Integrator</option>
              <option value="Other">Other</option>
            </select>
            <!-- /ko -->
            <!-- ko 'if': verificationFailed --><!-- /ko -->
          </div>
        </div>
      </div>
    </div>
    <!-- Custom Questions-->
    <!-- ko 'if': registrationQuestionsVM().customQuestions().length > 0 -->
    <hr class="skinny">
    <div class="alert-info">
      <p data-i18n=""></p>
    </div>
    <div class="row" data-bind="'foreach':registrationQuestionsVM().customQuestions">
      <div class="form-group col-sm-12 required" data-bind="'css':{required : required, 'has-error':verificationFailed}">
        <!-- ko 'if' : question -->
        <label class="control-label" data-bind="'attr':{'id':'registrant.' + name + 'Label', 'for':'customQuestion' + $index()}, 'html':question" id="registrant.245366239Label" for="customQuestion0">Your company type</label>
        <!-- /ko -->
        <!-- ko 'if': type == 'shortAnswer' --><!-- /ko -->
        <!-- ko 'if': type == 'multipleChoice' -->
        <select class="form-control maxCharLimit"
          data-bind="'css':{'inputError': verificationFailed}, 'attr':{'id':'customQuestion' + $index(), tabindex:tabIdx},hasFocus:isSelected,  options: answers, optionsText:'answer', optionsCaption:$parent.chooseOneText, value:selectedAnswer, optionsValue:'answerKey'"
          id="customQuestion0" tabindex="10">
          <option value="">Choose One...</option>
          <option value="245366240">Customer</option>
          <option value="245366241">Business Partner</option>
          <option value="245366242">HCL Employee</option>
          <option value="245366243">Other</option>
        </select>
        <!-- /ko -->
        <span data-bind="visible:verificationFailed" class="help-block" style="display: none;"><i class="togo-icon togo-icon-error"></i><span data-bind="'text':errorMessage"></span></span>
      </div>
      <div class="form-group col-sm-12 required" data-bind="'css':{required : required, 'has-error':verificationFailed}">
        <!-- ko 'if' : question -->
        <label class="control-label" data-bind="'attr':{'id':'registrant.' + name + 'Label', 'for':'customQuestion' + $index()}, 'html':question" id="registrant.246159409Label" for="customQuestion1">What version of Domino are you currently
          running?</label>
        <!-- /ko -->
        <!-- ko 'if': type == 'shortAnswer' --><!-- /ko -->
        <!-- ko 'if': type == 'multipleChoice' -->
        <select class="form-control maxCharLimit"
          data-bind="'css':{'inputError': verificationFailed}, 'attr':{'id':'customQuestion' + $index(), tabindex:tabIdx},hasFocus:isSelected,  options: answers, optionsText:'answer', optionsCaption:$parent.chooseOneText, value:selectedAnswer, optionsValue:'answerKey'"
          id="customQuestion1" tabindex="11">
          <option value="">Choose One...</option>
          <option value="246159089">Not Sure</option>
          <option value="246159410">Version 12</option>
          <option value="246159411">Version 11</option>
          <option value="246159412">Version 10</option>
          <option value="246159413">Version 9 or below</option>
        </select>
        <!-- /ko -->
        <span data-bind="visible:verificationFailed" class="help-block" style="display: none;"><i class="togo-icon togo-icon-error"></i><span data-bind="'text':errorMessage"></span></span>
      </div>
    </div>
    <hr class="skinny">
    <!-- /ko -->
    <!-- ko 'if' : registrationQuestionsVM().commentsField --><!-- /ko -->
  </div><!-- /ko -->
  <div class="paymentBody" id="payment-form" data-bind="visible: showPayment" style="display: none;">
    <!-- ko 'if' : registrationQuestionsVM().commentsField || registrationQuestionsVM().customQuestions().length == 0 --><!-- /ko -->
    <div class="paymentFields" data-bind="visible: showCreditCardFields" style="display: none;">
      <div clss="row">
        <div class="card-disclaimer">
          <i class="togo-icon togo-icon-lock-closed"></i>
          <span class="stripe-text" data-i18n="registration.cardDisclaimer">Secured payments with your credit or debit card via stripe</span>
          <span class="cards-icons">
            <img src="../../../../images/visa.png">
            <img src="../../../../images/masterCard.png">
            <img src="../../../../images/amex.png">
            <img src="../../../../images/discover.jpg">
          </span>
        </div>
        <!-- Used to display form errors. -->
        <div id="card-errors" role="alert"></div>
      </div>
      <div id="paymentBody-paymentRequest">
        <!-- Stripe paymentRequestButton Element inserted here-->
      </div>
      <div class="row">
        <div class="field card-number col-xs-12 col-sm-6 col-md-6 col-lg-6">
          <label class="control-label" for="card-number" data-i18n="registration.creditCardNumber">Card Number</label>
          <div id="card-number" class="field empty input payment-fields">
            <!-- A Stripe Element will be inserted here. -->
          </div>
        </div>
        <div class="field card-expiry col-xs-6 col-sm-3 col-md-3 col-lg-3">
          <label class="control-label" for="card-expiry" data-i18n="registration.expirationDate">Expiration Date</label>
          <div id="card-expiry" class="empty input payment-fields">
            <!-- A Stripe Element will be inserted here. -->
          </div>
        </div>
        <div class="field card-cvc col-xs-6 col-sm-3 col-md-3 col-lg-3">
          <label class="control-label" for="card-cvc" data-i18n="registration.cvv">CVV</label>
          <div id="card-cvc" class="empty input payment-fields">
            <!-- A Stripe Element will be inserted here. -->
          </div>
        </div>
      </div>
      <div class="error" role="alert">
        <svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17">
          <path class="base" fill="#000" d="M8.5,17 C3.80557963,17 0,13.1944204 0,8.5 C0,3.80557963 3.80557963,0 8.5,0 C13.1944204,0 17,3.80557963 17,8.5 C17,13.1944204 13.1944204,17 8.5,17 Z"></path>
          <path class="glyph" fill="#FFF"
            d="M8.5,7.29791847 L6.12604076,4.92395924 C5.79409512,4.59201359 5.25590488,4.59201359 4.92395924,4.92395924 C4.59201359,5.25590488 4.59201359,5.79409512 4.92395924,6.12604076 L7.29791847,8.5 L4.92395924,10.8739592 C4.59201359,11.2059049 4.59201359,11.7440951 4.92395924,12.0760408 C5.25590488,12.4079864 5.79409512,12.4079864 6.12604076,12.0760408 L8.5,9.70208153 L10.8739592,12.0760408 C11.2059049,12.4079864 11.7440951,12.4079864 12.0760408,12.0760408 C12.4079864,11.7440951 12.4079864,11.2059049 12.0760408,10.8739592 L9.70208153,8.5 L12.0760408,6.12604076 C12.4079864,5.79409512 12.4079864,5.25590488 12.0760408,4.92395924 C11.7440951,4.59201359 11.2059049,4.59201359 10.8739592,4.92395924 L8.5,7.29791847 L8.5,7.29791847 Z">
          </path>
        </svg>
        <span class="message"></span>
        <span id="invalidCardDetailsError" style="display:none" data-i18n="registration.emptyPaymentFieldError">Enter your card details</span>
      </div>
    </div>
    <div class="row promotion-code-row" data-bind="visible: showDiscountCodeField">
      <div class="field promotion-code col-xs-6 col-sm-3 col-md-3 col-lg-3">
        <label class="control-label" for="promotion-code" data-i18n="registration.promotionCodeLabel">Discount Code</label>
        <input type="text" id="promotion-code" class="empty input payment-fields" data-bind="textInput: promotionCodeValue">
      </div>
      <button id="promotion-code-apply-Btn field col-xs-6 col-sm-3 col-md-3 col-lg-3" type="button" class="btn btn-tertiary promotion-code-applyBtn" data-i18n="registration.promotionCodeApplyBtn"
        data-bind="click:applyPromoCode, disable:disablePromoCodeButton">Apply</button>
    </div>
    <div class="promotion-code-errorMsg">
      <span data-i18n="registration.promotionCodeInvalidErrorMessage">Invalid discount code.</span>
    </div>
    <div class="promotion-code-SuccessMsg">
      <span data-i18n="registration.promotionCodeSuccessMessage">Discount code applied successfully!</span>
    </div>
    <div class="alert-info payment-disclaimer">
      <p class="paymentDisclaimerText" data-i18n="[html]registration.paymentDisclaimer">NOTE: Please direct all payment-related questions to the webinar organizer. Your registration for this webinar is subject to LogMeIn’s
        <a href="https://www.logmeininc.com/legal/terms-and-conditions" target="_blank" rel="noopener noreferrer">Terms of Service</a> and
        <a href="https://www.logmeininc.com/legal/privacy" target="_blank" rel="noopener noreferrer">Privacy Policy</a>.</p>
    </div>
    <hr class="skinny-bottom">
  </div>
  <div data-bind="visible: showPaymentError" class="paymentError" style="display: none;">
    <div data-i18n="payment.error.unsupportedBrowserText">Unfortunately your browser isn't supported. Please upgrade to Safari v7+ or switch to Chrome™ or FireFox®.</div>
  </div>
  <div class="alert-info disclaimer">
    <!-- ko 'if' : registrationQuestionsVM().disclaimerNotice -->
    <input id="disclaimer-notice-checkbox" type="checkbox" data-bind="checked: disclaimerCheckbox">
    <label class="disclaimerText" for="disclaimer-notice-checkbox" data-bind="html: registrationQuestionsVM().disclaimerNotice">By clicking this box, you acknowledge that you are NOT a U.S. Federal Government employee or agency, nor are you
      submitting information with respect to or on behalf of one. HCL provides software and services to U.S. Federal Government customers through its partner immixGroup, Inc. Contact this team at
      <a href="https://hcltechsw.com/resources/us-government-contact" class="linkified" target="_blank">https://hcltechsw.com/resources/us-government-contact</a> -- ALSO -- HCL cares about your privacy. We may use this data for our legitimate
      interests to provide you with information about our products or services that may be of interest to you. You may unsubscribe from future communications at any time. To learn more about how we may use your information, see
      <a href="https://www.hcltechsw.com/wps/portal/legal/privacy" class="linkified" target="_blank">https://www.hcltechsw.com/wps/portal/legal/privacy</a>. </label>
    <!-- /ko -->
    <!-- ko 'if' : registrationQuestionsVM().defaultDisclaimerNotice --><!-- /ko -->
  </div>
  <!-- this div is only needed for recaptcha checkbox mode -->
  <!-- for invisible, could put id on the submit button below, but this works too. -->
  <div id="recaptchaDiv"></div>
  <div id="hcaptchaDiv" class="h-captcha"></div>
  <div class="sectionFooter">
    <p>
      <button data-bind=" enable:enableButton,
                                buttonColor:getBrandingInfo().selectedHeaderColor(),
                                click:submit" type="submit" id="registration.submit.button" class="btn btn-primary" disabled="" style="background-color: rgb(15, 16, 16); border-color: rgb(15, 16, 16);">
        <!-- ko 'if': getWebinarInfo().experienceType === 'SIMULIVE' && getWebinarInfo().recurrencePeriod === 'ANYTIME' --><!-- /ko -->
        <!-- ko 'if': webinarTimesVM().selectedWebinarSession().inSession  && !(getWebinarInfo().experienceType === 'SIMULIVE' && getWebinarInfo().recurrencePeriod === 'ANYTIME') --><!-- /ko -->
        <!-- ko 'if': !webinarTimesVM().selectedWebinarSession().inSession -->
        <span data-bind="text: submitBtnText">Register</span>
        <!-- /ko -->
      </button>
    </p>
  </div>
</form>

Text Content

WHY YOU NEED TO BE ON THE LATEST VERSION OF DOMINO

The email address you're registering with is already in use. Please register
using an alternate email address.

--------------------------------------------------------------------------------

This webinar meets 1 times.

Wed, Dec 15, 2021 3:00 PM - 4:00 PM GMT

Show in My Time Zone

--------------------------------------------------------------------------------

Did you know that an alarming 85% of organizations using Microsoft have suffered
data breaches? With Domino, the mission-critical apps that run your business are
safe from external attacks. Domino is the best platform on which to run your
business — that is, if you care about the security of your data, your
enterprise, and your customers and partners. Join our webinar to learn about how
v12.0.1 has improved security with DKIM (DomainKeys Identified Mail) as well as
the latest features including expanded language support, improved client UI and
updates for easy meetings integrations, and IDN for international character
support. The world is powered by Domino — 40% of the Fortune 500 are loyal
customers. We’ll debunk some of our competitors' myths and show you how the
latest version is web- and mobile-ready and has low code for everyone. It’s time
to power your apps with all that Domino v12.0.1 has to offer.

--------------------------------------------------------------------------------

Required field

First Name 128
Last Name 128
Email Address 128
Country/Region Choose One...United StatesCanadaAfghanistanAlbaniaAlgeriaAmerican
SamoaAndorraAngolaAnguillaAntarcticaAntigua and
BarbudaArgentinaArmeniaArubaAscensionAustraliaAustriaAzerbaijanBahamasBahrainBangladeshBarbadosBelarusBelgiumBelizeBeninBermudaBhutanBoliviaBosnia-HerzegovinaBotswanaBouvet
IslandBrazilBritish Virgin IslandsBruneiBulgariaBurkina
FasoBurundiCambodiaCameroonCape VerdeCayman IslandsCentral African
RepublicChadChileChinaChristmas IslandColombiaComorosCongoCook IslandsCosta
RicaCote d'IvoireCroatiaCyprusCzech RepublicDenmarkDjiboutiDominicaDominican
RepublicEast TimorEcuadorEgyptEl SalvadorEquatorial
GuineaEritreaEstoniaEthiopiaFalkland IslandsFaroe IslandsFijiFinlandFranceFrench
GuianaFrench Polynesia (Tahiti)French Southern
TerritoriesGabonGambiaGeorgiaGermanyGhanaGibraltarGreeceGreenlandGrenadaGuadeloupeGuamGuatemalaGuineaGuinea-BissauGuyanaHaitiHondurasHong
KongHungaryIcelandIndiaIndonesiaIraqIrelandIsle of
ManIsraelItalyJamaicaJapanJordanKazakhstanKenyaKiribatiKorea, Republic Of (South
Korea)Kosovo, Republic ofKuwaitKyrgyzstanLao People's Democratic
RepublicLatviaLebanonLesothoLiberiaLibyaLiechtensteinLithuaniaLuxembourgMacauMacedoniaMadagascarMalawiMalaysiaMaldivesMaliMaltaMarshall
IslandsMartiniqueMauritaniaMauritiusMayotteMexicoMicronesiaMoldova, Republic
ofMonacoMongoliaMontenegroMontserratMoroccoMozambiqueMyanmarNamibiaNauruNepalNetherlandsNetherlands
AntillesNew CaledoniaNew ZealandNicaraguaNigerNigeriaNiue IslandNorfolk
IslandNorthern Mariana IslandsNorwayOmanPakistanPalauPalestine, State
ofPanamaPapua New GuineaParaguayPeruPhilippinesPitcairn
IslandsPolandPortugalPuerto RicoQatarReunionRomaniaRussian FederationRwandaSaint
HelenaSaint Kitts and NevisSaint LuciaSaint Pierre and MiquelonSaint Vincent and
the GrenadinesSamoa (Independent)San MarinoSao Tome and PrincipeSaudi
ArabiaSenegalSerbiaSeychellesSierra LeoneSingaporeSlovakiaSloveniaSolomon
IslandsSomaliaSouth AfricaSpainSri
LankaSurinameSwazilandSwedenSwitzerlandTaiwanTajikistanTanzaniaThailandTimor-LesteTogoTokelauTongaTrinidad
and TobagoTristan da CunhaTunisiaTurkeyTurkmenistanTurks and Caicos
IslandsTuvaluUgandaUkraineUnited Arab EmiratesUnited KingdomUnited States Minor
Outlying IslandsUruguayUzbekistanVanuatuVatican CityVenezuelaViet NamVirgin
Islands (U.S.)Wallis and Futuna IslandsWestern SaharaYemenZambiaZimbabwe
Phone Number 128
Organization 128
Job Title 128
Industry Choose One...AccountingAdvertising/Marketing/PRAerospace &
DefenseBanking & SecuritiesCall Center OutsourcingConsultingEducationEnergy,
Chemical, UtilitiesFinancial Services - OtherGovernment - FederalGovernment -
State & LocalHigh Tech - HardwareHigh Tech - ISPHigh Tech - OtherHospital,
Clinic, Doctor OfficeHospitality, Travel,
TourismInsuranceLegalManufacturingMedical, Pharma, BiotechReal
EstateRetailSoftware - FinanceSoftware - HealthcareSoftware - OtherSupport
OutsourcingTelecommunicationsTransportation & DistributionVAR/Systems
IntegratorOther

--------------------------------------------------------------------------------



Your company type Choose One...CustomerBusiness PartnerHCL EmployeeOther
What version of Domino are you currently running? Choose One...Not SureVersion
12Version 11Version 10Version 9 or below

--------------------------------------------------------------------------------

Secured payments with your credit or debit card via stripe


Card Number

Expiration Date

CVV

Enter your card details
Discount Code
Apply
Invalid discount code.
Discount code applied successfully!

NOTE: Please direct all payment-related questions to the webinar organizer. Your
registration for this webinar is subject to LogMeIn’s Terms of Service and
Privacy Policy.

--------------------------------------------------------------------------------

Unfortunately your browser isn't supported. Please upgrade to Safari v7+ or
switch to Chrome™ or FireFox®.
By clicking this box, you acknowledge that you are NOT a U.S. Federal Government
employee or agency, nor are you submitting information with respect to or on
behalf of one. HCL provides software and services to U.S. Federal Government
customers through its partner immixGroup, Inc. Contact this team at
https://hcltechsw.com/resources/us-government-contact -- ALSO -- HCL cares about
your privacy. We may use this data for our legitimate interests to provide you
with information about our products or services that may be of interest to you.
You may unsubscribe from future communications at any time. To learn more about
how we may use your information, see
https://www.hcltechsw.com/wps/portal/legal/privacy.



Register



©1997-2021 LogMeIn, Inc. All rights reserved.

View the GoToWebinar Privacy Policy

Firefox is a registered trademark of the Mozilla Foundation.

To review the webinar organizer's privacy policy or opt out of their other
communications, contact the webinar organizer directly.

Safeguarding your email address and webinar registration information is taken
seriously at GoToWebinar. GoToWebinar will not sell or rent this information.