Custom Login From Front Page Instead Of Login.php

Discussion in 'Templates customization' started by Bobby, Oct 27, 2003.

  1. Bobby

    Bobby Guest

    Is it possible to post login information from front page instead of going to login.php? I have all my other stuff setup on my front page and was really wanting to do it off the frontpage instead of doing a LOgin HERE situtation.

    thank you
    Bobby
  2. pilot

    pilot New Member

    Joined:
    May 24, 2003
    Messages:
    178
    Its no problem,

    <form action="/amember/login.php" method=post>
    Username: <input type=text name=amember_login size=10><br>
    Password: <input type=password name=amember_pass size=10><br>
    <input type=submit value=Login>
    </form>


    All the info you need is here

    http://www.cgi-central.net/scripts/amember/docs/

Share This Page