I know I can't find this, but could someone prompt me as to heo change the header of the Sign-Up page to read "Order Form" instead...please? Thanks very much, rickvv
It looks like that signup.html page pulls from another page. The words "Sign-Up" don't appear in the signup.html page, that I can see. (What line in that file do you use?) Thanks, rick
Thanks, I found another thread that deals with this. I create and/or modify the en-custom.php file in languages folder. Mine looks like this now. (be sure not to have any blank lines at start or end of that file. Code: <?php defined( 'INCLUDED_AMEMBER_CONFIG' ) or die( 'Direct access is not allowed' ); define('_TPL_SIGNUP_MEMB_TYPE', 'Product'); define ('_TPL_SIGNUP_TITLE', 'Order Form'); ?>