Sign up form on Seperate Html page

Discussion in 'Templates customization' started by cricketspot, Mar 12, 2009.

  1. cricketspot

    cricketspot New Member

    Joined:
    Sep 5, 2006
    Messages:
    4
    Hello, how do i add the sign up page to a html page without using iframe ?
  2. powerkeys

    powerkeys Member

    Joined:
    Aug 29, 2006
    Messages:
    192
    Just copy the form code from the normal signup.php page and paste the form code on the HTML page you want to display it on.
  3. miso

    miso aMember Pro Customer

    Joined:
    Aug 22, 2006
    Messages:
    543
    you might have to clear it up a bit though... as in remove the jquery part and validation, as if you don't then you might not be able to submit the form (as it will never evaluate properly since it's calling a few other .js files that call on different scripts/files with preset paths within them... and if you create that signup form anywhere but in amember folder you'll get those paths messed up for sure).
  4. averageguy

    averageguy New Member

    Joined:
    Mar 2, 2009
    Messages:
    2
    I'm not very experienced with HTML or php, so I have to ask exactly what code do you paste into the html page? Do you paste the signup.php code into the html page as part of a form command? If so, what does the line of code look like?

    Thanks,

    Tony
  5. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    Go to the amember page signup page and click view source in your browser- this will give you the form code - html you can copy.

    David

Share This Page