Jump to content

Login prompt integration issue


elnathan

Recommended Posts

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! :(

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated