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

Submitted URL: https://l.pscomms.net/t/2418gu83vE/2
Effective URL: https://register.gotowebinar.com/register/9176108868773978456?source=IS
Submission: On May 08 via manual from US — Scanned from GB

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()">Thu, May 9, 2024 11:00 AM - 12:00 PM BST</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}">The scale of NHS Commercial activity at national, regional and local
          levels across England is significant, with around £35 billion spent across over 80,000 suppliers. This covers all supplier-related activity, including procurement of products and services, commercial innovation and supply chain
          management.This free webinar features exclusive insights from Ruth Burns – Supplier Relationship Manager at the NHS North of England Commercial Procurement Collaborative. With the recent publishing of NHS Commercial’s Strategic Framework,
          the upcoming changes resulting from the Procurement Act, and growing emphasis on digitising procurement amid shifting state priorities and an ageing population, the sector is evolving substantially. Recently, the NHS North of England
          Commercial Procurement Collaborative (NOE CPC) were accredited by NHS England as a Central Commercial Function (CCF) Accredited Framework Host. This webinar will cover a number of important areas such as the importance of collaborative
          procurement, building strong relationships between buyers and suppliers, early engagement and some key info on frameworks and explore why this is key for suppliers looking for the best routes to market to win business in the healthcare
          supply chain. Ruth’s insights will be supported by data-driven insights from the HCI business intelligence platform – with detail of live opportunities to participate and a view of future spending trends. By attending you will: • Understand
          the importance of collaborative procurement and why early engagement is critical to winning business in the health marketplace • Gain actionable insight into the latest spending trends across NHS procurement • See which spend areas are set
          for increased future investment, and when • Learn how market analysis can support your future growth strategy • Improve your knowledge of the changing procurement landscape and challenges facing the NHS • Identify relevant opportunities
          available now </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.zipCodeLabel" for="registrant.zipCode">Zip/Postal Code</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.zipCode" maxlength="128" tabindex="5">
            <!-- /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.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;">20</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="20" 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="visible: equalToCountryState,  '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="Textile Industry">Textile Industry</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>
            <select class="form-control maxCharLimit"
              data-bind="visible: name === 'country', 'css':{'inputError': verificationFailed}, 'attr':{'id':'registrant.' + name, 'tabindex':tabIdx}, 'hasFocus':isSelected, 'options':countriesOptions, optionsCaption:$root.chooseOneText,  'optionsText':'COUNTRY_NAME', value:selectSelectedAnswer, event: {change: onChangeSelect}"
              id="registrant.industry" tabindex="9" style="display: none;">
              <option value="">Choose One...</option>
            </select>
            <select class="form-control maxCharLimit"
              data-bind="visible: shouldStateEnable, enable: isStateEnable,'css':{'inputError': verificationFailed}, 'attr':{'id':'registrant.' + name, 'tabindex':tabIdx}, 'hasFocus':isSelected, 'options':stateOptions, optionsCaption:$root.chooseOneText, value:stateSelectedAnswer, event: {change: onChangeState} "
              disabled="" id="registrant.industry" tabindex="9" style="display: none;">
              <option value="">Choose One...</option>
            </select>
            <!-- /ko -->
            <!-- ko 'if': verificationFailed --><!-- /ko -->
          </div>
        </div>
        <div data-bind="'foreach':$data" class="row">
          <div class="form-group col-sm-6" 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.numberOfEmployeesLabel" for="registrant.numberOfEmployees">Number of Employees</label>
            <!-- ko 'if': type == 'shortAnswer' --><!-- /ko -->
            <!-- ko 'if': type == 'multipleChoice' -->
            <select class="form-control maxCharLimit"
              data-bind="visible: equalToCountryState,  'css':{'inputError': verificationFailed}, 'attr':{'id':'registrant.' + name, 'tabindex':tabIdx}, 'hasFocus':isSelected, 'options':answers, 'optionsText':'answer', optionsCaption:$root.chooseOneText, value:selectedAnswer, optionsValue:'answerKey'"
              id="registrant.numberOfEmployees" tabindex="10">
              <option value="">Choose One...</option>
              <option value="1-20">1-20</option>
              <option value="21-50">21-50</option>
              <option value="51-100">51-100</option>
              <option value="101-250">101-250</option>
              <option value="251-500">251-500</option>
              <option value="501-1,000">501-1,000</option>
              <option value="1,001-5,000">1,001-5,000</option>
              <option value="5,001-10,000">5,001-10,000</option>
              <option value="More than 10,000">More than 10,000</option>
            </select>
            <select class="form-control maxCharLimit"
              data-bind="visible: name === 'country', 'css':{'inputError': verificationFailed}, 'attr':{'id':'registrant.' + name, 'tabindex':tabIdx}, 'hasFocus':isSelected, 'options':countriesOptions, optionsCaption:$root.chooseOneText,  'optionsText':'COUNTRY_NAME', value:selectSelectedAnswer, event: {change: onChangeSelect}"
              id="registrant.numberOfEmployees" tabindex="10" style="display: none;">
              <option value="">Choose One...</option>
            </select>
            <select class="form-control maxCharLimit"
              data-bind="visible: shouldStateEnable, enable: isStateEnable,'css':{'inputError': verificationFailed}, 'attr':{'id':'registrant.' + name, 'tabindex':tabIdx}, 'hasFocus':isSelected, 'options':stateOptions, optionsCaption:$root.chooseOneText, value:stateSelectedAnswer, event: {change: onChangeState} "
              disabled="" id="registrant.numberOfEmployees" tabindex="10" style="display: none;">
              <option value="">Choose One...</option>
            </select>
            <!-- /ko -->
            <!-- ko 'if': verificationFailed --><!-- /ko -->
          </div>
          <div class="form-group col-sm-6" 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.purchasingTimeFrameLabel" for="registrant.purchasingTimeFrame">Purchasing Time Frame</label>
            <!-- ko 'if': type == 'shortAnswer' --><!-- /ko -->
            <!-- ko 'if': type == 'multipleChoice' -->
            <select class="form-control maxCharLimit"
              data-bind="visible: equalToCountryState,  'css':{'inputError': verificationFailed}, 'attr':{'id':'registrant.' + name, 'tabindex':tabIdx}, 'hasFocus':isSelected, 'options':answers, 'optionsText':'answer', optionsCaption:$root.chooseOneText, value:selectedAnswer, optionsValue:'answerKey'"
              id="registrant.purchasingTimeFrame" tabindex="11">
              <option value="">Choose One...</option>
              <option value="Within a month">Within a month</option>
              <option value="1-3 months">1-3 months</option>
              <option value="4-6 months">4-6 months</option>
              <option value="More than 6 months">More than 6 months</option>
              <option value="No timeframe">No timeframe</option>
            </select>
            <select class="form-control maxCharLimit"
              data-bind="visible: name === 'country', 'css':{'inputError': verificationFailed}, 'attr':{'id':'registrant.' + name, 'tabindex':tabIdx}, 'hasFocus':isSelected, 'options':countriesOptions, optionsCaption:$root.chooseOneText,  'optionsText':'COUNTRY_NAME', value:selectSelectedAnswer, event: {change: onChangeSelect}"
              id="registrant.purchasingTimeFrame" tabindex="11" style="display: none;">
              <option value="">Choose One...</option>
            </select>
            <select class="form-control maxCharLimit"
              data-bind="visible: shouldStateEnable, enable: isStateEnable,'css':{'inputError': verificationFailed}, 'attr':{'id':'registrant.' + name, 'tabindex':tabIdx}, 'hasFocus':isSelected, 'options':stateOptions, optionsCaption:$root.chooseOneText, value:stateSelectedAnswer, event: {change: onChangeState} "
              disabled="" id="registrant.purchasingTimeFrame" tabindex="11" style="display: none;">
              <option value="">Choose One...</option>
            </select>
            <!-- /ko -->
            <!-- ko 'if': verificationFailed --><!-- /ko -->
          </div>
        </div>
      </div>
    </div>
    <!-- Custom Questions-->
    <!-- ko 'if': registrationQuestionsVM().customQuestions().length > 0 --><!-- /ko -->
    <!-- ko 'if' : registrationQuestionsVM().commentsField -->
    <div class="form-group required" data-bind="css:{required : registrationQuestionsVM().commentsField.required, 'has-error':registrationQuestionsVM().commentsField.verificationFailed }">
      <label class="control-label" data-bind="attr:{'id':'registrant.' + registrationQuestionsVM().commentsField + 'Label', 'for':'registrant.' + registrationQuestionsVM().commentsField.name}, text:registrationQuestionsVM().commentsField.question"
        id="registrant.[object Object]Label" for="registrant.comments">Questions &amp; Comments</label>
      <span
        data-bind="visible:registrationQuestionsVM().commentsField.isSelected, text:registrationQuestionsVM().commentsField.maxSize - registrationQuestionsVM().commentsField.selectedAnswer().length, css:{'danger':registrationQuestionsVM().commentsField.maxSize - registrationQuestionsVM().commentsField.selectedAnswer().length === 0, 'warning':registrationQuestionsVM().commentsField.maxSize - registrationQuestionsVM().commentsField.selectedAnswer().length < 20}"
        class="charLimit" style="display: none;">255</span>
      <textarea class="form-control"
        data-bind="attr:{id:'registrant.' + registrationQuestionsVM().commentsField.name, maxlength:registrationQuestionsVM().commentsField.maxSize},hasFocus:registrationQuestionsVM().commentsField.isSelected, value:registrationQuestionsVM().commentsField.selectedAnswer, valueUpdate: 'afterkeydown'"
        id="registrant.comments" maxlength="255"></textarea>
      <span data-bind="visible:registrationQuestionsVM().commentsField.verificationFailed" class="help-block" style="display: none;"><i class="togo-icon togo-icon-error"></i><span
          data-bind="text:registrationQuestionsVM().commentsField.errorMessage"></span></span>
    </div>
    <!-- /ko -->
  </div><!-- /ko -->
  <div class="paymentBody" id="payment-form" data-bind="visible: showPayment" style="display: none;">
    <!-- ko 'if' : registrationQuestionsVM().commentsField || registrationQuestionsVM().customQuestions().length == 0 -->
    <hr>
    <!-- /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 GoTo’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 --><!-- /ko -->
    <!-- ko 'if' : registrationQuestionsVM().defaultDisclaimerNotice -->
    <p class="disclaimerText" data-bind="html: registrationQuestionsVM().defaultDisclaimerNotice">By clicking this button, you submit your information to the webinar organizer, who will use it to communicate with you regarding this event and their
      other services.</p>
    <!-- /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">
        <!-- 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

