You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2025. It is now read-only.
I'm toying with FormBuilder and I'm starting to find it quite useful. It makes the actual form implementation much clearer than when doing it by hand.
One thing eludes me: How do I control the layout of the generated forms? For example, I have a form for entering Firstname, Lastname and Gender, and I would like to have the fields one after the other on a single line. How can I do this?