Passing a SESSION var to a field on the signup form

Discussion in 'Customization & add-ons' started by dereck_j2, Jun 14, 2007.

  1. dereck_j2

    dereck_j2 Member

    Joined:
    Aug 22, 2006
    Messages:
    42
    Hi Alex and all,

    Is it possible to pass a SESSION var to a field on the signup form.

    I have an additional field on my signup form which the user puts the name of the company in.

    I want to be able to auto fill the company field with a SESSION var from another page outside of amember.

    Many thanks in advance

    Dereck
  2. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    {$smarty.request.field1|default:$smarty.session.my_sess_varname}

Share This Page