I use Matt Quackenbush’s cfUniform for all my forms. cfUniform provides a standard way of coding your forms and provides consistent look and feel across browsers. For more information, check out Matt’s blog.
I tend have forms that have a lot of fields on them and it leads to users having to do a lot of scrolling to access those fields. There are a couple of ways to combat this, by creating multi-page forms that the user clicks through or creating separate forms all together. In this post, I will show you how to use jQueryUI Tabs to organize a form with many fields.
