I would like my forms to show 2 fields per row so they take up less vertical space on the screen e.g.
Name: XXXXXXXXXXXXXXXXXXXXXXXXX Address: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Age: xx Date of birth: xxxxxxxxxxxxx Had a look at custom formstyles but this only allows customising of one field at a time. It will not allow every other field to be treated as a TD rather than a TR. Another possibility is to use formstyle=DIVS and manipulate the HTML to wrap a table around it and put in the TRs every other field. Seems a bit painful though. Is there anyone who has done this already or can suggest an alternative?