WHAT DOES THE NHS LOOK FOR IN A SUPPLIER?

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

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

This webinar meets 1 times.

Thu, May 9, 2024 11:00 AM - 12:00 PM BST

Show in My Time Zone

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

The scale of NHS Commercial activity at national, regional and local levels
across England is significant, with around £35 billion spent across over 80,000
suppliers. This covers all supplier-related activity, including procurement of
products and services, commercial innovation and supply chain management.This
free webinar features exclusive insights from Ruth Burns – Supplier Relationship
Manager at the NHS North of England Commercial Procurement Collaborative. With
the recent publishing of NHS Commercial’s Strategic Framework, the upcoming
changes resulting from the Procurement Act, and growing emphasis on digitising
procurement amid shifting state priorities and an ageing population, the sector
is evolving substantially. Recently, the NHS North of England Commercial
Procurement Collaborative (NOE CPC) were accredited by NHS England as a Central
Commercial Function (CCF) Accredited Framework Host. This webinar will cover a
number of important areas such as the importance of collaborative procurement,
building strong relationships between buyers and suppliers, early engagement and
some key info on frameworks and explore why this is key for suppliers looking
for the best routes to market to win business in the healthcare supply chain.
Ruth’s insights will be supported by data-driven insights from the HCI business
intelligence platform – with detail of live opportunities to participate and a
view of future spending trends. By attending you will: • Understand the
importance of collaborative procurement and why early engagement is critical to
winning business in the health marketplace • Gain actionable insight into the
latest spending trends across NHS procurement • See which spend areas are set
for increased future investment, and when • Learn how market analysis can
support your future growth strategy • Improve your knowledge of the changing
procurement landscape and challenges facing the NHS • Identify relevant
opportunities available now

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

Required field

First Name 128
Last Name 128
Email Address 128
Zip/Postal Code 128
Phone Number 20
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
OutsourcingTelecommunicationsTextile IndustryTransportation &
DistributionVAR/Systems IntegratorOther Choose One... Choose One...
Number of Employees Choose
One...1-2021-5051-100101-250251-500501-1,0001,001-5,0005,001-10,000More than
10,000 Choose One... Choose One...
Purchasing Time Frame Choose One...Within a month1-3 months4-6 monthsMore than 6
monthsNo timeframe Choose One... Choose One...
Questions & Comments 255

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

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 GoTo’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 button, you submit your information to the webinar organizer,
who will use it to communicate with you regarding this event and their other
services.




Register



©2024 GoTo, Inc. All rights reserved.

View the GoTo Webinar 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 GoTo Webinar. GoTo Webinar will not sell or rent this information.