SnipHosting Posted August 3, 2012 Share Posted August 3, 2012 Hello, I need some help with a website login from my main site to WHMCS. I have bought a WHMCS theme which has a very nice looking login which I am wanting to keep. However, the coding I edit from the Integration doesn't work. It re-directs into WHMCS but says the login information is incorrect. Theme Form Code: <form class="loginForm" action="https://www.sniphosting.com/clients/dologin.php" method="post"> <div class="column"> <font face="Tahoma"> <label for="email">Email Address</label> <input id="email" name="email" type="text" /> </font> </div> <div class="column"> <font face="Tahoma"> <label for="password">Password</label> <input id="password" name="password" type="password" /> </font> </div> <div class="column checkbox"> <font face="Tahoma"> <input id="save" name="save" type="checkbox" /><label for="save">Remember me on this computer</label> </font> </div> <button type="submit" class="colorButton"> <font face="Tahoma">Login</font></button> </font> <div class="help"> <font face="Tahoma"> <a href="https://www.sniphosting.com/clients/pwreset.php">Forgot your password?</a> </font> </div> </form> Integration Code from within WHMCS <form method="post" action="https://www.sniphosting.com/clients/dologin.php"> <input type="hidden" name="token" value="bad885d4592fcf051a477b01760bf3f352516e2f" /> 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> Any help on getting this to work would be extremely grateful. 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.