Form Layout in ADF
I have a form that I want to layout as something like this:
Field1
Field2
Field3 Field4
Field5
Field6 Field7
(some of the fields are in 2 columns)
What's the best way to do this? I tried to use a PanelFormLayout then for those rows which contain two fields I wrapped them in a horizontal PanelGroupLayout, but when I do this the labels no longer aligned.
Any advice is appreciated. Thanks :D