uat-mobileapi.getcnx.com Open in urlscan Pro
34.211.196.214  Public Scan

Submitted URL: http://uat-mobileapi.getcnx.com/
Effective URL: https://uat-mobileapi.getcnx.com/tandem/login/
Submission: On January 11 via api from US — Scanned from US

Form analysis 6 forms found in the DOM

POST https://uat-mobileapi.getcnx.com/tandem//

<form method="post" id="loginForm" class="loginForm" onsubmit="return loginPageWithReCaptcha();" action="https://uat-mobileapi.getcnx.com/tandem//" novalidate="novalidate"><input type="hidden" name="csrf_token"
    value="auJ4sZcp-D82f45kSOeDtrajLnZ7HGlePp3rYILk46M">
  <input type="hidden" name="g-recaptcha-response" id="recaptcha-response">
  <input type="hidden" name="form[RedirectURL]" id="RedirectURL">
  <input type="hidden" name="mode" id="hidden-mode" value="Login">
  <div class="form-group">
    <label for="login">Username</label>
    <input class="form-control" name="form[login]" id="login" type="text" required="" aria-required="true">
  </div>
  <div class="form-group">
    <label for="password">Password</label>
    <input class="form-control" name="form[password]" id="password" type="password" required="" aria-required="true">
  </div>
  <div>
    <div>
      <a id="link-password-reset" class="link-password-forgot">Forgot your
                                            password?</a>
    </div>
    <br>
    <div class="clear float-right">
      <input id="login-button" type="submit" name="mode" class="pull-right button button-primary" value="Login">
    </div>
  </div>
</form>

POST

<form method="post" id="signup_registrationForm" onsubmit="return false;"><input type="hidden" name="csrf_token" value="auJ4sZcp-D82f45kSOeDtrajLnZ7HGlePp3rYILk46M">
  <div class="form-group">
    <input type="hidden" name="signup_token" id="signup_token" value="" autocomplete="off">
    <label for="user_name">New Login <em>(Must be at least 5 characters)</em></label>
    <input id="signup_user_name" name="user_name" class="form-control" type="text" tabindex="1" autocomplete="off">
  </div>
  <div class="form-group">
    <label for="new_password">Password <em>(Must be at least 5 characters)</em></label>
    <input id="signup_new_password" name="new_password" class="form-control" type="password" tabindex="2" autocomplete="off">
  </div>
  <div class="form-group">
    <label for="new_password2">Retype Password</label>
    <input id="signup_new_password2" name="new_password2" class="form-control" type="password" tabindex="3" autocomplete="off">
  </div>
  <div class="form-group">
    <label for="">E-Mail</label>
    <input id="signup_popular_email" name="popular_name" value="" disabled="" class="form-control" type="text" tabindex="3">
  </div>
  <div class="col-sm-6" style="padding-left:0px;padding-right:0px;">
    <div class="form-group">
      <label for="first_name">First Name</label>
      <input id="signup_first_name" name="first_name" class="form-control" type="text" tabindex="4">
    </div>
    <div class="form-group">
      <label for="company_name">Company</label>
      <input id="signup_company_name" name="company_name" class="form-control" type="text" tabindex="6">
    </div>
  </div>
  <div class="col-sm-6" style="padding-left:0px;padding-right:0px;">
    <div class="form-group">
      <label for="last_name">Last Name</label>
      <input id="signup_last_name" name="last_name" class="form-control" type="text" tabindex="5">
    </div>
    <div class="form-group">
      <label for="phone">Phone Number</label>
      <input id="signup_phone" name="phone" class="form-control" type="tel" tabindex="7">
    </div>
  </div>
  <div>
    <br>
    <div id="signup_tos_div">
      <input type="checkbox" id="signup_tos_agree_box" onclick="tos_modal_box(); return false;"> I have read and agree with <a href="Javascript:void();" onclick="tos_modal_box(); return false;">Lender's Terms of Services</a>
      <!-- Modal -->
      <div id="mySignUpModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
        <div class="modal-header">
          <h3 id="myModalLabel">Terms Of Services</h3>
        </div>
        <div class="modal-body" id="mysignup_tos">
        </div>
        <div class="modal-footer">
          <button class="btn" data-dismiss="modal" onclick="check_tos_box(false);return false;" aria-hidden="true">Disagree</button>
          <button class="btn btn-primary" disabled="" id="i_agree_tos_btn" onclick="check_tos_box(true);return false;" aria-hidden="true" data-dismiss="modal">Agree</button>
        </div>
      </div>
    </div>
    <br><br>
  </div>
  <div class="form-group text-right">
    <button type="submit" id="signup_btn_newuser" disabled="" class="button button-primary" tabindex="10">Sign Up</button>&nbsp; <button type="button" class="button button-default link-cancel" tabindex="11">Cancel</button>
  </div>
