elnathan Posted May 19, 2011 Share Posted May 19, 2011 Hello, I was trying to integrate a login prompt to my website however when I log in from it, it keeps telling me the login is invalid but I am able to login successfully when I use the same exact login credentials directly to my WHMCS login prompt. Below is my custom Login prompt I am trying to integrate: <form method="post" action="http://rawmedialab.info/billing/dologin.php" id="client-area-form"> <input type="hidden" name="token" value="2105650767bd1324466a5f6c53764017ef459411" /> <div><input type="text" class="input-text input-username autoclear" value="Enter your username" /></div> <div><input type="text" class="input-text input-password autoclear" value="Enter your password" /></div> <div><a class="button-submit stylish float-right" onclick="document.getElementById('client-area-form').submit()">Login</a></div> </form> Below is the actual code generated off my WHMCS panel: <form method="post" action="http://rawmedialab.info/billing/dologin.php"> <input type="hidden" name="token" value="2105650767bd1324466a5f6c53764017ef459411" /> 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> I am hoping someone could help me figure this out. Thanks! 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.