
Originally Posted by
spectheintro I need to add a whole bunch of custom fields to the Accounts module. (We're talking 30+.) As you can imagine, this makes the DetailView page rather busy. I originally created a custom module for these fields, which each account would link to, but the end-users said they would prefer that everything stay on the Accounts module, and so here I am.
I've got no problem creating and implementing the custom fields, but I'd like a way to make it a bit cleaner. Is there any way to make certain sections of the Accounts display collapsible, or pop-up oriented? Rather than having 30+ ancillary custom fields right on the page, it would be great if there was a +/- button after all of the standard Account info that then expanded into the Ancillary fields, or (even better) an "Ancillaries" link that brought up a pop-up associated with the account, that had all of the Ancillary fields inside of it. I've already customized EditView.html to separate the fields into their own table (titled Ancillaries) but on DisplayView.html it's basically all lumped together.
Can anyone tell me if what I'm trying to do is possible? Thanks.
Bookmarks