I'm sure I read how to do this somewhere, but I can't find it...
What I'd like to do is have a small form on my reseller site, allowing people to login to their CP from there, however I can't get it to post the details correctly.
Basically, to start with, I have;
If anyone could point me in the right direction, that would be great.
I'd also like the same kind of form to login to the Helpdesk, so if you have any ideas on that too please...
Thanks in advance!
What I'd like to do is have a small form on my reseller site, allowing people to login to their CP from there, however I can't get it to post the details correctly.
Basically, to start with, I have;
Code:
<form id="cp" name="cp" method="post" action="">
<img src="images/username.png" width="62" height="16" alt="Username" /><br />
<div align="center"><input name="cp_username" type="text" id="cp_username" size="42" class="textfield" /></div>
<img src="images/password.png" width="62" height="16" alt="Password" /><br />
<div align="center"><input name="cp_password" type="password" id="cp_password" size="42" class="textfield" /></div>
<br /><div align="right"><input name="cp_submit" type="submit" value="Login" class="submit" /> </div>
</form>
If anyone could point me in the right direction, that would be great.
I'd also like the same kind of form to login to the Helpdesk, so if you have any ideas on that too please...
Thanks in advance!