Integration Code
On this page
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.
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;`
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: October 9, 2024