How do I customize my login page?

Discussion in 'Templates customization' started by mariafernandez, Jun 22, 2013.

  1. mariafernandez

    mariafernandez New Member

    Joined:
    Jan 18, 2009
    Messages:
    20
    Hi,

    I've searched the forum and documentation thoroughly, but I can't find anywhere instructions on how to customize my login page. I've found instructions on the signup page customization (http://www.amember.com/docs/Custom_Signup_Forms), but not the login page.

    To me, customizing the login page is absolutely essential. Does anyone know how this is done?

    Thanks.

    Maria
  2. thehpmc

    thehpmc Member

    Joined:
    Aug 24, 2006
    Messages:
    901
    Simply design your own form, use the same input field variables and post form to aMember.
    PHP:
    <form action="/membership/login" method="post" name="login">
    /* form content */
    </form>
  3. orish

    orish aMember Pro Customer

    Joined:
    Mar 15, 2011
    Messages:
    49
    Hi thehpmc,

    This seems to be what I'd like/need to do. Could you please provide more specific details, such as:

    1. where do you save the form php file?
    2. how to tell amember to use your customized form and not the default one?
    3. what are the input field variables?
    4. how does one configue a <form> so that it adheres to the amember conventions and use of variables, etc? (I assume it has to be php script, not HTML, right... something like this example?

Share This Page