Forms are generally used to retrieve user input such as text, selected radio button, selected checkboxes and actions like pushing a button
5
votes
2answers
82 views
Autosave settings
We are developing an web app. Users can log-in and change their settings. We are in process of making settings page and we are wondering if Autosave option is good idea.
For example:
User edits his ...
0
votes
1answer
152 views
Minimum length for Street Address field in HTML form?
When a user has to enter a street address, to ensure clean data is it a good idea to enforce a minimum number of characters?
For instance, I can't see any possible reason a street address could be 2 ...
1
vote
1answer
110 views
How many characters should typical address fields allow on an international website?
On an HTML form, What is the maximum amount of characters that should be allowed for:
Street Address 1
Street Address 2
Town/Suburb
State/Province (I would have drop downs for main countries, but I ...
0
votes
2answers
74 views
If I was asked in an interview to provide a 'written spec' for a form, how would I reply?
I initially left an interview assuming I was going to have to sketch mockups for a registration form that was requested as a test, but when probing for more information I was told that a 'written ...
4
votes
2answers
118 views
Does the size of an input influence its value?
I've recently started using BackBlaze as my backup service and I noticed something interesting on their restore sign-in page. The password input is slightly longer than their email input.
Since ...
3
votes
3answers
130 views
Is it bad practice to reset a user's focus to the first input item?
When a user tabs to the last input element in the form, is it bad practice to bring the user back to the first tabindex / input item?
2
votes
0answers
32 views
Forms in fancybox or full size page - which is good for conversions? [duplicate]
I have a responsive website, with a Sign Up form & a Contact form.
I'm not able to decide whether should I open these forms in fancybox / prettyphoto or redirect user to a full sized page with ...
3
votes
3answers
84 views
Asking for more info on whitepaper download then on trial sign up
Im currently researching how to handle lead generation forms.
I came across a website which has 3 slightly different forms for downloading a white paper, downloading an ebook, and downloading the ...
3
votes
3answers
169 views
How to design the input field for recipe ingredients
I've spent a lot of time thinking about the most efficient way to handle a user inputting a recipe into a form. There are a couple different options I've seen across the internet, from offering up a ...
21
votes
10answers
1k views
When client and server side validations occur, doesn't it make for a better UX to only do server validations?
I find a problem on the MVC4 project I am working on now, using Fluent Validation, in that some validations are delegated to the jQuery client side validation, while some, such as the NotNull rule for ...
0
votes
2answers
56 views
Uploading files independently from Save/Cancel of form?
We have a form which has Save/Cancel buttons down at its bottom. A part of this form is managing a collection of file attachments. The user can add, open and delete as many files as she likes.
Should ...
1
vote
4answers
248 views
Forms with many choices - is it bad UX?
Im currently working on a companies product website. They have multiple things you can sign up to via a form.
Get a Trial of the software
Sign up for a webinar
Request on site presentation
call me ...
2
votes
1answer
52 views
Sending a Search Form on mobile - keypad and / or call to action button
say you have a modal view with a simple form and a cancel-option.
as soon as the user selects a field the keypad shows up and usually provides a "Send" or "Search" Button to send the form.
is it ok ...
5
votes
3answers
112 views
Form for property rent prices depending on season and length
Seeing the similar post about Form for inputting operating hours of a business, I am hoping you might help me with a similar issue.
We run a holiday property rental website. Properties can be rent on ...
3
votes
3answers
227 views
Why don't most forms have a hover state?
I've been looking at a bunch of forms and noticed that most form inputs do not have a hover state. Is there a good reason for this, that I'm missing?
A slight hover state, to me, is effective because ...
2
votes
1answer
177 views
lightbox (modal box) VS Inline Editing for a profile screen
what can give to the user the best and easiest experience, when editing their profile in a web site, practically we have three widely implemented options:
1 - Fields form and submit button:
this is ...
4
votes
2answers
96 views
Adding new data while filtering current data
I'm working on a table that includes employee data (Name, Age, Position). Above the table I have a live filter that can filter the data by Age Group and Position.
I'd also like the possibility of ...
2
votes
1answer
74 views
Sending users an invite
Need a solution to a problem I've been having.
I'm working on an internal corporate site. Users can be invited to the website via email and attached to a credit card.
A user can only be attached to ...
4
votes
1answer
74 views
Accesibility vs. read only inputs
I have a form with some read only fields depending on the customer role. As a rule, I use read only fields for those inputs.
have you had any problems with this approach using and assistive ...
3
votes
1answer
155 views
Filtering Results: Parallel Selection: Checkboxes vs Links
I'm trying to resolve a discussion with a colleague and gain some insight into a common practice for search refinement behavior.
I've read Best Practices for Designing Faceted Search Filters and seen ...
1
vote
4answers
82 views
Leave data in form after submission?
I've got a form in my web application that a user would use to send messages to another user of the system. So for example, a manager might want to send a message to all of their direct reports about ...
2
votes
4answers
189 views
How to make the user fill out all required fields when signing up
In the registration form for a website, what is the best way to prevent the user from continuing until all the required fields are filled in? For example should the "submit" button be grayed out until ...
5
votes
2answers
130 views
Layout question regarding “Select existing record or create new one” pattern
I want to create a wizard for creating new data.
In one of the steps the user is supposed to select an existing record or create a new one.
There are of course different ways to solve this.
I am ...
25
votes
17answers
5k views
Form for inputting operating hours of a business
I am designing an interface where restaurants need to input their operating hours. I am thinking of using a slider control for timings for a single day, and then let the user choose days of the week ...
44
votes
13answers
2k views
Best UI to allow expert users to enter an ip address? (IPv4)
I am working on a web application which requires users to enter an IPv4 address (in dotted-quad decimal notation) for most of the primary tasks they need to perform. Our primary target "user" is a ...
1
vote
1answer
76 views
What are pleasant ways to move the user through a technical support request, if they are not very tech savvy?
Say a user has a request for service on equipment.
The person that will handle this might likely be someone who is either not familiar with the technology or even how to use the equipment. For ...
2
votes
5answers
220 views
Should a form's style be left to the browser?
Instead of using CSS resets, I use Normalize.css, and I usually style an HTML form's containing elements such as input, label, textarea, etc. to the fullest extent. To make sure that the form's design ...
4
votes
2answers
168 views
How to present a view with large number of inputs
I'm developing a dashboard for hotel managament system application.
There's a view that allows the user to set prices for room types in different currencies. Sadly, I can't provide any screenshots as ...
4
votes
0answers
33 views
Is there a way to simplify the input of a canadian postal code on a mobile form [duplicate]
Possible Duplicate:
What’s the Best Interface for Entering Canadian Postal Codes on a Smartphone Keyboard?
In Canada, postal code are structured that way
A1A 1A1
A = Letters
1 = Numbers
...
4
votes
4answers
184 views
Which button should get the focus at delete dialogs?
I thought that most destructive actions should be avoided from default actions. But when a delete dialog comes, I see that most Windows applications (even the OS), by default, set the focus at ...
4
votes
3answers
224 views
Normal select box vs autocomplete widget UX wise
Was wondering is anyone had experience dealing with autocomplete widget vs using a select box when you got 100-200-300 items in the select box.
I think the general consensus is that the autocomplete ...
1
vote
2answers
109 views
When should a select be replaced with a combobox?
I'm working with a site that is currently making heavy use of comboboxes. In fact, every select in the whole application is automatically turned into a combobox on page load.
My first inclination is ...
3
votes
4answers
124 views
Irreversible changing of state
I am working on a UI for a workflow and task management system.
Each task can be in one of three states:
new
in progress
complete
The task is edited in a form which has Save/Cancel buttons. It ...
5
votes
4answers
179 views
How early should you funnel users in a registration process?
As part of a registration form I am building I need to, at some point, differentiate between whether the user is a 'student' or 'professor'. I've seen this handled in two different ways and was ...
3
votes
2answers
87 views
how can I get users to add fields into a list where many fields are optional?
I need to design a page to get user inputs in below format:
1. Item A (text)
a. Sub-item (text)
b. Upload photo for Sub-item (Browse and upload)
c. Description for Sub-item (text)
2. Item B ...
4
votes
3answers
222 views
Auto-detection of credit card type in a credit card form
Some time ago (it might have started with Apple) designers started to use pattern of auto-detection of credit card type in credit card forms.
On the screen above you can see such a form (it's ...
3
votes
2answers
139 views
Sliders without inputs - terrible idea?
Here's a part of iMovie UI that confuses me. All clip&audio settings can be only adjusted by manipulation on sliders.
There's no way to type in specific number.
My first thought - this is just ...
6
votes
3answers
77 views
Form prompts inside form fields always wrong?
I've noticed in the edit-profile form on UX Stack Exchange a weird prompt with an important message - the date format.
Personally I would consider it terribly wrong (force to memorize data format, ...
0
votes
1answer
339 views
Best ios alternative for an html select box?
An app I'm working on requires the user to enter their address which is then stored on a 3rd party system. The 3rd party has a predefined list of countries and states so when I send off the address I ...
1
vote
1answer
56 views
Best way to implement a chained category selection
Im in the process of making a website where user must select a category between +400 categories and/or subcategories.
The forms needs Parent category and x child categories. What is the best way of ...
3
votes
3answers
155 views
Nested multiple selections
I am building a web application that allows users to search a gym chain's class timetables. This gym has multiple branches, in multiple states and cities. The inputs to the class timetable search are:
...
1
vote
2answers
81 views
Category Drop Down List with Descriptions
I need a simplified means of selecting a category from within a form that is contained in a modal. The problem is that each of these categories has a LONG description that needs to be shown before ...
2
votes
3answers
406 views
Labels inside or outside text inputs? [duplicate]
Possible Duplicate:
On forms, is inline placeholder text better than a label outside each field?
Are there any advantages / disadvantages in placing ones labels outside ones text inputs ...
1
vote
1answer
82 views
Easiest way to have a user select a letter grade?
I have a report card form that I'm creating for customers to rate performance in several areas. Our old format was using radio buttons, each labeled A-F with one N/A option. The current idea from ...
8
votes
7answers
535 views
Conveying progress for a set of items each with 2 stages
I think I have an issue with the hierarchy of information in trying to convey progress to a user. On the dashboard of a non-profit dashboard I have the following option:
The organisation deal with ...
1
vote
3answers
306 views
Single login page vs pop up iframe?
We have built a Single Sign-on system. A technical requirement is that it has to refer to another web page to login to get the token for the child site.
The current solution is a single point of ...
2
votes
1answer
92 views
Best ways to ask a user to select a worldwide destination? / examples?
I'm looking for examples of a user interface to select or browse for a worldwide location. A location could be as small as a town, or as big as a continent. It could also be vague such as "the Alps".
...
8
votes
8answers
435 views
What to display while waiting for a process (4-5 seconds) to complete?
We realized that in some cases the user may be waiting up to 4 or 5 seconds (depending on connection) for their form (or some action) to be processed. The form involves getting data from other servers ...
4
votes
1answer
115 views
Display form on page, in modal or separate page?
I have an application where users choose assignments to try over the coming days. When they choose an assignment, they state what they expect the outcome of the assignment to be. I'm not sure whether ...
4
votes
2answers
116 views
Is there a good UX widget for matching lists of items?
I want to ask a question of my website that has users match items up.
For example:
Match the animal with its sound:
Cow Bark
Dog Neigh
Horse Moo
If this were a question on paper I would ...

