I am wanting to integrate the Amember Signup page into a "content page" inside of drupal. I tried creating a new page with "include('./amember/signup.php'); in the text and this seems to render the page just fine. The problem I am having, however, is that when I submit a request it returns with a page not found trying to post to {SITENAME.COM}\signup.php#e and does not recognize that it needs to post to {SITENAME.COM}\amember\signup.php. I am sure this is something simple I am missing so any feedback wouuld be appreciated! Thanks! Frank
I don't think it is good idea to include aMember pages to something else. However, regarding this paricular problem - edit amember/templates/signup.html and set target URL (target="/amember/signup.php") for <form> attribute.