</form>

POST

<form method="post" id="registrationForm" novalidate="novalidate"><input type="hidden" name="csrf_token" value="auJ4sZcp-D82f45kSOeDtrajLnZ7HGlePp3rYILk46M">
  <div class="form-group">
    <label for="registration_key">Registration Key <em>(optional)</em></label>
    <input id="registration_key" name="registration_key" class="form-control" type="text">
  </div>
  <div class="form-group">
    <label for="user_name">New Login <em>(Must be at least 5 characters)</em></label>
    <input id="user_name" name="user_name" class="form-control" type="text" tabindex="1" autocomplete="off" required="" aria-required="true">
  </div>
  <div class="form-group">
    <label for="new_password">Password <em>(pick strong password)</em></label>
    <input id="new_password" name="new_password" type="password" tabindex="2" autocomplete="off" required="" aria-required="true">
  </div>
  <div class="form-group">
    <label for="new_password2">Retype Password</label>
    <input id="new_password2" name="new_password2" class="form-control" type="password" tabindex="3" autocomplete="off" required="" aria-required="true">
  </div>
  <div class="row">
    <div class="col-sm-6">
      <div class="form-group">
        <label for="first_name">First Name</label>
        <input id="first_name" name="first_name" class="form-control" type="text" tabindex="4" required="" aria-required="true">
      </div>
      <div class="form-group">
        <label for="company_name">Company</label>
        <input id="company_name" name="company_name" class="form-control" type="text" tabindex="6" required="" aria-required="true">
      </div>
      <div class="form-group">
        <label for="email">Email</label>
        <input id="email" name="email" class="form-control" type="email" tabindex="8" required="" aria-required="true">
      </div>
    </div>
    <div class="col-sm-6">
      <div class="form-group">
        <label for="last_name">Last Name</label>
        <input id="last_name" name="last_name" class="form-control" type="text" tabindex="5" required="" aria-required="true">
      </div>
      <div class="form-group">
        <label for="phone">Phone Number</label>
        <input id="phone" name="phone" class="form-control" type="tel" tabindex="7" required="" aria-required="true">
      </div>
      <div class="form-group">
        <label for="email2">Retype Email</label>
        <input id="email2" name="email2" class="form-control" type="email" tabindex="9" autocomplete="off" required="" aria-required="true">
      </div>
    </div>
  </div>
  <div class="form-group text-right">
    <div id="cnx-captcha">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA"
            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6Le5Tw8TAAAAAGx6h-fqfp_Wue4YORRVdtYqqIFj&amp;co=aHR0cHM6Ly91YXQtbW9iaWxlYXBpLmdldGNueC5jb206NDQz&amp;hl=en&amp;v=u35fw2Dx4G0WsO6SztVYg4cV&amp;size=normal&amp;cb=j51k1s352i52"
            width="304" height="78" role="presentation" name="a-q8zg5xa7pib2" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></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>
    </div>
    <br>
    <button type="submit" class="button button-primary" tabindex="10">Sign Up</button>&nbsp; <button type="button" class="button button-default link-cancel" tabindex="11">Cancel</button>
  </div>
</form>

POST /tandem/reset-password/process/

