Wipe_Out wrote:
Hi Nancy,
As I understand it Field Groups is for grouping fields together for presentation on the site, it doesn't change the way each field is stored in a separate table in the database.. I may be wrong and if someone can confirm this it would be great..
One file per field has always been the way the profile module worked its magic. If you want something else you'll have to find another module or write one yourself using the form hooks and your own DB table or perhaps store the data in the user data column using the user hooks.