Custom Login Form

Revision as of 13:58, 21 March 2012 by TCAWiki (talk | contribs) (Created page with "Use this sample form. Make sure you change "http://www.tcadmin.com:8880/Interface/Base/Login.aspx" to your control panel's Login.aspx. <source lang="html4strict"><form method="P...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Use this sample form. Make sure you change "http://www.tcadmin.com:8880/Interface/Base/Login.aspx" to your control panel's Login.aspx.

<form method="POST" action="http://www.tcadmin.com:8880/Interface/Base/Login.aspx">
  <table border="0">
    <tr>
        <td>User:</td>
        <td><input type="text" name="USERID" size="20"></td>
    </tr>
    <tr>
        <td>Password:</td>
        <td><input type="password" name="PASSWORD" size="20"></td>
    </tr>
  </table>
  <input type="submit" value="Login"><input type="reset" value="Reset">
</form>
Retrieved from "https://help.tcadmin.com/index.php?title=Custom_Login_Form&oldid=670"