additional fields and different signup pages

Discussion in 'Customization & add-ons' started by oliver, Mar 21, 2007.

  1. oliver

    oliver aMember Pro Customer

    Joined:
    Dec 7, 2006
    Messages:
    8
    Hi

    I want to have several different signup pages ie.
    signup.php?group_id=1
    signup.php?group_id=2
    etc....


    How can I restrict additional fields to just one of them? For example I have created a "company" field, how do can make this field only appear in signup.php?group_id=1 ?

    would really appreciate some help
  2. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    Unfortunately, there currently are no ways to do that
  3. dereck_j2

    dereck_j2 Member

    Joined:
    Aug 22, 2006
    Messages:
    42
    Hi Oliver

    I have different fields displayed on the same signup page depending on the "price_group"

    example

    <tr>
    <td><span class="subheaders"> {if $smarty.request.price_group == 1}
    Address details
    {elseif $smarty.request.price_group == 2}
    Company details
    {/if}</span></td>
    <td colspan="2">&nbsp;</td>
    </tr>

    I hope this can help

    Dereck
  4. oliver

    oliver aMember Pro Customer

    Joined:
    Dec 7, 2006
    Messages:
    8
    hi and thanks for your response dereck_j2

    Looks really interesting, will test it asap

    thanks again

    Oliver

Share This Page