Forms are generally used to retrieve user input such as text, selected radio button, selected checkboxes and actions like pushing a button

learn more… | top users | synonyms (1)

-2
votes
1answer
104 views

Including fax contact information [closed]

For an attorney's website contact information, include a fax number? Is this superfluous information? Can it be taken away? I've had many unfortunate experiences with my college website. They list ...
4
votes
1answer
87 views

Survey builder - How to handle users navigating away from questions in invalid states

I'm building an internal survey tool similar to SurveyTalent where users have a panel to edit questions. I have a requirement to make the question and however many visble answers required. What ...
3
votes
3answers
80 views

Should I increase or decrease items in a wizard progress?

I am designing a large form which is split up into sections, and depending on how the user answers the questions, whole sections will be created. Here's an example - Do you have a car? (this isn't a ...
8
votes
4answers
287 views

Accordion in a webapp - Should I allow more than one open?

I have several long forms in my web application. I thought about using an accordion design to save unused space in the form (The form is already split into several sections) download bmml ...
16
votes
4answers
873 views

What’s the use of vertical guide lines when filling out forms using handwriting?

I’m quite fast making shopping lists via handwriting, and I think I’m not alone using small notes instead of trying to make lists in my phone. But when I come to the store and they give me a discount ...
1
vote
3answers
149 views

Where is the best place to put example input for a form? [duplicate]

Possible Duplicate: Where should form instructions or hints be placed? Which of the following is the best place for the example (e.g. 12345) on long/short/busy/simple forms? (...and why?) ...
2
votes
2answers
107 views

Best way to present an already filled form

We have a longish form to fill. After first step, we know that some a particular user is already registered. The rest of the form is already filled in, but we still need her to validate the data. ...
-2
votes
2answers
88 views

when is it necessary to lock an answer? [closed]

I've attached a sketch wireframe to hopefully help. I wonder when is it necessary to lock the answer that has been input into a textfield, then if the user wishes to edit the answer they have to press ...
0
votes
1answer
339 views

Form usability / best practice for field label positioning [duplicate]

Possible Duplicate: On forms, is inline placeholder text better than a label outside each field? Is putting text field instructions inside the text box rather than having a field label a ...
2
votes
4answers
295 views

Combining email and phone inputs into a single text field

Let's say you want to combine both email and phone input into a single text field because you require either or, not both. What's the best way would you approach this? As far as making it clear ...
2
votes
2answers
153 views

Best way of selecting one option and a list

What is the best way of display a list of options nested within two options?I placed a mockup for reference to my question. If the user click the top radio button he should pick just one among all the ...
1
vote
1answer
78 views

Best type of UX for a asking visitors on a site a question?

I am trying to design a UX that allows random visitors on a website to quickly give us information about what books they/their child are reading in school. The site itself is a company that provides ...
5
votes
2answers
208 views

Why are most social media web forms on the right hand side of the page now?

I am doing research into social media sites, and one thing I have noticed is that most of the main players in the social media and communication world (Facebook, Twitter, LinkedIn, Microsoft, Google) ...
1
vote
1answer
94 views

Best controls for nesting items

I am trying to develop a page editing backend, and one of my problems is about how to let the user choose where to nest the page he/she is editing. My boss came up with this solution: download ...
2
votes
6answers
226 views

How to display dynamic labels

Not sure 'dynamic labels' is even the best name for it. Example (mockup below): Think of a simple address including an input field for phone numbers. The phone number could be landline or mobile. ...
0
votes
2answers
182 views

Form builder that allows dynamic flow based on answers

I'm working on a project where we need to create a form builder that allows nesting of follow up questions based on a questions answer. Currently we're thinking of a treeview that allows dragging and ...
1
vote
1answer
221 views

Long pages vs more pages

We're developing a form which may have a variable number of follow-up questions (based on user answers to an earlier question). Depending on user response, there could be between 0-13 follow-ups. We ...
1
vote
1answer
588 views

Multiple selection in an iOS picker view

The iOS SDK doesn't have a multiple selection picker view. However Safari's picker view allows multiple selection. Fortunately ALPickerView was created to allow multiple selection in a picker view. Is ...
1
vote
3answers
117 views

Which is the best way to limit textarea or wysiwyg content? [duplicate]

Possible Duplicate: Character limits on fields - pros and cons and best practices? I have one section where user can enter only 140 characters. What is the best approach from below options ...
2
votes
2answers
129 views

When the instructions are “check all that apply,” should there be a “none” checkbox?

I frequently see surveys with multiple-select questions that tell the user "check all that apply," and have a final checkbox for "none of the above." Is there any evidence or expert opinion as to ...
5
votes
2answers
117 views

How to decide if auto-focus on search makes sense for the site?

I have code reference site ( QueryPosts.com ) that is largely search-centric and has prominent search form in sticky top bar. It has been suggested (and I considered it myself before) that search ...
3
votes
2answers
209 views

Sign-up: Does the “confirm email” field work?

How many people sign up with a wrong (mistyped) email address when: you have a "confirm email" field you don't have a "confirm email" field There is a very similar question on ux.se but it doesn't ...
5
votes
1answer
108 views

How to represent a form on a CMS admin panel page that deals with creating/editing multilingual fields

I've had some experience with creating multilingual web sites and their admin panels. I am now in the search of the ultimate way to represent multilingual fields. I'm not trying to satisfy a ceratain ...
4
votes
2answers
116 views

Best way to include multiple upload fields in crowded form?

Context: I'm working on a four step form, each step has between 4 to 10 input elements of various types, from text fields to dropdowns and checkboxes. I've managed to keep it gradual and easy so the ...
2
votes
3answers
86 views

Taking input from user on the homepage

