Mark Leicester &lt;<a href="mailto:mark.leicester@efurbishment.com">mark.leicester@efurbishment.com</a>&gt; wrote:<br><br>&gt; Yes, I&#39;ve also found the need for the sort of thing you describe. I<br>&gt; have a working implementation that allows the arbitrary grouping of
<br>&gt; fields into fieldsets, where those fieldsets may be assigned and<br>&gt; weighted within any category including the account page itself.<br><br>I left the account validation in.&nbsp; (Actually it is the account restriction.)&nbsp; So adding to the account page isn&#39;t something I had contemplated.
<br><br>&gt; Like<br>&gt; you I only allow a single level of fieldset. I use an extra table to<br>&gt; group fields by a fieldset name in the same way that the current<br>&gt; implementation groups by category names.<br><br>
Well, the current implementation of category names is a bit less than what you describe you have implemented for fieldsets.&nbsp; At least in 4.7.&nbsp; It is merely an additional field within the profile fields table and there is no weighting allowed.&nbsp;&nbsp; Hence, the categories are displayed&nbsp; in alphabetical order. 
<br><br>In addition to setting up a separate table, which I called profile_fieldsets, I just included a parent field in the table so the code can be expanded at some point.<br><br>&gt; My admin interface is<br>&gt; incomplete as yet (clients were happy to have it configured manually
<br>&gt; and then left alone).<br><br>My UI is a clone of the way that the profile fields themselves are input.&nbsp; In essence, I just copied the profile module, renamed it profilefieldsets, stripped out everything from the resulting module that dealt with the user level and kept things that dealt with the profile fields, modifying it to deal with profile fieldsets.
<br><br>&gt; I&#39;ve also added radio buttons to the available profile field types.<br><br>In what context? <br><br>&gt; It sounds like we&#39;re more or less at the same place. Shall we compare<br>&gt; notes?<br><br>Absolutely.&nbsp; I&#39;ll send you what I have off list, unless you think it should be shared here for others to comment upon.
<br><br>Thanks for the response, Mark.<br><br>mike<br><br><br>