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?
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