Jump to content

Login from Website Help


SnipHosting

Recommended Posts

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. :)

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