weldrecorder.weldgov.com Open in urlscan Pro
204.133.39.128  Public Scan

Submitted URL: http://weldrecorder.weldgov.com/
Effective URL: https://weldrecorder.weldgov.com/web/user/disclaimer
Submission: On June 23 via manual from US — Scanned from DE

Form analysis 2 forms found in the DOM

POST

<form class="center" method="POST">
  <script src="https://www.google.com/recaptcha/api.js" async="" defer=""></script>
  <div class="g-recaptcha center" style="display:inline-block" data-sitekey="6LemVGAUAAAAAB_iW1wbaE4_s0Z5SoSakm6GI8St" data-callback="onReturnRecaptchaCallback">
    <div style="width: 304px; height: 78px;">
      <div><iframe title="reCAPTCHA"
          src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LemVGAUAAAAAB_iW1wbaE4_s0Z5SoSakm6GI8St&amp;co=aHR0cHM6Ly93ZWxkcmVjb3JkZXIud2VsZGdvdi5jb206NDQz&amp;hl=de&amp;v=SglpK98hSCn2CroR0bKRSJl5&amp;size=normal&amp;cb=nvhffk1euzdq"
          width="304" height="78" role="presentation" name="a-gos62ciceidy" 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><iframe style="display: none;"></iframe>
  </div>
  <!-- 		<button id="submit" type="submit" class="left" style="width:10em;">Submit</button> -->
</form>

/web/cart

<form id="SelfService-1687513837290-cart-form" action="/web/cart" style="height:100%;">
  <style>
    ul[id$='savedItemsViewEmbedded'] {
      margin-top: 0px;
      max-height: calc(100% - 250px);
      overflow: auto;
    }

    ul[id$='shoppingCartView'] {
      margin-top: 0px;
      max-height: calc(100% - 250px);
      overflow: auto;
    }

    @media (max-width : 736px) {
      ul[id$='savedItemsViewEmbedded'] {
        margin-top: 0px;
        max-height: calc(100% - 275px);
        overflow: auto;
      }

      ul[id$='shoppingCartView'] {
        margin-top: 0px;
        max-height: calc(100% - 275px);
        overflow: auto;
      }
    }
  </style>
  <ul class="ss-listview ss-cart-item-table ui-listview ui-group-theme-b" data-role="listview" data-theme="b" style="margin-bottom:0px; border-bottom:none;">
    <li id="SelfService-1687513837290-shoppingCart" data-role="list-divider" role="heading" class="ui-li-divider ui-bar-b ui-first-child ui-last-child">Shopping Cart&nbsp;</li>
  </ul>
  <ul id="SelfService-1687513837290-shoppingCartView" class="ss-listview ss-cart-item-table ui-listview ui-group-theme-b" data-role="listview" data-theme="b">
    <li class="ui-li-static ui-body-inherit ui-first-child ui-last-child"><em>Your cart is empty.</em></li>
  </ul>
  <script>
    $(".ss-cart-item-desc").click(function(evt) {
      if (evt.target.nodeName === "INPUT") {
        evt.preventDefault();
        window.setTimeout(function() {
          $("a").removeClass('ui-btn-active ui-focus');
        }, 1);
      }
    });
    var throttled = _.debounce(function(evt) {
      updateCartItemNumberOfCopies(evt);
    }, 500);
    $('.ss-cart-item-desc input[type=number]').change(function(evt) {
      window["throttled"](evt);
    });
    $('.ss-cart-item-desc input[type=number]').keydown(function(evt) {
      var key = selfservice.determineKeyCodeProperty(evt);
      if (selfservice.userPressedValidKeyForInputNumberTypeBox(key)) {
        window["throttled"](evt);
      } else {
        evt.preventDefault();
      }
    });
  </script>
  <div style="display: none;" id="SelfService-1687513837290-confirmRemove-placeholder"><!-- placeholder for SelfService-1687513837290-confirmRemove --></div>
  <div style="display: none;" id="SelfService-1687513837290-confirmRemoveFailed-placeholder"><!-- placeholder for SelfService-1687513837290-confirmRemoveFailed --></div>
  <script>
    $('#confirm-remove-from-cart').on('click', function(event) {
      event.preventDefault();
      removeConfirmed('SelfService-1687513837290-confirmClearCartEmbed');
      return false;
    });
    $('#cancel-remove-from-cart').on('click', function(event) {
      event.preventDefault();
      $('#SelfService-1687513837290-confirmClearCartEmbed').popup('close', {
        transition: 'pop'
      });
      return false;
    });
    $('#confirm-clear-cart-embedded').on('click', function(event) {
      event.preventDefault();
      $('#SelfService-1687513837290-confirmClearCartEmbedFailed').popup('close', {
        transition: 'pop'
      });
      return false;
    });
    $("#SelfService-1687513837290-shoppingCartClearCartButton").on('click', function(event) {
      event.preventDefault();
      var cartPanel = $('.ss-panel-cart-internal');
      confirmClearCart('SelfService-1687513837290-confirmClearCartEmbed', cartPanel);
    });
    $('#confirm-remove-savedItems').on('click', function(event) {
      event.preventDefault();
      removeConfirmed('SelfService-1687513837290-confirmClearSavedItemsEmbed');
      return false;
    });
    $('#cancel-remove-savedItems').on('click', function(event) {
      event.preventDefault();
      $('#SelfService-1687513837290-confirmClearSavedItemsEmbed').popup('close', {
        transition: 'pop'
      });
      return false;
    });
    $('#confirm-clear-savedItems-embedded').on('click', function(event) {
      event.preventDefault();
      $('#SelfService-1687513837290-confirmClearSavedItemsEmbedFailed').popup('close', {
        transition: 'pop'
      });
      return false;
    });
    $("#SelfService-1687513837290-shoppingCartClearSavedButton").on('click', function(event) {
      event.preventDefault();
      var cartPanel = $('.ss-panel-cart-internal');
      confirmClearSaveItems('SelfService-1687513837290-confirmClearSavedItemsEmbed', cartPanel);
    });
    $(document.body).on('blur', "input[id$='cartItemQuantity']", function(event) {
      verifyCartItemQuantity(event.target.id, parseInt(event.target.min), parseInt(event.target.max));
    });
    $('#shoppingCartProceedToCheckoutButton, #shoppingCartProceedToSavedItems').on('click', function(event) {
      event.preventDefault();
      verifyCartItemQuantities(this, 1, 100);
      return false;
    });
    $('#wrong-number-of-copies').on('click', function(event) {
      event.preventDefault();
      $('#shoppingCartProductQuantityError').popup('close', {
        transition: 'pop'
      });
      return false;
    });
    $('.ss-embedded-saved').on('click', function(event) {
      var target = $(event.target);
      var cartId = target.closest('.split-cart-button-controller').data('cartid');
      saveCartItemForLater(target, cartId, false, true);
    });
    $('.ss-embedded-notsaved').on('click', function(event) {
      var target = $(event.target);
      var cartId = target.closest('.split-cart-button-controller').data('cartid');
      saveCartItemForLater(target, cartId, true, true);
    });
  </script>
