Integration Code

WHMCS allows you to create many useful links, including login or product links for the Client Area, shortcuts to ticket submission forms, or order form purchase links.

You can view copy-and-paste-code for several link types at Utilities > Integration Code.

For other types of links in WHMCS, see Linking to WHMCS.

Clients Login

Copy the code under Clients Login into your website to display a login form that your customers can use to log in to the WHMCS Client Area.

In WHMCS version 8.1 and above, enhanced security around login forms means that to leverage an external login form that posts data to dologin.php, you must add the line below to the configuration.php file:

`$allow_external_login_forms = true;`
For more information about updating the configuration.php file, see The configuration.php File.

Domain Ordering

Copy the code under Domain Ordering into your website to display a form that will allow your customer to enter a domain name and add it to their shopping cart.

User Registration

Copy the code under User Registration into your website to display a registration link.

Last modified: June 14, 2024