I’m looking for a better way to customize the built-in MODx forms -- the basic stuff like editing a resource or TVs. The topic of "Form Customization" seems particularly limited, e.g.
http://rtfm.modx.com/display/revolution20/Customizing+the+Manager
It’s great to be able to turn form fields on and off, but I’m wanting to change the entire layout of those forms, e.g. putting TVs and the Content on one page (i.e. not in tabs). Is that easily possible? This link
http://rtfm.modx.com/display/revolution20/Adding+Custom+Fields+to+Manager+Forms does some manipulation of the HTML... but it seems overwrought for reformatting the HTML.
Surely other people have dealt with this... should I just work with CSS and forget the PHP solutions?