</form>

Text Content

WELD COUNTY CLERK & RECORDER

SELF-SERVICE WEB




 * Disclaimer Content

 * The terms of usage for this website have changed. You must read and accept
   the new terms before you can continue.
   
   This website is provided as a service the User on behalf of the Office of the
   Weld County Clerk and Recorder. The Office of the Weld County Clerk and
   Recorder makes no warranty or guarantee regarding the accuracy or reliability
   of the content on this site or other sites to which this site may be linked.
   All data contained herein is subject to change without notice.
   
   By using this service, in any form, the User agrees to indemnify and hold
   harmless the Office of the Weld County Clerk and Recorder, its officers,
   employees, and agents and any other person or entity involved in storing,
   retrieving, or displaying this information from any and all liability that
   may be caused by retrieving this information over the Internet. The term
   "liability" includes, but is not limited to, claims, suits, expenses,
   damages, and court awards, including costs and attorney fees incurred.
   
   Users may not use any type of automated searches to access, acquire or copy
   documents or information from this website. Automated searching includes
   "screen scraper", "robot", "spider" or any similar process.
   
   Users agree not to use any device, software or routine to interfere with the
   proper working of this website or infrastructure of this website.
   
   Users should remember that the index is similar to a library card catalogue;
   it is a guide to the information contained within the documents referenced
   and should not be relied upon in making any decision or determination
   regarding the underlying document.
   
   The User is advised to search all possible spelling variations of names, as
   well as other search criteria, to maximize search results.  The Office of the
   Weld County Clerk and Recorder, in its sole discretion, reserves the right to
   terminate service for Users at any time for any reason.
   
   By clicking 'I Accept', the User acknowledges these TERMS OF USAGE and agrees
   to comply with and be bound by its terms and conditions.
   


I Accept


 * Shopping Cart 

 * Your cart is empty.








© Copyright 2014-2022 Tyler Technologies | Version 2022.4.9

Close




SESSION ABOUT TO TIME OUT


DO YOU NEED MORE TIME?

Yes - Continue No - Start Over



REMOVE ITEM?


ARE YOU SURE YOU WANT TO REMOVE THIS ITEM?

Remove
Cancel



ERROR


WE'RE SORRY. AN ERROR OCCURRED WHILE ATTEMPTING TO REMOVE THIS ITEM.

OK

 * 
 * 
 * 
 * 
 * 
 *