Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Split a form into two columns. Re: Split a form into two columns.

#55731
ccc630
Member

Not sure about this, but could you use Firebug to determine what code is being output, and then use javascript to dynamically append the div tags where you need them (you could then use css to get the two-column layout)? That would at least (probably? hopefully?) avoid the issue of the plugin update killing your changes.