I have a side project and I have made a simple homepage with a form where I need: user's email address some keywords which they are interested in. I am noticing a problem here, people confuse ...
1
vote
1answer
63 views

Choice of form fields: Functional of visual driven?

I'm developing sort of a form editor where the user can build a form. The user clicks on a button with an icon of a form field and the form field is added to the form. I'm wondering what's the best ...
0
votes
1answer
116 views

Order of fields in contact forms

I'm looking for evidence to support changing order of fields in various contact forms. The first is a general form with: Enquiry details - textarea Where did you hear about us? - textarea ...
6
votes
2answers
353 views

Does the content of the HTML5 placeholder attribute affect usability?

When using the placeholder attribute in HTML5 has there been any research into how the content of the placeholder affects the usability of the form? I'm thinking specifically about using the ...
2
votes
5answers
513 views

Form layout. Vertical Labels vs Horizontal Labels. Images inside

After reading http://www.lukew.com/ff/entry.asp?1502 and http://www.uxmatters.com/mt/archives/2006/07/label-placement-in-forms.php Placing labels above input fields is preferable, but if you choose to ...
3
votes
2answers
134 views

What's an intuitive workflow for a registering user to simultaneously sign-up his colleagues?

I'm working on a redesign of a website that has a bit of a complicated registration requirement and I just can't get my head around how best to design the necessary forms/pages. For context, the ...
2
votes
6answers
123 views

Forcing a workflow while making it easier for the user

I'm working on an internal webapp that requires users to Enter Meeting Notes. Currently, the users write their notes in a Word template, then copy/paste into one large text field in the app. The notes ...
2
votes
3answers
147 views

Combobox-clutter… how to solve?

I'm involved in the fixing of an Online Dating Service. They have a registration form (all fields required), and 11 fields out of 16 are comboboxes. The fields are (in order, with comboboxes in ...
2
votes
1answer
43 views

How best to represent the addition to / presence of pairs?

I'm currently designing a dashboard that allows a user to manage ANDSF policies. The Policy model allows for a number of start time/end time pairs to be added to it. Currently, policies are created ...
4
votes
2answers
333 views

Inline editing vs Edit view

I've seen this question asked a few times, but none that relate to my particular scenario. I'm working on a large, complex UI that involves many user types. For this screen, there are 4 types of ...
0
votes
1answer
126 views

Conditional forms and disabling input fields?

I'm working on some forms that I see as complex. Step 1: 3 radio buttons (a, b, c) Step 2: 2 radio buttons (yes, no) Step 3: input fields, amount varies based on the combination of step 1 & step ...
4
votes
4answers
167 views

What's used more to submit a search, enter or submit button?

There must be data out there about this. Do more people just hit enter after their search term or do they hit the "Search/Submit" button?
2
votes
2answers
86 views

What is best practice for data protection on a registration form?

This is in part a UX and a legal (UK) question. Is there a best practice in terms of opt in statements for data protection for registration. I have had our CRM team suggest that we should include ...
3
votes
6answers
115 views

Form with scores and question weights

I have been tasked of designing a form which has X amount of set questions the customer can pick in a back end software. Each question has a point against it (which can be defined) and to complete the ...
2
votes
3answers
280 views

What's the best way to arrange a large number of filters?

I'm building a page that allows users to select "Accounts" in an enterprise software system (Salesforce.com). At first there were only three filters and positioning them all horizontally worked ...
9
votes
8answers
845 views

What fields to drop from the registration form?

Our current registration form is too long and some fields should be cut off. In other hands all most of these are looking important excepting 'Tell us something about yourself'. Currently used fields ...
4
votes
1answer
152 views

Best UI element type and location for password retrieval on login form

I have currently the login form shown below and I'd like to add a UI element that the user can click in order to retrieve their fogotten password. However I'm not sure what element to use and where ...
1
vote
2answers
115 views

Role management with Parameters

I am currently developing a User management Form. Each User can be assigned to multiple Roles. I would create this as 2 Listboxes with one showing all selected Roles and the other all unselected ...
2
votes
3answers
481 views

Combining text entry and drop down functionality

In a complex data entry app I am trying to minimise the amount of stuff on screen. So I considered combining text entry and drop down into a single element. So the user can either select from the ...
4
votes
2answers
154 views

Data to reinforce the 'large login form fields' style?

We're working on a site that requires the user to login to use. We designed a sparse login page with a large login form. Akin to Gmail: This seems to be the trend as of late. And it makes sense for ...
2
votes
2answers
213 views

Download Options from a Lightbox

I have a web application that has a faceted search feature, that will filter results in realtime based on search criteria. In order to allow the user to easily view each item in the results without ...
5
votes
1answer
280 views

Unifying Search and Browse

I am working on a part of a website right now. Let's just call it a Map for now. Every user has a map, which displays his or her interests as images in a grid. Quite obviously, the user can add or ...
2
votes
2answers
155 views

Should confirm email links autologin if the user is not logged in?

I am working on a system where the administrator can configure the following behaviour for email addresses: Allow users to attach multiple email addresses to their account (just like Facebook and ...
0
votes
2answers
147 views

Checkbox vs. menu

I am building a calculator where the user must choose if has has a hybrid car or not. I was wondering which is better a checkbox - where you check if you have one. or a menu with yes/no ...
15
votes
5answers
886 views

Should I use two steps or one when users change password?

I currently have a page dedicated to changing passwords. There are 2 options: A 2 step option: download bmml source – Wireframes created with Balsamiq Mockups download bmml ...
4
votes
3answers
186 views

What direction do people read in when reading lists of checkboxes/radio buttons?

I have a list (quite a long one) of checkboxes. Some will be checked by default, and I'd like to put those first. So I'm wondering which direction is more frequent when reading / completing them, to ...

1 3 4 5 6 7 16