Search code examples
orbeonxformssap-commerce-cloud

How to get more than four columns in orbeon form?


How to get more than four columns in orbeon form ? I need eight columns instead. I am using yforms which has integration with Hybris.

Example with four columns


Solution

  • 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.