Custom fields for certain products

Discussion in 'Pre-Sales Questions' started by barisko, Dec 15, 2008.

  1. barisko

    barisko New Member

    Joined:
    Dec 13, 2008
    Messages:
    9
    Hi,

    I will be selling 'offline' memberships and 'services'. For this I need custom fields to only appear when a specific product is chosen...

    Product A will be sold to students
    Product B will be sold to there parents.

    You see, for students it is important to know which class an grade.
    For there parents I do not need to know these things...

    Is this possible?
  2. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    If you are using custom signup pages for each you can probably do it.

    You would create the field in amember, dont display on signup/profile, but add something like this to the signup page,
    <select name="fieldname">
    <option>{$smarty.request.fieldname|escape}</option>
    <option>Grade 2</option>
    </select>

    David
  3. barisko

    barisko New Member

    Joined:
    Dec 13, 2008
    Messages:
    9
    thanx, that will do!

Share This Page