Oh ya... well can amember do this!

Discussion in 'Pre-Sales Questions' started by johnbee, Dec 11, 2007.

  1. johnbee

    johnbee New Member

    Joined:
    Dec 7, 2007
    Messages:
    14
    Hey it worked for the last guy(laughing)! :D

    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
  2. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    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

Share This Page