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!
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
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