www.contentree.com Open in urlscan Pro
104.26.11.8  Public Scan

Submitted URL: http://track.it-securityworld.com/?xtl=eyqsyofbar57uozpacm2m85c2viwmtkwjb2y0c8uicqruxrl4usso2kku4hpx8cdwjnrknbam8745uhxdkqywy1tn43...
Effective URL: https://www.contentree.com/register?medium=email&source=NLRole&ctid=65dc484b43bb034a308b5ae5&mlid=2096042130
Submission: On March 25 via api from TR — Scanned from IT

Form analysis 1 forms found in the DOM

Name: registerForm

<form name="registerForm" data-ng-show="!vm.isRegistered" class="register__form-main ng-pristine ng-valid-email ng-invalid ng-invalid-required" novalidate="">
  <div class="register__form-header">Sign up for your free account.</div>
  <div class="register__form-signin">Already have an account? <a href="javascript:void(0)" ng-click="vm.signIn()" title="Sign in">&nbsp;Sign in&nbsp;</a></div>
  <button type="button" class="register__form-btn-linkedin" ng-show="!vm.isRegistered" ng-click="vm.signInWithLinkedIn()"><i class="fa fa-linkedin-square"></i>&nbsp;SIGN IN WITH LINKEDIN</button>
  <p><span>OR</span></p>
  <div class="register__form-main-group">
    <label class="register__form-main-group-label" for="email">Business Email</label>
    <input id="email" name="email" required="" placeholder="Your business email" type="email" ng-model="vm.userData.email" ng-class="{'form__control--invalid': registerForm.$submitted &amp;&amp; registerForm.email.$invalid}"
      class="ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required">
    <div data-ng-show="registerForm.$submitted" class="ng-hide">
      <span class="register__form-validation-error" ng-show="registerForm.email.$error.required">Please enter Email.</span>
      <span class="register__form-validation-error ng-hide" ng-show="registerForm.email.$error.email">Invalid email.</span>
    </div>
  </div>
  <div class="register__form-main-group">
    <label class="register__form-main-group-label" for="password">Password</label>
    <input type="password" id="password" name="password" required="" placeholder="Your password" ng-model="vm.userData.password" ng-class="{'form__control--invalid': registerForm.$submitted &amp;&amp; registerForm.password.$invalid}"
      class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
    <div ng-show="registerForm.$submitted" class="ng-hide">
      <span class="register__form-validation-error" ng-show="registerForm.password.$error.required">Please enter Password.</span>
      <span class="register__form-validation-error ng-hide" ng-show="registerForm.password.$error.minlength">The password must be at least 6 characters long.</span>
      <span class="register__form-validation-error ng-hide" ng-show="registerForm.password.$error.maxlength">Password length must be less than 101.</span>
    </div>
  </div>
  <div class="register__form-main-group">
    <label class="register__form-main-group-checkbox-wrap">
      <span class="register__form-main-group-checkbox-mask" data-ng-class="{'register__form-main-group-checkbox-mask-checked' : vm.isAdult}"></span>
      <input type="checkbox" name="isAdult" ng-model="vm.isAdult" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required"> By clicking this checkbox you confirm that you are 18 years of age or older. </label>
  </div>
  <div class="register__form-main-group">
    <label class="register__form-main-group-checkbox-wrap">
      <span class="register__form-main-group-checkbox-mask" data-ng-class="{'register__form-main-group-checkbox-mask-checked' : vm.isAgreed}"></span>
      <input type="checkbox" name="isAgreed" ng-model="vm.isAgreed" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
      <span class="register__form-main-group-checkbox-wrap-lbl"> By clicking this checkbox you agree to the <a href="/legal" target="_blank" title="Terms of Service">Terms of Service</a> &amp;
        <a href="/privacy" target="_blank" title="Privacy Policy">Privacy Policy</a>. </span>
    </label>
  </div>
  <div ng-show="registerForm.$submitted" class="text-center margin-bottom-20 ng-hide">
    <span class="register__form-validation-error" ng-show="registerForm.isAgreed.$error.required || registerForm.isAdult.$error.required">Sorry, you should agree with our rules.</span>
  </div>
  <div class="register__form-main-group">
    <div id="recaptcha" class="g-recaptcha">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-du1ldkmwbsup" frameborder="0" scrolling="no"
            sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6Ld6AagaAAAAABznzdJO9fj9v4flqnF9xV-3k0FM&amp;co=aHR0cHM6Ly93d3cuY29udGVudHJlZS5jb206NDQz&amp;hl=it&amp;v=Hq4JZivTyQ7GP8Kt571Tzodj&amp;size=normal&amp;cb=wq2htxh7x22h"></iframe>
        </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
          style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
      </div><iframe style="display: none;"></iframe>
    </div>
  </div>
  <button ng-class="{'register__form-btn-signup register__form-btn-signup-success' : vm.isRecaptchaValid, 'register__form-btn-signup' : !vm.isRecaptchaValid }" type="submit" ng-disabled="vm.isLoading || !vm.isRecaptchaValid"
    ng-click="vm.register(registerForm.$valid)" class="register__form-btn-signup" disabled="disabled">
    <!-- ngIf: !vm.isLoading --><span ng-if="!vm.isLoading" class="ng-scope">SIGN UP</span><!-- end ngIf: !vm.isLoading -->
    <!-- ngIf: vm.isLoading -->
  </button>
</form>

Text Content

Sign up for your free account.
Already have an account?  Sign in 
 SIGN IN WITH LINKEDIN

OR

Business Email
Please enter Email. Invalid email.
Password
Please enter Password. The password must be at least 6 characters long. Password
length must be less than 101.
By clicking this checkbox you confirm that you are 18 years of age or older.
By clicking this checkbox you agree to the Terms of Service & Privacy Policy.
Sorry, you should agree with our rules.

SIGN UP
Please check your email for the confirmation link.
If you did not yet receive your email confirmation, please check your spam, junk
or secondary inboxes. Alternatively, click on "Resend Confirmation" so that we
can provide a new confirmation. Resend Confirmation
Still can't find it? Let us know

support@contentree.com


WORK SMARTER

Thousands of B2B resources from across the internet available in one easy-to-use
platform.


READ WITHOUT LIMITS

Access an ever-expanding digital library of B2B content - no forms, no paywalls.


GET ORGANIZED

Save and organize content in your own way to help navigate business challenges.

© 2024 Contentree.  All Rights Reserved   |   Privacy and Cookies   |  
Legal   |   Do not sell my info