<form id="resetRequestForm" method="post" action="/tandem/reset-password/process/" novalidate="novalidate"><input type="hidden" name="csrf_token" value="auJ4sZcp-D82f45kSOeDtrajLnZ7HGlePp3rYILk46M">
  <div class="form-group">
    <label for="login_reset">Your Login</label>
    <input type="hidden" name="action" value="Reset My Password">
    <input type="text" name="form[login]" id="login_reset" class="form-control" required="" aria-required="true">
  </div>
  <div class="form-group text-right">
    <button type="submit" class="button button-primary">Reset My Password</button>&nbsp;<button type="button" class="button button-default link-cancel" tabindex="11">Cancel</button>
  </div>
</form>

POST

<form method="post" id="loginFormUpdatePassword" onsubmit="return false;"><input type="hidden" name="csrf_token" value="auJ4sZcp-D82f45kSOeDtrajLnZ7HGlePp3rYILk46M">
  <div id="dContent" class="form">
    <div class="form-group">
      <label for="origPW">Your Password</label>
      <input name="login" type="hidden" id="orglogin" autocomplete="off">
      <input class="form-control" type="password" id="origPW" name="password" autocomplete="off">
    </div>
    <div class="form-group">
      <label for="newPW1">New Password</label>
      <input class="form-control" type="password" name="newpassword1" id="newPW1" autocomplete="off">
    </div>
    <div class="form-group">
      <label for="newPW2">New Password again</label>
      <input class="form-control" type="password" name="newpassword2" id="newPW2" autocomplete="off">
    </div>
    <div class="form-group text-right">
      <button type="submit" class="button button-primary" id="passwordSubmit">Submit</button>&nbsp; <button type="button" class="button button-default " tabindex="11" onclick="window.location='/';">Cancel</button>
    </div>
  </div>
</form>

<form><input type="hidden" name="csrf_token" value="auJ4sZcp-D82f45kSOeDtrajLnZ7HGlePp3rYILk46M">
  <div class="form-group">
    <label for="recipient-name" class="control-label">Recipient:</label>
    <input type="text" class="form-control" id="recipient-name">
  </div>
  <div class="form-group">
    <label for="message-text" class="control-label">Message:</label>
    <textarea class="form-control" id="message-text"></textarea>
  </div>
</form>

Text Content

Contact Us



PARTNER LOGIN

Login if you are an existing Connexions user, or Click here to register and sign
up to place appraisal orders with Quiktrak.


Username
Password
Forgot your password?



Please fill out the registration form below and your account will be created.
Please fill out all fields as they are all mandatory. If you have any questions,
please contact our support team at 503-214-3038.


NEW REGISTRATION


New Login (Must be at least 5 characters)
Password (Must be at least 5 characters)
Retype Password
E-Mail
First Name
Company
Last Name
Phone Number


I have read and agree with Lender's Terms of Services


TERMS OF SERVICES


Disagree Agree


Sign Up  Cancel


BROKER REGISTRATION

If you are a broker and this is your first time ordering from this lender, then
you must register before placing and appraisal request. Please fill out the
registration form and you will be able to place your order right away. If you
have any issues please contact support at 503-214-3038.

Please fill out all of the fields below; They are all mandatory.

Registration Key (optional)
New Login (Must be at least 5 characters)
Password (pick strong password)
Retype Password
First Name
Company
Email
Last Name
Phone Number
Retype Email


Sign Up  Cancel


RESET YOUR PASSWORD

We will email you a link to the email associated with your Login which will
allow you to reset and change your password.

Your Login
Reset My Password Cancel


UPDATE YOUR PASSWORD

Please create a new password using the form below


Your Password
New Password
New Password again
Submit  Cancel

PASSWORD CHECKLIST

 * 
 * 
 * 
 * 
 * 

PASSWORD STRENGTH

 * Fair
 * Moderate
 * Strong

×

NEW MESSAGE

Recipient:
Message:
Close Send message

Quiktrak © 2023Terms Of UsePrivacy Policy


×




Close Save changes View Related



X


MESSAGE


X


TRACE


X


CONFIRM


Yes No
X


CONFIRM

Confirm to the request #,
after this request is confirmed,
it will be moved into queue.

Are you sure ?
No Yes
X


SYSTEM MESSAGE


Cancel Erase Save


EDIT LAYER


Cancel Save