form.tukihub.com Open in urlscan Pro
62.72.47.223  Public Scan

URL: https://form.tukihub.com/
Submission: On February 22 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 1 forms found in the DOM

Name: formioForm

<form ng-if="!form.display || (form.display === 'form')" role="form" name="formioForm" class="formio-form ng-pristine ng-valid ng-scope ng-valid-email ng-valid-pattern ng-valid-minlength ng-valid-maxlength ng-valid-mask ng-valid-required"
  ng-submit="onSubmit(formioForm)" novalidate="">
  <!-- ngRepeat: alert in formioAlerts track by $index -->
  <!-- ngIf: downloadUrl && form.settings.pdf.id -->
  <!-- DO NOT PUT "track by $index" HERE SINCE DYNAMICALLY ADDING/REMOVING COMPONENTS WILL BREAK -->
  <!-- ngRepeat: component in form.components track by $index --><!-- ngIf: options.building ? '::true' : isVisible(component) -->
  <div class="form-group form-field-type-email formio-component-email " id="form-group-email" ng-class="{'has-feedback ': (component.hideLabel === true || component.label === '' || !component.label) &amp;&amp; component.validate.required,
             'has-error': (formioForm[componentId].$invalid || invalidQuestions(formioForm)) &amp;&amp; !formioForm[componentId].$pristine &amp;&amp; component.type !== 'form' }" ng-style="component.style" ng-hide="component.hidden"
    ng-repeat="component in form.components track by $index" component="component" ng-if="options.building ? '::true' : isVisible(component)" data="submission.data" form-name="formName" formio="formio" submission="submission"
    hide-components="hideComponents" read-only="isDisabled(component, submission.data)" options="options">
    <!-- ngIf: !component.multiple -->
    <div ng-if="!component.multiple" class="ng-scope"><!-- ngIf: labelVisible() && (component.labelPosition !== 'bottom') --><label ng-if="labelVisible() &amp;&amp; (component.labelPosition !== 'bottom')" for="email" id="emailLabel"
        class="control-label ng-binding ng-scope" ng-class="{'field-required': isRequired(component)}" ng-style="getLabelStyles(component)">Email
        <!-- ngIf: component.tooltip --></label><!-- end ngIf: labelVisible() && (component.labelPosition !== 'bottom') -->
      <div class="input-group" ng-style="getInputGroupStyles(component)"><!-- ngIf: !!component.prefix --><input type="email"
          class="form-control ng-pristine ng-untouched ng-valid ng-empty ng-valid-email ng-valid-pattern ng-valid-minlength ng-valid-maxlength ng-valid-mask ng-valid-required" id="email" name="email" tabindex="0" ng-disabled="readOnly"
          ng-model="data[component.key]" ng-model-options="{ allowInvalid: true, debounce: 500 }" safe-multiple-to-single="" auto-focus="true" aria-labelledby="emailLabel" aria-describedby="emailDesc" ng-required="isRequired(component)" spellcheck=""
          custom-validator="component.validate.custom" ng-attr-placeholder="{{ component.placeholder | formioTranslate:null:options.building }}" formio-mask="" placeholder="Enter your email address">
        <!-- ngIf: (component.hideLabel === true || component.label === '' || !component.label) && isRequired(component) --><!-- ngIf: !!component.suffix --></div><!-- ngIf: labelVisible() && (component.labelPosition === 'bottom') -->
      <div class="formio-errors"><!-- ngIf: ::!options.building --><formio-errors ng-if="::!options.building" class="ng-scope">
          <div ng-show="formioForm[componentId].$error &amp;&amp; !formioForm[componentId].$pristine" class="ng-hide">
            <div ng-show="component.validate.customMessage &amp;&amp; (
    formioForm[componentId].$error.email ||
    formioForm[componentId].$error.required ||
    formioForm[componentId].$error.number ||
    formioForm[componentId].$error.maxlength ||
    formioForm[componentId].$error.minlength ||
    formioForm[componentId].$error.min ||
    formioForm[componentId].$error.max ||
    formioForm[componentId].$error.custom ||
    formioForm[componentId].$error.pattern ||
    formioForm[componentId].$error.day ||
    formioForm[componentId].$error.mask
  )" class="ng-hide">
              <p class="help-block ng-binding"></p>
            </div>
            <div ng-hide="component.validate.customMessage">
              <p class="help-block ng-binding ng-hide" ng-show="formioForm[componentId].$error.email">Email must be a valid email.</p>
              <p class="help-block ng-binding ng-hide" ng-show="formioForm[componentId].$error.required">Email is required.</p>
              <p class="help-block ng-binding ng-hide" ng-show="formioForm[componentId].$error.number">Email must be a number.</p>
              <p class="help-block ng-binding ng-hide" ng-show="formioForm[componentId].$error.maxlength">Email must be shorter than 1 characters.</p>
              <p class="help-block ng-binding ng-hide" ng-show="formioForm[componentId].$error.minlength">Email must be longer than -1 characters.</p>
              <p class="help-block ng-binding ng-hide" ng-show="formioForm[componentId].$error.min">Email must be greater than or equal to .</p>
              <p class="help-block ng-binding ng-hide" ng-show="formioForm[componentId].$error.max">Email must be less than or equal to .</p>
              <p class="help-block ng-binding ng-hide" ng-show="formioForm[componentId].$error.custom"></p>
              <p class="help-block ng-binding ng-hide" ng-show="formioForm[componentId].$error.pattern">Email does not match the pattern </p>
              <p class="help-block ng-binding ng-hide" ng-show="formioForm[componentId].$error.day">Email must be a valid date.</p>
              <p class="help-block ng-binding ng-hide" ng-show="formioForm[componentId].$error.mask">Email does not match the mask.</p>
            </div>
          </div>
        </formio-errors><!-- end ngIf: ::!options.building --></div>
    </div><!-- end ngIf: !component.multiple --><!-- ngIf: component.multiple --><!-- ngIf: !!component.description -->
  </div><!-- end ngIf: options.building ? '::true' : isVisible(component) --><!-- end ngRepeat: component in form.components track by $index --><!-- ngIf: options.building ? '::true' : isVisible(component) -->
  <div class="form-group form-field-type-password formio-component-password " id="form-group-password" ng-class="{'has-feedback ': (component.hideLabel === true || component.label === '' || !component.label) &amp;&amp; component.validate.required,
             'has-error': (formioForm[componentId].$invalid || invalidQuestions(formioForm)) &amp;&amp; !formioForm[componentId].$pristine &amp;&amp; component.type !== 'form' }" ng-style="component.style" ng-hide="component.hidden"
    ng-repeat="component in form.components track by $index" component="component" ng-if="options.building ? '::true' : isVisible(component)" data="submission.data" form-name="formName" formio="formio" submission="submission"
    hide-components="hideComponents" read-only="isDisabled(component, submission.data)" options="options">
    <!-- ngIf: !component.multiple -->
    <div ng-if="!component.multiple" class="ng-scope"><!-- ngIf: labelVisible() && (component.labelPosition !== 'bottom') --><label ng-if="labelVisible() &amp;&amp; (component.labelPosition !== 'bottom')" for="password" id="passwordLabel"
        class="control-label ng-binding ng-scope" ng-class="{'field-required': isRequired(component)}" ng-style="getLabelStyles(component)">Password
        <!-- ngIf: component.tooltip --></label><!-- end ngIf: labelVisible() && (component.labelPosition !== 'bottom') -->
      <div class="input-group" ng-style="getInputGroupStyles(component)"><!-- ngIf: !!component.prefix --><input type="password"
          class="form-control ng-pristine ng-untouched ng-valid ng-empty ng-valid-pattern ng-valid-minlength ng-valid-maxlength ng-valid-mask ng-valid-required" id="password" name="password" tabindex="0" ng-disabled="readOnly"
          ng-model="data[component.key]" ng-model-options="{ allowInvalid: true, debounce: 500 }" safe-multiple-to-single="" auto-focus="true" aria-labelledby="passwordLabel" aria-describedby="passwordDesc" ng-required="isRequired(component)"
          spellcheck="" custom-validator="component.validate.custom" ng-attr-placeholder="{{ component.placeholder | formioTranslate:null:options.building }}" formio-mask="" placeholder="Enter your password.">
        <!-- ngIf: (component.hideLabel === true || component.label === '' || !component.label) && isRequired(component) --><!-- ngIf: !!component.suffix --></div><!-- ngIf: labelVisible() && (component.labelPosition === 'bottom') -->
      <div class="formio-errors"><!-- ngIf: ::!options.building --><formio-errors ng-if="::!options.building" class="ng-scope">
          <div ng-show="formioForm[componentId].$error &amp;&amp; !formioForm[componentId].$pristine" class="ng-hide">
            <div ng-show="component.validate.customMessage &amp;&amp; (
    formioForm[componentId].$error.email ||
    formioForm[componentId].$error.required ||
    formioForm[componentId].$error.number ||
    formioForm[componentId].$error.maxlength ||
    formioForm[componentId].$error.minlength ||
    formioForm[componentId].$error.min ||
    formioForm[componentId].$error.max ||
    formioForm[componentId].$error.custom ||
    formioForm[componentId].$error.pattern ||
    formioForm[componentId].$error.day ||
    formioForm[componentId].$error.mask
  )" class="ng-hide">
              <p class="help-block ng-binding"></p>
            </div>
            <div ng-hide="component.validate.customMessage">
              <p class="help-block ng-binding ng-hide" ng-show="formioForm[componentId].$error.email">Password must be a valid email.</p>
              <p class="help-block ng-binding ng-hide" ng-show="formioForm[componentId].$error.required">Password is required.</p>
              <p class="help-block ng-binding ng-hide" ng-show="formioForm[componentId].$error.number">Password must be a number.</p>
              <p class="help-block ng-binding ng-hide" ng-show="formioForm[componentId].$error.maxlength">Password must be shorter than 1 characters.</p>
              <p class="help-block ng-binding ng-hide" ng-show="formioForm[componentId].$error.minlength">Password must be longer than -1 characters.</p>
              <p class="help-block ng-binding ng-hide" ng-show="formioForm[componentId].$error.min">Password must be greater than or equal to .</p>
              <p class="help-block ng-binding ng-hide" ng-show="formioForm[componentId].$error.max">Password must be less than or equal to .</p>
              <p class="help-block ng-binding ng-hide" ng-show="formioForm[componentId].$error.custom"></p>
              <p class="help-block ng-binding ng-hide" ng-show="formioForm[componentId].$error.pattern">Password does not match the pattern </p>
              <p class="help-block ng-binding ng-hide" ng-show="formioForm[componentId].$error.day">Password must be a valid date.</p>
              <p class="help-block ng-binding ng-hide" ng-show="formioForm[componentId].$error.mask">Password does not match the mask.</p>
            </div>
          </div>
        </formio-errors><!-- end ngIf: ::!options.building --></div>
    </div><!-- end ngIf: !component.multiple --><!-- ngIf: component.multiple --><!-- ngIf: !!component.description -->
  </div><!-- end ngIf: options.building ? '::true' : isVisible(component) --><!-- end ngRepeat: component in form.components track by $index --><!-- ngIf: options.building ? '::true' : isVisible(component) -->
  <div class="form-group form-field-type-button formio-component-submit " id="form-group-submit" ng-class="{'has-feedback ': (component.hideLabel === true || component.label === '' || !component.label) &amp;&amp; component.validate.required,
             'has-error': (formioForm[componentId].$invalid || invalidQuestions(formioForm)) &amp;&amp; !formioForm[componentId].$pristine &amp;&amp; component.type !== 'form' }" ng-style="component.style" ng-hide="component.hidden"
    ng-repeat="component in form.components track by $index" component="component" ng-if="options.building ? '::true' : isVisible(component)" data="submission.data" form-name="formName" formio="formio" submission="submission"
    hide-components="hideComponents" read-only="isDisabled(component, submission.data)" options="options">
    <button ng-attr-type="{{ getButtonType() }}" id="submit" name="submit" ng-class="{'btn-block': component.block, 'btn-disable': disableBtn}" auto-focus="true" class="btn btn-primary btn-md"
      ng-disabled="readOnly || formioForm.submitting || (component.disableOnInvalid &amp;&amp; formioForm.$invalid)" tabindex="0" ng-click="$emit('buttonClick', component, componentId)" type="submit">
      <!-- ngIf: component.leftIcon -->
      <!-- ngIf: component.leftIcon && component.label -->Submit<!-- ngIf: component.rightIcon && component.label -->
      <!-- ngIf: component.rightIcon -->
      <!-- ngIf: component.tooltip -->
      <!-- ngIf: component.action == 'submit' && formioForm.submitting -->
    </button>
    <!-- ngIf: hasError() -->
  </div><!-- end ngIf: options.building ? '::true' : isVisible(component) --><!-- end ngRepeat: component in form.components track by $index -->
</form>

Text Content

Toggle navigation



ADMIN LOGINĀ 

Email


Email must be a valid email.

Email is required.

Email must be a number.

Email must be shorter than 1 characters.

Email must be longer than -1 characters.

Email must be greater than or equal to .

Email must be less than or equal to .



Email does not match the pattern

Email must be a valid date.

Email does not match the mask.

Password


Password must be a valid email.

Password is required.

Password must be a number.

Password must be shorter than 1 characters.

Password must be longer than -1 characters.

Password must be greater than or equal to .

Password must be less than or equal to .



Password does not match the pattern

Password must be a valid date.

Password does not match the mask.

Submit