Admin panelindeki ilgili yolda "register ile ilgili" sadece kayıt linki mevcut... Kişinin demek istediği tam sayfa kayıt formu.. Bunuda tema editleyerek yapabilir..
Bkz :
User Registration - Add the following link to your website to link to a registration form which users can use to setup a client account on your system so they can enrol as an affiliate or submit support tickets.
<a href="www.exclion.net/register.php">Click here to register with us</a>
O zaman siz whmcs update edin

Entegrasyon için sizin verdiğiniz ile beraber 4 adet kod veriyor.
1-)
» Clients Login - Add this code to a page on your site to display a clients login form to log clients into the WHMCS Client Area
Alıntı
<form method="post" action="http://domain.com/dologin.php?goto=clientarea">
Email Address: <input type="text" name="username" size="50"><br>
Password: <input type="password" name="password" size="20"><br>
<input type="submit" value="Login">
</form>
2-)
» Domain Availability Lookup - Add this code to a page on your site to allow potential clients to perform domain checks using WHMCS directly from that page.
Alıntı
<form action="http://domain.com/domainchecker.php" method="post">
<input type="hidden" name="direct" value="true">
Domain: <input type="text" name="domain" size="20"> <select name="ext">
<option>.com</option>
<option>.net</option>
<option>.org</option>
<option>.info</option>
<option>.eu</option>
<option>.tv</option>
<option>.biz</option>
</select>
<input type="submit" value="Go">
</form>
3-)
» Domain Ordering - Add this code to a page on your site to allow potential clients to go straight to the shopping cart with a domain entered.
Alıntı
<form action="http://domain.com/cart.php?a=add&domain=register" method="post">
Domain: <input type="text" name="sld" size="20"> <select name="tld">
<option>.com</option>
<option>.net</option>
<option>.org</option>
<option>.info</option>
<option>.eu</option>
<option>.tv</option>
<option>.biz</option>
</select>
<input type="submit" value="Go">
</form>
4-)
» User Registration - Add the following link to your website to link to a registration form which users can use to setup a client account on your system so they can enrol as an affiliate or submit support tickets.
Alıntı
<a href="http://domain.com/register.php">Click here to register with us</a>
Yapmak istediğini zaten yapmış , yukardaki kodlarlada yapabilir ayrıca.