If I use the "add feild" option in the control panel to add new custom field where is the data the users enter stored. Which table is used for this operation? Many thanks Dereck
table "amember_members". if you use "Common" field type, fields are stored as serialize()'d PHP array into "data" field in this table. if you use "SQL" field, aMember will create and use a separate field in this table for storing value.