I need to make a module that will provide login form to my Socketmail system. I've think of wrapper but it's not the real thing, plus it's not the module so I can put it as a module on page, and I have problem when loging in since it opens in that same wrapper screen.
Bellow is the actual code I need to remotely login to my system. Can anyone help me with code that module should cointain to show this correctly?
[HTML]<form method=post action="http://solo.com/mail/" autocomplete=off name=a>
<input type=hidden name="did" value="2">
<input type=hidden name="redir" value="./home/dologin.php">
Login : <input maxLength="32" size="17" name="login_id">
<br>
Password : <input type="password" maxLength="32" size="17" value name="login_pwd">
<input type=submit>
</form>[/HTML]
I tried editing existing login (for mambo login) module but didn't have luck with it. I just simply don't know what code actually besides this I need in module to make this work.
Thanks
