orbeon / orbeon-forms

Orbeon Forms is an open source web forms solution. It includes an XForms engine, the Form Builder web-based form editor, and the Form Runner runtime.
http://www.orbeon.com/
GNU Lesser General Public License v2.1
518 stars 220 forks source link

Single-column form option even on wider screens #6489

Open ebruchez opened 2 months ago

ebruchez commented 2 months ago

For very simple forms, like the "Orbeon Forms PE Trial License" form, it would be good to be able to have a single column layout. This would include the form's border.

Questions:

  1. could this/should this do the same as the narrow layout used on phones?
  2. or would this be explicit in Form Builder?

Leaning towards option 2. also, we now have 12 and 24 columns option in Form Builder. We could have a 6 columns option, which would also have the property of implying that the grids are 1/2 as wide.

ebruchez commented 2 months ago

A workaround is to center form controls manually in the regular grid, but it's not ideal.