I had someone make me a custome sign up pag with text above the sign up form. http://www.recreateyourlife.com/amember/signup.php I want to know how I can edit the text on that page. Also, I've created another product and I'd like to know how to make a slightly different page for that product. http://www.recreateyourlife.com/amember/signup.php?price_group=-40 Thanks.
I'd suggest you make a copy of the signup.php and html pages for the product, and hardcode the price group into the php of the new signup form. Then your new signup.html can be edited specific for that product. David
You should be sure to use an HTML editor so that any existing smarty code isnt corrupted- HTML-Kit works well. David