tmcpro Posted May 22, 2008 Share Posted May 22, 2008 I want to integrate my login so i can have a box in the top corner of my website where people can quickly sign in. Any ideas, codes? 0 Quote Link to comment Share on other sites More sharing options...
ihostgreen Posted May 22, 2008 Share Posted May 22, 2008 <form method="post" action="http://www.yoursite.com/whmcsinstall/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> This is in the integration option in your WHMCS install! Firstpro 0 Quote Link to comment Share on other sites More sharing options...
Zorro67 Posted May 22, 2008 Share Posted May 22, 2008 This code (for some reason) isn't in the WIKI, although it should be. However, you'll find it with your copy of WHMCS. Just go to your admin backend --> Utilities menu --> Integration code 0 Quote Link to comment Share on other sites More sharing options...
jerett Posted May 22, 2008 Share Posted May 22, 2008 Is this what your looking to achieve? If you are getting errors, post your code and some one on the board should be able to assist you. 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.