tscglobal.net Open in urlscan Pro
52.226.204.246  Public Scan

URL: https://tscglobal.net/
Submission: On June 22 via manual from US — Scanned from DE

Form analysis 2 forms found in the DOM

POST /post.php

<form class="new_user handle-recaptcha-submit" id="new_user" action="/post.php" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token"
    value="ophyrSSZCPzLCagoFroWxHPRbJ-y_KWHTF-FqOW-ZvQm2HtSrGN8EqUuK1qnd1RGheQ9mMy26NGgMZ6ZWk17fg" autocomplete="off">
  <div class="form-group">
    <label for="user_full_name">Full name</label>
    <input class="form-control" placeholder="Your name" required="required" type="text" name="user[full_name]" id="user_full_name">
  </div>
  <div class="form-group">
    <label for="user_email">Email</label>
    <input class="form-control" placeholder="Email address" required="required" autocomplete="username" type="email" value="" name="user[email]" id="user_email">
  </div>
  <div class="form-group">
    <label for="user_password">Password</label>
    <input class="form-control" placeholder="Create password" required="required" autocomplete="new-password" type="password" name="user[password]" id="user_password">
  </div>
  <div class="url_1686083419">
    <style media="screen">
      .url_1686083419 {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
      }
    </style><label for="user_url">Don't fill this out</label><input type="text" name="user[url]" autocomplete="off" tabindex="-1"><input type="hidden" name="spinner" value="0170b1deb622e824c822ae7ac406dc01" autocomplete="off">
  </div>
  <button name="button" type="submit" class="btn btn-primary"> Create your help center – <strong>for free!</strong>
  </button>
  <script src="https://www.recaptcha.net/recaptcha/api.js" async="" defer=""></script>
  <script>
    var invisibleRecaptchaSubmit = function() {
      var closestForm = function(ele) {
        var curEle = ele.parentNode;
        while (curEle.nodeName !== 'FORM' && curEle.nodeName !== 'BODY') {
          curEle = curEle.parentNode;
        }
        return curEle.nodeName === 'FORM' ? curEle : null
      };
      var el = document.querySelector(".g-recaptcha")
      if (!!el) {
        var form = closestForm(el);
        if (form) {
          form.submit();
        }
      }
    };
  </script>
  <div data-size="invisible" data-sitekey="6LdGCRwUAAAAAMhFe5akBjAPHpiK3ao7qdooA0JW" data-callback="invisibleRecaptchaSubmit" class="g-recaptcha ">
    <div class="grecaptcha-badge" data-style="bottomright"
      style="width: 256px; height: 60px; display: block; transition: right 0.3s ease 0s; position: fixed; bottom: 14px; right: -186px; box-shadow: gray 0px 0px 5px; border-radius: 2px; overflow: hidden;">
      <div class="grecaptcha-logo"><iframe title="reCAPTCHA"
          src="https://www.recaptcha.net/recaptcha/api2/anchor?ar=1&amp;k=6LdGCRwUAAAAAMhFe5akBjAPHpiK3ao7qdooA0JW&amp;co=aHR0cHM6Ly90c2NnbG9iYWwubmV0OjQ0Mw..&amp;hl=de&amp;v=IqA9DpBOUJevxkykws9RiIBs&amp;size=invisible&amp;cb=3o85ggmawo23"
          width="256" height="60" role="presentation" name="a-ru9vnh9gjnyo" 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>
      <div class="grecaptcha-error"></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>
  <p class="disclaimer"> By signing up, you agree to our <a target="_blank" rel="noopener" href="https://technologyservicecenter.net/terms">Terms of Service &amp; Privacy Policy.</a>
  </p>
</form>

POST /post.php

