You can create a two column layout in Formaloo forms by adjusting the width of fields. This lets multiple fields appear on the same row instead of stacking vertically.
Step by step
Open your form in the Form Editor.
Click on the field you want to adjust.
Go to the Edit tab.
Find the Section settings for the field.
Set the Field width to one of the available options:
Default
Full
1/2
1/3
2/3
How field widths work
Fields with compatible widths placed next to each other will appear on the same line.
If the total width of fields in a row equals one full row, they will align horizontally.
Example
Set Field A to 1/3
Set Field B to 2/3
These two fields will appear on a single row, creating a two column layout.
Tips
Use 1/2 + 1/2 for equal two column layouts.
Use 1/3 + 2/3 or 2/3 + 1/3 when one field needs more space.
If a field drops to the next line, check that the combined widths do not exceed one full row.
This approach helps you build cleaner, more compact, and more readable forms without using custom CSS.


