Updating your NetClient CS login page code

Show expandable text

If your website linked to webbuildersolution.com/public/clientLogin/NC_login.cfm you will need to update your NetClient CS login page code. This legacy page was retired on January 1, 2016 and will permanently go offline on June 9, 2016. Websites that link to this legacy resource will no longer display a NetClient CS login box for their visitors.

  • If you are not licensed for Web Builder CS you will need to have your firm’s technical contact or web administrator update the code show below

To insert the current NetClient CS login fields in a page of your website, follow these steps.

  1. Select and copy the following code. 

    <form method="post" action="https://secure.netlinksolution.com/nextgen/login">
    <input type="hidden" name="firmID" value="REPLACE">
    <input type="hidden" name="redirect" value="true">
    <label for="trLogin">Login:</label><br>
    <input type="text" id="trLogin" name="loginUsername" autocapitalize="off" spellcheck="false" required maxlength="50"><br>
    <label for="trPassword">Password:</label><br>
    <input type="password" id="trPassword" name="loginPassword" autocomplete="off" required maxlength="50"><br>
    <input type="submit" value="Log In"><br>
    <a id="trReset" href="#">Forgot password?</a>
    </form>
    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
    <script>
    window.jQuery || document.write('<script src="https://secure.netlinksolution.com/repository/jquery/1.7.2/jquery.min.js">\x3C/script>')
    jQuery.noConflict(true)(function(a){ var localResource = "REPLACE.png";
    var p=(document.compatMode=='CSS1Compat'?'fixed':'absolute'),c=location.protocol+'//'+location.host+'/'+localResource;a("a#trReset").click(function(){var b=a('<iframe id="trResetPwdFrame" style="background-color:transparent;display:none;position:'+p+';top:0;left:0;border:0;height:100%;width:100%;overflow:hidden" allowtransparency="true"></iframe>').appendTo("body").load(function(){try{b[0].contentWindow.name==="close"&&setTimeout(function(){b.remove()},0)}catch(d){}}).show().attr("src","https://secure.netlinksolution.com/nextgen/packaged/pwd-reset/1.1.0/index.html#"+c);return false})
    });
    </script>

  2. Access the source code for the page of your website into which you will insert the login fields.
  3. Paste the code into the page.
  4. Search on REPLACE.png and replace this text with a relative path to an image file that is hosted on your domain. You should use an image that loads quickly, such as a 1 pixel by 1 pixel transparent image in GIF or PNG format; for example, you can use spacer.gif or favicon.ico.
  5. Search on REPLACE and replace this text with your firm ID.

Test the login fields.

Was this article helpful?

Thank you for the feedback!