Difference between revisions of "Implement login form into your website"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 6: Line 6:
   </head>
   </head>
   <body>
   <body>
     <form action="http://your_mor_gui_host/billing/callc/try_to_login" method="post">
     <form action="http://your_mor_gui_host/billing/callc/login" method="post">
       <input class="input" id="login_username" name="login[username]" size="11" type="text" />
       <input class="input" id="login_username" name="login[username]" size="11" type="text" />
       <br>
       <br>

Revision as of 08:55, 27 October 2020

Use such form (press here to see HTML code):

  
    Your MOR login