Hey it worked for the last guy(laughing)! I wondered if it was possible for amember to generate discrete application forms? In other words, if we wanted to send out a free registration to someone it would generate a discrete link(one time use) that we could past in an email and so and and so forth. If amember does not do this, could you consider this modification and include make me an offer? this is something my site(under development) could really use. Thanks in advance. JohnB
in the products "Price Group ID" make it a -77 Then make a copy of signup.php and signup.html change the names to secret01.php and secret01.html. In the new signup form secret01.php function show_payment_form(){ global $t; global $error; global $db, $config, $vars; global $signup_scope_allowed; //add $vars['price_group'] = "-77"; and change $config['amember_signup_template'] : 'signup.html); to $config['amember_signup_template'] : 'secret01.html); You'll now have a signup form that only displays that one product. David