How to get more than four columns in orbeon form ? I need eight columns instead. I am using yforms which has integration with Hybris.
Set the following property:
<property
as="xs:integer"
name="oxf.fb.grid.max-columns"
value="8"/>
Note that the form layout with many columns can be challenging as columns become very narrow.