Skip to main content

Questions tagged [forms]

Forms are a collection of input fields and design patterns that collect and process different types of qualitative and quantitative data input from users. Can include the visible user interface components as well as the logic required for controlling aspects of its behavior such as form validation, data retrieval and storing of incomplete forms.

0 votes
3 answers
65 views

On a mobile app, should there be a search function for the US state dropdown selector? We have a required field for the address and the state of residence. A developer is pushing to add a search ...
Mo_'s user avatar
  • 1
4 votes
1 answer
585 views

Context I'm working on a corporate application for managing employee certifications. The UI has two main parts: On the left: A master list of all existing certificates company-wide as suggestion/...
ATW's user avatar
  • 155
1 vote
0 answers
44 views

I’m designing a mobile app food journal where users can add food items or pictures. For the initial “add food” flow, I’m considering a wizard-style form with the following inputs: Food item name ...
cip123's user avatar
  • 11
0 votes
1 answer
83 views

I noticed a few forms (EasyJet, Microsoft,, etc.) where the checkbox is unchecked but still has a checkmark in it, e.g.: Animation showing checking and unchecking the box: Is that user-friendly? I ...
Franck Dernoncourt's user avatar
1 vote
1 answer
116 views

Looking at SE's new Ask page, I wonder: is there any value in telling users that a field is empty before they try to validate a form? SE's new Ask page, after clicking on each of the 3 fields (tile/...
Franck Dernoncourt's user avatar
0 votes
0 answers
46 views

I have a complicated dynamic form field with Parent-Child relationships. How can I organise all the children? Here is the wireframe for the Parent-Child fields: Also if I were to show all the form ...
ifrah asif's user avatar
1 vote
3 answers
186 views

I'm designing a Medical Form with a section where the users can enter numerical input values for vor(Before) or Nach(After) values. How can I design this multi-input field into a single input field? ...
ifrah asif's user avatar
2 votes
2 answers
661 views

All my inputs have the options of passing as a prop a "hint", which is a text to make clear to the user what that field is about, how to fill it, etc. I decided this hint shouldn't always ...
Bernardo Benini Fantin's user avatar
1 vote
2 answers
94 views

I have a 23 pages of a pdf form which I'm supposed to modify so that it can be filled offline on a PC. The actual procedure is : After initial user inquiry, there is a little discussion and ...
Alain Reve's user avatar
0 votes
1 answer
97 views

I am working with big forms, some of which might create page scroll and will have inputs placed side by side (up to 4 per line). I have been told that the users of these forms will usually memorize ...
Bernardo Benini Fantin's user avatar
0 votes
1 answer
85 views

Background: I am working on a form in which the input fields change dynamically based on the previous selection. For example, in the screenshot below, if 'Type A' is selected, rest of the form fields ...
Ravi Shankar's user avatar
1 vote
1 answer
118 views

In a form, when a select (e.g. city) depends on another one for loading the correct data (e.g. state), if the user hasn't yet selected an state, in the placeholder of the city select I'll place a text ...
Bernardo Benini Fantin's user avatar
0 votes
1 answer
101 views

I am working with big forms (35+ fields) and the users are attendants in a hospital; they are people who know by heart where the fields are located in the form, to fill and record the data faster. It ...
Bernardo Benini Fantin's user avatar
0 votes
4 answers
359 views

I'm adding a selection with two radio buttons as seen in the example below: But here, the submit button is disabled, because one of the options have to be selected. How can I properly inform my user ...
Raphaël Balet's user avatar
0 votes
1 answer
79 views

Here is a login form in its error state Here is a signup form in its error state Questions When there are no errors do all the input boxes have a green border to indicate success? When you click ...
PirateApp's user avatar
  • 1,007

15 30 50 per page
1
2 3 4 5
194