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.
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).
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
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