I am on Rails. I have a form that has many text fields (about 13). It looks very bulky and smudged together. From a rails point of view, the form deals with 3 models.
I am looking for some demo links or links that intuitively deal with forms and many textfields.
Can I break the form into various different forms with next button and at the last form have a "Finish" button or something?
But how will that work? what if the user moves away in the middle?