jnet Posted May 15, 2008 Share Posted May 15, 2008 INTEGRATION CODE we have 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................................ How can I add template and language to the red part? <form method="post" action="http://mydomain.com/clients/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> 0 Quote Link to comment Share on other sites More sharing options...
Nick Posted May 15, 2008 Share Posted May 15, 2008 Add: &systemtemplate=templatename To the end of: http://mydomain.com/clients/dologin.php?goto=clientarea To specify the template to display. I'm not sure if changing language is possibly by the URL, but it is via the selection box at the bottom of the page. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.