LogMeIn support sites no longer support Microsoft's Internet Explorer (IE) browser. Please use a supported browser to ensure all features perform as they should (Chrome / FireFox / Edge).

The GoTo support site no longer supports Safari 15. Please upgrade your browser to Safari 16 (or newer) or switch to a supported browser such as Google Chrome, Mozilla Firefox, or Microsoft Edge.

Looking to add seats to your Rescue subscription or get a demo of Mobile Support or Camera Sharing? Request a quote.

We are currently experiencing an unplanned outage for this product. View Service Status
  • Support
  • Products

    Explore support by product

    GoTo Connect

    All-in-one phone, meeting and messaging software

    GoTo Meeting

    Video and audio meeting software

    GoTo Webinar

    All-in-one webinar and virtual events software

    GoTo Room

    Conference room hardware

    GoTo Training

    Online training software

    OpenVoice

    Audio conferencing software

    Grasshopper

    Lightweight virtual phone system

    join.me

    Video conferencing software

    LogMeIn Resolve

    IT management & support

    LogMeIn Resolve MDM

    Mobile device management

    LogMeIn Pro

    Remote device access

    LogMeIn Central

    Remote monitoring & management

    LogMeIn Rescue

    Remote IT support

    GoToMyPC

    Remote desktop access

    GoToAssist

    Remote support software

    Hamachi

    Hosted VPN service

    RemotelyAnywhere

    On-prem remote access solution
  • Community
  • Trainings
  • Service Status
  • LogMeIn Returns as GoTo's IT Portfolio Brand

    LogMeIn is back as the name behind our IT products.

    Read the full announcement.
    Want to try a download free option?

    Try the new web console experience!

    Rescue WebTC
  • Language selector icon Language selector icon
    • English
    • français
    • italiano
    • Deutsch
    • español
    • português
    • Nederlands
  • Contact Support
  • Service Status
  • User Avatar User Avatar
    • Support
    • Contact Support
    • Browse Products
    • Service Status
    • Community
    • Trainings
    • Sign in
    • User Avatar
    • My Account
    • Personal Info
    • Sign In & Security
    • Billing Center
    • https://link.goto.com/myaccount-billing
    • My GoTo Connect
    • My Meetings
    • My Webinars
    • My Trainings
    • My Conferences
    • My Resolutions
    • My Mobile Devices
    • My Sessions
    • My Sessions
    • My Incidents
    • Sign out
  • Customization and Integration
  • Customization
  • Customize the PIN Entry Form
product logo
Back button image Back
Back button image
product logo

Customizing the PIN Entry Form (global customers)

Articles related to customization are written for a technical audience who have experience in web development. Knowledge of HTML, CSS, and JavaScript are required.

An integrated PIN entry form behaves identical to the www.LogMeIn123.com website, meaning that your customers have to contact a technician and enter the PIN code that they receive from the technician to the appropriate field. The advantage of integrating the PIN entry form is that you can customize the form to your company standards.

You can modify the following elements of the PIN entry form:

  • Button caption
  • Text and text style
  • Enable tracking the language and entry point of customers

The following is a sample PIN entry form with supported error messages that you can integrate into your website:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/

DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head runat="server">

    <title>Custom PIN entry</title>

    <meta name="referrer" content="no-referrer-when-downgrade">

    <script type="text/javascript">

        function pullQueryString() {

            var error = window.location.search;

            if (error.substring(0, 1) == "?") {

                error = error.substring(1);

            }

            return error;

        }

    </script>

</head>

<body>

    <form name="Logmeinsupport" action="https://secure.logmeinrescue.com/Customer/Code.aspx"

 method="post" id="Logmeinsupport">

        <div>

	       <b><font color="red">

            <script type="text/javascript">

                var response = pullQueryString();

                response = response.substring(22);

 

                if(response.toLowerCase() == "pincode_missing"){

                    document.write("Assisted service can be obtained by first contacting

 support at 1 (800) 555-5555." + "<br />");

                }

                else if(response.toLowerCase() == "pincode_invalid"){

                    document.write("The PIN code you have entered is invalid." + "<br />");

                }

		else if(response.toLowerCase() == "pincode_expired"){

                    document.write("The PIN code you have entered is expired." + "<br />");

                }

		else if(response.toLowerCase() == "pincode_error"){

                    document.write("The PIN code you have entered is invalid." + "<br />");

                }

		else if(response.toLowerCase() == "pincode_alreadyused"){

                    document.write("The PIN code you have entered has already been used."

 + "<br />");

                }

                else{

                    document.write(response) + "<br />";

                }

            </script>

		         </font></b>

            <span>Enter your 6-digit code: </span><input type="text" name="Code" /><br />

            <input type="submit" value="Connect to technician" />

            <input type="hidden" name="tracking0" maxlength="64" /> <!-- optional -->

            <input type="hidden" name="language" maxlength="5" /> <!-- optional -->

            <input type="hidden" name="hostederrorhandling" value="1" />

        </div>

    </form>

</body>

</html>

You can see this code sample in the Administration Center on the Resources tab under Custom Logmein123.com form.

After inserting this sample code to your website, you will have the following entry form:

LogMeIn Rescue supports the following error messages:

  • PINCODE_MISSING: The customer did not enter a PIN.
  • PINCODE_INVALID: The PIN code is invalid, for example mistyped.
  • PINCODE_EXPIRED: The PIN code that the technician supported expired.
  • PINCODE_ERROR: The company or technician who generated the PIN code is no longer valid. For example, their trial account expired, account is blocked, banned, deleted, or technician is deleted.
  • PINCODE_ALREADYUSED: The PIN was already used.
Article last updated: 23 November, 2022
You are viewing the latest version of this article.

Need more help?

Contact icon Contact support
Community icon Ask the Community
Training icon Attend trainings
Video icon Watch videos
  • Language selector icon Language selector icon
    • English
    • français
    • italiano
    • Deutsch
    • español
    • português
    • Nederlands
  • About Us
  • Terms of Service
  • Privacy Policy
  • Trademark
  • Do Not Sell or Share My Personal Info
  • Browse Products
  • Copyright © 2025 GoTo Group, Inc. All rights reserved

Collaboration Products

GoTo Connect

GoTo Meeting

GoTo Webinar

GoTo Training

join.me

Grasshopper

OpenVoice

Remote Solutions Products

GoTo Resolve

Rescue

GoToAssist

Access Products

Pro

Central

GoToMyPC