You can't insert signup page into other page, but you can modify signup template (/amember/templates/signup.html) so it will look as you need.
Modify the header.html and footer.html templates, then the rest of amember will display in this. David
This is the header exactly what gets edited as there is not a lot there PHP: <head> <title>{$title}</title> <link rel="stylesheet" type="text/css" href="{$config.root_surl}/templates/css/reset.css" /> <link rel="stylesheet" type="text/css" href="{$config.root_surl}/templates/css/amember.css" /> <link rel="stylesheet" type="text/css" href="{$config.root_surl}/templates/css/site.css" /> </head> <body> {if $config.lang.display_choice}{* Display Language choice if this option enabled *} <div style='width: 100%; text-align: right;'> {php}echo display_lang_choice();{/php} </div> {/if} <br /><br /> <div class="centered"> <h1>{$title}</h1> <hr /> <br />