cooper collier 2/4/2022 10:14:06 AM Actually, I do not use the space trick too much, because then I have a bunch of columns with no obvious names, this is a royal hassle when programming and looking for issues. When I want a form to be small or pretty... I use sections. We ALWAYS make a section call DEV, that is placed right before the system columns section. This way New columns tend to be dropped in there. I use form behavior to hide this section except for the DEV group... which is ME! Then I make an XHTML column, and using HTML with embedded CSS I then build a section. So if I wanted a name it would be like. <div style="color:navy; size:50px; background-color-pink"> <%=[firstname]%> <%=[lastname]%> </div> I then put the xhtml column into a section. I set the section color to white, put a space for the name of the section and the xhtml column. Now I have a completely custom form. BUT if there is a problem, all the original columns are in the dev section. I do not do this with all clients, because while it is fun, its time consuming! Here is a simple sample of one I have done for my own management database https://prnt.sc/26oqpef |