Placing Input Fields Next to Each Other
In Form ASAP, you can easily arrange input fields next to each other to create visually appealing and organized forms. Each field in a form has a dedicated option called "container classes," allowing you to define custom classes to control the layout.
For each field, use the "container classes" option in the form designer to assign appropriate classes.
In the container classes option, you can add any kind of Bootstrap classes, but we focus on utilizing the grid system for layouts.
Bootstrap is one of the most popular frameworks for creating responsive websites.
Example to place two fields side by side, assign `col-md-6` to each field.
Add class "col-md-6" for each field then save the form.
Example to place three fields side by side, assign `col-md-4` to each field.
Add class "col-md-4" for each field then save the form.