How do I add a login on my website?

  • June 9, 2014
  • 0 Comments

If you wish to create a login box on your website, please use the following code.

        <form method='post' name='login' action='http://<font color="#c0504d">yourdomain.com/path_to_ce</font>/index.php?fuse=admin&action=Login'><br>        <div id='youEmail'><input type='text' name='email'></div><br>        <div id='youPassw'><input type='password' name='passed_password'></div><br>        <div id='loginbtn'><br>            <INPUT type=submit value=Login name=btnSubmit /><br>        </div><br>        </form>

How helpful was this article to you?