Hi,
I am developing an app that has a lot of fields, and I am wondering what the best practice is in trying to get them on a page without the need to scroll.
The forms need to be stateless as I need to do some pre-processing before storing them.
I have more fields than will fit on a decent sized screen with the default two columns. These are some of the thoughts I have had but not found a way to do them or do not know if there is a better way.
1. Have more than two columns in a form.
2. Have one form with multiple tabs for each group of fields
3. Use Buttons to create a type of Next, Previous type wizard to build up all the fields but use different forms and save the fields in Global Variables before dong the final process on the last form/page.
4. HTML Views, I can't find a way to edit fields other than to include a form, I am then stuck in the same position.
What have other people done.
Thanks
Gordon