Implement login form into your website

From Kolmisoft Wiki
Revision as of 11:49, 10 July 2009 by Mindaugas (talk | contribs) (New page: Use such form: <form action="http://your_mor_gui_host/billing/callc/try_to_login" method="post"> <input class="input" id="login_username" name="login[username]" size="11" type=...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Use such form:


   <form action="http://your_mor_gui_host/billing/callc/try_to_login" method="post">
     <input class="input" id="login_username" name="login[username]" size="11" type="text" />
     
<input class="input" id="login_psw" name="login[psw]" size="11" type="password" />

<input name="commit" type="submit" value="Login" /> </form>