Sign up form wont work on index page?

Discussion in 'Integration' started by sauliusa, Feb 7, 2010.

  1. sauliusa

    sauliusa New Member

    Joined:
    Feb 7, 2010
    Messages:
    2
    Hi, finally got around to integrating amember into my website, but when I add the sign up form(from signup.html) to the index page the index template, the options of membership wont show up... they show up fine in the sign up page but not the index, anyone had similar problem or know solution?


    Thanks a lot!
  2. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    I think you if you want the signup page as your index page, you should do a redirect from the index page to the signup page, or make a copy of signup.php and rename it index.php.

    amember uses smarty templates, so index.php pulls info from amember and displays it on index.html. When you simply copy signup.html html to index.html, you are not pulling the required info from amember that signup.php does.

    David
  3. sauliusa

    sauliusa New Member

    Joined:
    Feb 7, 2010
    Messages:
    2
    I udnerstand what you mean about the redirect but thats not possible, and I do know it uses smarty, however if I rename it nothing will happen as the files have same structure, only option i've found is to manually add the options.


    Thanks,
    saulius
  4. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    Why not? I usually redirect the index to the login page.

    David

Share This Page