HELP FILE
How to Customize the Button Caption of the Instant Chat-enabled PIN Entry Form
Articles related to customization are written for a technical audience who have experience in web development. Knowledge of HTML, CSS, and JavaScript are required.
Customers must click on a button to establish a connection to a technician. To change the label of this button, do the following:
- In the Administration Center, go to the Resources tab.
- Copy the sample code from the Custom LogMeIn123.com form with self-hosted Instant Chat text box.
- Modify the value parameter in the following line:
<input type="button" value="Connect to technician" onclick="document.getElementById ('ICContainer').style.display=''; loadInstantChat();" />
- Paste the modified code sample into the HTML code of your website.