<form class="new_user handle-recaptcha-submit" id="footer_new_user" action="/post.php" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token"
    value="ophyrSSZCPzLCagoFroWxHPRbJ-y_KWHTF-FqOW-ZvQm2HtSrGN8EqUuK1qnd1RGheQ9mMy26NGgMZ6ZWk17fg" autocomplete="off">
  <div class="form-group">
    <label for="footer_user_full_name">Full name</label>
    <input class="form-control" placeholder="Your name" required="required" type="text" name="user[full_name]" id="footer_user_full_name">
  </div>
  <div class="form-group">
    <label for="footer_user_email">Email</label>
    <input class="form-control" placeholder="Email address" required="required" autocomplete="username" type="email" value="" name="user[email]" id="footer_user_email">
  </div>
  <div class="form-group">
    <label for="footer_user_password">Password</label>
    <input class="form-control" placeholder="Create password" required="required" autocomplete="new-password" type="password" name="user[password]" id="footer_user_password">
  </div>
  <div class="url_1686083419">
    <style media="screen">
      .url_1686083419 {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
      }
    </style><label for="user_url">Don't fill this out</label><input type="text" name="user[url]" autocomplete="off" tabindex="-1"><input type="hidden" name="spinner" value="0170b1deb622e824c822ae7ac406dc01" autocomplete="off">
  </div>
  <button name="button" type="submit" class="btn btn-primary"> Create your help center – <strong>for free!</strong>
  </button>
  <script src="https://www.recaptcha.net/recaptcha/api.js" async="" defer=""></script>
  <script>
    var invisibleRecaptchaSubmit = function() {
      var closestForm = function(ele) {
        var curEle = ele.parentNode;
        while (curEle.nodeName !== 'FORM' && curEle.nodeName !== 'BODY') {
          curEle = curEle.parentNode;
        }
        return curEle.nodeName === 'FORM' ? curEle : null
      };
      var el = document.querySelector(".g-recaptcha")
      if (!!el) {
        var form = closestForm(el);
        if (form) {
          form.submit();
        }
      }
    };
  </script>
  <div data-size="invisible" data-sitekey="6LdGCRwUAAAAAMhFe5akBjAPHpiK3ao7qdooA0JW" data-callback="invisibleRecaptchaSubmit" class="g-recaptcha ">
    <div class="grecaptcha-badge" data-style="none" style="width: 256px; height: 60px; position: fixed; visibility: hidden;">
      <div class="grecaptcha-logo"><iframe title="reCAPTCHA"
          src="https://www.recaptcha.net/recaptcha/api2/anchor?ar=1&amp;k=6LdGCRwUAAAAAMhFe5akBjAPHpiK3ao7qdooA0JW&amp;co=aHR0cHM6Ly90c2NnbG9iYWwubmV0OjQ0Mw..&amp;hl=de&amp;v=IqA9DpBOUJevxkykws9RiIBs&amp;size=invisible&amp;cb=disyt2sw5n9n"
          width="256" height="60" role="presentation" name="a-u4v3a0pnlno2" 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>
      <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response-1" 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>
  <p class="disclaimer"> By signing up, you agree to our <a target="_blank" rel="noopener" href="https://technologyservicecenter.net/terms">Terms of Service &amp; Privacy Policy.</a>
  </p>
</form>

Text Content

Toggle Top Navigation
 * Plans & Pricing
 * Help & FAQs

 * Login
 * Sign Up


KNOWLEDGE BASE SOFTWARE,
THE EASY WAY

CREATE A BEAUTIFUL FAQ SITE & GET YOUR USERS ANSWERS – FAST.

Full name
Email
Password
Don't fill this out
Create your help center – for free!


By signing up, you agree to our Terms of Service & Privacy Policy.



TECHNOLOGY SERVICE CENTER GIVES YOU…



A SUPPORT SITE WITH YOUR FAQS AND KNOWLEDGE BASE.

It's beautiful, mobile-friendly, and searchable so your customers can find
answers fast.


A SMART CONTACT FORM THAT AUTO-SUGGESTS ARTICLES AS SOMEONE TYPES THEIR MESSAGE.

Users get their questions answered faster and support agents save time.


A SUPER EASY-TO-USE ADMIN INTERFACE TO CREATE KNOWLEDGE BASE ARTICLES WITH EASE,
BY YOURSELF, OR ASSISTED BY AI (GPT4).

Populate your support site with answers to common questions and other helpful
information. Our hosted knowledge base software takes care of the rest.


A LIGHTNING-FAST SEARCH BOX THAT WORKS LIKE MAGIC TO FIND RELEVANT HELPFUL
ARTICLES FOR YOUR USERS.


CUSTOMIZABLE FEATURES TO MAKE YOUR SUPPORT SITE FEEL LIKE YOUR OWN.

 * Use our custom domain option (even on our free plan!), so your site can live
   at help.yourdomain.com.
 * Upload your logo
 * Customize the layout & style with Custom HTML/CSS to match your company's
   brand.
 * Change any text to say whatever you'd like, or translate into multiple
   languages.


AN INTERNAL KNOWLEDGE BASE, JUST FOR YOUR USERS

We have site-level and article-level privacy settings. You can set up…

 * a private documentation site viewable only by your users
 * a public FAQ support site for your product or service
 * a separate private knowledge base just for your team
 * a mixed-privacy knowledge base that combines both public & private content
 * … a combination of the above!

We also allow you to create multiple KB sites, set up custom roles &
permissions, and more!

--------------------------------------------------------------------------------


LOVED BY THOUSANDS OF HAPPY CUSTOMERS…

> Started using Technology Service Center around 9 months ago, and find it
> absolutely brilliant. Very easy to set up, configure and manage, it has become
> an invaluable resource for us and would recommend to anyone.
> 
> Tim H., Solutions Engineer, Information Technology and Services, 51-200
> employees

> Technology Service Center is very easy to use and that was important for me
> since I'm no technical guru. I was able to have an FAQ page set up in a matter
> of minutes because of the software's ease of use. It also produces a very nice
> looking product for the end user and was reasonably priced.
> 
> Steven S., Technical Analysis in E-Learning, 1-10 employees

--------------------------------------------------------------------------------


GET STARTED NOW

Ready to make an awesome support site? Sign up for free to get started now.

Full name
Email
Password
Don't fill this out
Create your help center – for free!


By signing up, you agree to our Terms of Service & Privacy Policy.


Not ready yet? Check out our help center, which also serves as a live demo, or
tell us more about your needs.


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of
Service apply.

© 2023 Technology Service Center LLC • Pricing • Help

Contact Us • @Technology Service Centerio • Terms & Privacy