Drupal IFrame for Amember Signup

Discussion in 'Integration' started by skippybosco, Oct 29, 2005.

  1. skippybosco

    skippybosco Guest

    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
  2. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    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.

Share This Page