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

Submitted URL: https://tinyurl.com/258sf7c7
Effective URL: https://register.gotowebinar.com/register/2684035855566575962?source=li
Submission: On May 08 via manual from DE — 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" style="display: none;">
    <!-- 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">Dieses Webinar wird 1 Mal durchgeführt.</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="past">
                <!--ko 'if': $data.getDay() && $parent.getWebinarInfo().type === 'sequence' --><!--/ko-->
                <td data-bind="'text':$data.getStartAndEndDate()">Donnerstag, 4. Mai 2023, 8:00 - 9:00 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">In meiner Zeitzone anzeigen</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'" src="https://images.gotowebinar.com/c3e3a62b4f0018ad2f8a3ec4d40a61c7">
        <span class="registration-description" data-bind="expander:{'expandText': moreButtonText(), 'userCollapseText': lessButtonText(), 'text':getWebinarInfo().description}">Eine effektive Instandhaltung für bauliche Infrastrukturen und Brücken
          benötigt eine regelmäßige und konsequente Wartung. Diese lässt sich nur mit transparenten und validen Daten gewährleisten. Erfahren Sie im Live-Webinar von unsere Experten, wie Sie Infrastrukturdaten digitalisieren und damit Grundlagen für
          die Vorhersage von Erhaltungsmaßnahmen schaffen können. Nur durch präzise Vorhersagen lassen sich entsprechende Wartungsarbeiten rechtzeitig und belastbar ableiten. In der ExpertHour zeigen wir neben den Erhebungen der Daten auch
          Vorhersagemodelle anhand konkreter Projektbeispiele und Business Cases auf. Referenten: Frank Joecks, Milco Gehrmann und Stefan Held von PROFI Engineering Systems AG </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">Pflichtfeld</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">Vorname</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">Nachname</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">E-Mail-Adresse</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" 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">Telefonnummer</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="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.organizationLabel" for="registrant.organization">Firma/Organisation</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="6">
            <!-- /ko -->
            <!-- /ko -->
            <!-- ko 'if': type == 'multipleChoice' --><!-- /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.jobTitleLabel" for="registrant.jobTitle">Stellenbezeichnung</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="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" 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">Branche</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="8">
              <option value="">Wählen Sie eine Option aus...</option>
              <option value="Rechnungswesen">Rechnungswesen</option>
              <option value="Werbung/Marketing/PR">Werbung/Marketing/PR</option>
              <option value="Luftfahrt und Verteidigung">Luftfahrt und Verteidigung</option>
              <option value="Banken und Versicherungen">Banken und Versicherungen</option>
              <option value="Call-Center - Outsourcing">Call-Center - Outsourcing</option>
              <option value="Beratung">Beratung</option>
              <option value="Bildungswesen">Bildungswesen</option>
              <option value="Energiewesen, Chemische Industrie, Versorgungswirtschaft">Energiewesen, Chemische Industrie, Versorgungswirtschaft</option>
              <option value="Finanzdienstleistungen ‐ Andere">Finanzdienstleistungen ‐ Andere</option>
              <option value="Behörden – Bundesebene">Behörden – Bundesebene</option>
              <option value="Landes- und Regionalebene">Landes- und Regionalebene</option>
              <option value="High Tech - Hardware">High Tech - Hardware</option>
              <option value="High Tech - ISP">High Tech - ISP</option>
              <option value="High Tech - Sonstige">High Tech - Sonstige</option>
              <option value="Krankenhaus, Klinik, Praxis">Krankenhaus, Klinik, Praxis</option>
              <option value="Gastronomie, Reisen, Tourismus">Gastronomie, Reisen, Tourismus</option>
              <option value="Versicherung">Versicherung</option>
              <option value="Justizwesen">Justizwesen</option>
              <option value="Fertigungswirtschaft">Fertigungswirtschaft</option>
              <option value="Medizin, Pharmazie, Biotechnologie">Medizin, Pharmazie, Biotechnologie</option>
              <option value="Immobilien">Immobilien</option>
              <option value="Einzelhandel">Einzelhandel</option>
              <option value="Software ‐ Finanzwesen">Software ‐ Finanzwesen</option>
              <option value="Software ‐ Gesundheitswesen">Software ‐ Gesundheitswesen</option>
              <option value="Software ‐ Andere">Software ‐ Andere</option>
              <option value="Support-Outsourcing">Support-Outsourcing</option>
              <option value="Telekommunikation">Telekommunikation</option>
              <option value="Textilbranche">Textilbranche</option>
              <option value="Transportwesen">Transportwesen</option>
              <option value="VAR/Systemintegration">VAR/Systemintegration</option>
              <option value="Andere">Andere</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="8" style="display: none;">
              <option value="">Wählen Sie eine Option aus...</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="8" style="display: none;">
              <option value="">Wählen Sie eine Option aus...</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.numberOfEmployeesLabel" for="registrant.numberOfEmployees">Anzahl Mitarbeiter</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="9">
              <option value="">Wählen Sie eine Option aus...</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="Über 10.000">Über 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="9" style="display: none;">
              <option value="">Wählen Sie eine Option aus...</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="9" style="display: none;">
              <option value="">Wählen Sie eine Option aus...</option>
            </select>
            <!-- /ko -->
            <!-- ko 'if': verificationFailed --><!-- /ko -->
          </div>
        </div>
      </div>
    </div>
    <!-- Custom Questions-->
    <!-- ko 'if': registrationQuestionsVM().customQuestions().length > 0 --><!-- /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 -->
    <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">Sichere Zahlungen mit Ihrer Kredit- oder Geldkarte per 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">Kartennummer</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">Ablaufdatum</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">Geben Sie Ihre Kartendaten ein</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">Rabattcode</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">Anwenden</button>
    </div>
    <div class="promotion-code-errorMsg">
      <span data-i18n="registration.promotionCodeInvalidErrorMessage">Ungültiger Rabattcode.</span>
    </div>
    <div class="promotion-code-SuccessMsg">
      <span data-i18n="registration.promotionCodeSuccessMessage">Rabattcode erfolgreich angewendet!</span>
    </div>
    <div class="alert-info payment-disclaimer">
      <p class="paymentDisclaimerText" data-i18n="[html]registration.paymentDisclaimer">HINWEIS: Wenden Sie sich für alle zahlungsbezogenen Fragen an den Webinar-Organisator. Ihre Anmeldung für dieses Webinar unterliegt den
        <a href="https://www.logmeininc.com/legal/terms-and-conditions" target="_blank" rel="noopener noreferrer">Nutzungsbedingungen</a> und der
        <a href="https://www.logmeininc.com/legal/privacy" target="_blank" rel="noopener noreferrer">Datenschutzerklärung</a> von GoTo.</p>
    </div>
    <hr class="skinny-bottom">
  </div>
  <div data-bind="visible: showPaymentError" class="paymentError" style="display: none;">
    <div data-i18n="payment.error.unsupportedBrowserText">Ihr Browser wird nicht unterstützt. Führen Sie ein Upgrade auf Safari v7 oder höher durch oder wechseln Sie zu Chrome™ oder 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">Ich bin damit einverstanden, dass die Teilnahme am Webinar zu den Datenschutzregeln
      (<a href="https://midrange.de/datenschutz/" class="linkified" target="_blank">https://midrange.de/datenschutz/</a>) des ITP-VERLAGs erfolgt.</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(49, 70, 104); border-color: rgb(49, 70, 104);">
        <!-- 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">Anmelden</span>
        <!-- /ko -->
      </button>
    </p>
  </div>
</form>

Text Content

EXPERTHOUR | PREDICTIVE MAINTENANCE FÜR BAUWERKE DANK DIGITALER
INFRASTRUKTURDATEN | PROFI ENGINEERING SYSTEMS AG

Die E-Mail-Adresse, mit der Sie sich anmelden, ist bereits in Verwendung. Bitte
melden Sie sich mit einer anderen E-Mail-Adresse an.

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

Dieses Webinar wird 1 Mal durchgeführt.

Donnerstag, 4. Mai 2023, 8:00 - 9:00 GMT

In meiner Zeitzone anzeigen

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

Eine effektive Instandhaltung für bauliche Infrastrukturen und Brücken benötigt
eine regelmäßige und konsequente Wartung. Diese lässt sich nur mit transparenten
und validen Daten gewährleisten. Erfahren Sie im Live-Webinar von unsere
Experten, wie Sie Infrastrukturdaten digitalisieren und damit Grundlagen für die
Vorhersage von Erhaltungsmaßnahmen schaffen können. Nur durch präzise
Vorhersagen lassen sich entsprechende Wartungsarbeiten rechtzeitig und belastbar
ableiten. In der ExpertHour zeigen wir neben den Erhebungen der Daten auch
Vorhersagemodelle anhand konkreter Projektbeispiele und Business Cases auf.
Referenten: Frank Joecks, Milco Gehrmann und Stefan Held von PROFI Engineering
Systems AG

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

Pflichtfeld

Vorname 128
Nachname 128
E-Mail-Adresse 128
Telefonnummer 20
Firma/Organisation 128
Stellenbezeichnung 128
Branche Wählen Sie eine Option aus...RechnungswesenWerbung/Marketing/PRLuftfahrt
und VerteidigungBanken und VersicherungenCall-Center -
OutsourcingBeratungBildungswesenEnergiewesen, Chemische Industrie,
VersorgungswirtschaftFinanzdienstleistungen ‐ AndereBehörden –
BundesebeneLandes- und RegionalebeneHigh Tech - HardwareHigh Tech - ISPHigh Tech
- SonstigeKrankenhaus, Klinik, PraxisGastronomie, Reisen,
TourismusVersicherungJustizwesenFertigungswirtschaftMedizin, Pharmazie,
BiotechnologieImmobilienEinzelhandelSoftware ‐ FinanzwesenSoftware ‐
GesundheitswesenSoftware ‐
AndereSupport-OutsourcingTelekommunikationTextilbrancheTransportwesenVAR/SystemintegrationAndere
Wählen Sie eine Option aus... Wählen Sie eine Option aus...
Anzahl Mitarbeiter Wählen Sie eine Option
aus...1-2021-5051-100101-250251-500501-1.0001.001-5.0005.001-10.000Über 10.000
Wählen Sie eine Option aus... Wählen Sie eine Option aus...

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

Sichere Zahlungen mit Ihrer Kredit- oder Geldkarte per Stripe


Kartennummer

Ablaufdatum

CVV

Geben Sie Ihre Kartendaten ein
Rabattcode
Anwenden
Ungültiger Rabattcode.
Rabattcode erfolgreich angewendet!

HINWEIS: Wenden Sie sich für alle zahlungsbezogenen Fragen an den
Webinar-Organisator. Ihre Anmeldung für dieses Webinar unterliegt den
Nutzungsbedingungen und der Datenschutzerklärung von GoTo.

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

Ihr Browser wird nicht unterstützt. Führen Sie ein Upgrade auf Safari v7 oder
höher durch oder wechseln Sie zu Chrome™ oder FireFox®.
Ich bin damit einverstanden, dass die Teilnahme am Webinar zu den
Datenschutzregeln (https://midrange.de/datenschutz/) des ITP-VERLAGs erfolgt.



Anmelden



©2023 GoTo, Inc. Alle Rechte vorbehalten.

GoTo Webinar-Datenschutzerklärung anzeigen

Firefox ist eine eingetragene Marke der Mozilla Foundation.

Um die Datenschutzerklärung des Webinar-Organisators einzusehen oder sich von
der Empfängerliste von Mitteilungen des Organisators entfernen zu lassen, wenden
Sie sich direkt an den Webinar-Organisator.

Der Schutz Ihrer E-Mail-Adresse und Ihrer Anmeldedaten wird von GoTo Webinar
sehr ernst genommen. GoTo Webinar wird diese Daten auf keinen Fall verkaufen
oder vermieten.