2
votes
3answers
407 views

Suggestions for web form mockup

I'm working on a web application and one of the forms in my application has many inputs. I've tried my best at trying to organize and have them displayed in a manner that saves space and isn't ...
7
votes
2answers
555 views

What is the optimal layout for a mobile search form with a large number of fields?

I'm working on the layout for a search form that has approximately 8-10 fields. At this point, the search form fills nearly the entire viewport. My research has turned up general strategies for large ...
4
votes
3answers
183 views

Using application bar in data forms?

I am developing an application for Windows Phone. Asking some of my friend to test it I realized the way I designed data forms and the application bar behaviour is very annoying. The form design ...
8
votes
3answers
580 views

Design recommendation for a button

I have a form in which the user requests a report to the system by clicking the Send Report Request button. The system then produces scheduled reports according to the interval the user selected ...
6
votes
2answers
182 views

Pros/Cons of customized/reproduced HTML elements

I have a very specific case where the <select/> elements in a browser interface are replaced with a custom HTML structure while styling is added via CSS and functionality is added via ...