Tagged Questions
4
votes
2answers
163 views
Designing the sign-up process?
I am starting a website consisting of info on local shops, product catalogs, and coupons. now I am in a dilemma over the vendor sign-up process. I want to know which of the following ways should I do ...
2
votes
4answers
167 views
Use a wizard on a simple but big form?
I'm thinking about remaking the registration form on a site I'm working on. The form is simple, but there is too much information to be filled in. It also asks if the user has already participated, in ...
0
votes
3answers
113 views
Where to place registration form and its contents in page horizontally?
In a registration form I'm having trouble guessing where I should put the text and input fields. Obviously the default is flush against the left side of the screen which looks terrible. I noticed ...
3
votes
1answer
192 views
Telling users passwords don't match and aren't strong enough
I have two functions in my user registration form
One checks the password and confirmed password are the same.
The other checks if the password is strong enough.
I have two presentation related ...
2
votes
4answers
186 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
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
126 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
2answers
83 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 ...
9
votes
8answers
836 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 ...
2
votes
1answer
144 views
How to handle a complicated registration process
Ok so it is a bit complicated ... bear with me
In my web application, I have something called "Office" and it has many "Employees". An "Employee" can not exist without an "Office". So in my current ...
7
votes
2answers
524 views
Should user registration be tabbed or part of a multi-step form?
I am trying to find a good way to design my registration form. I have looked at the idea of having multiple steps for the form. Or using a tabular layout. Both of pros and cons. I am wondering which ...
11
votes
7answers
1k views
“Sign Up” vs “Create an Account”
Which pick is better for a service? Especially if I would like the website to resemble American style.
Gmail and Dropbox say: "Sign In or create an account"
Yahoo says: "Sign In. New here? Sign ...
1
vote
2answers
475 views
One column logistration form OR two columns?
Don't look at me like that, I actually like the way to call both login and registration forms together a logistration form, well it's convenient.
I've designed a logistration form, but the problem is ...
18
votes
5answers
980 views
When form submission fails, password field gets blanked, why is that the case?
I've seen many registration forms where if fields don't pass validation, the password fields are blanked as well.
Why is this the case? I understand why you'd blank the password in a login form, but ...
9
votes
4answers
522 views
Subliminal user registration
I'm developing a forum/community board and I want to avoid registration forms. So I decided to make user registration almost implicit.
What I mean is, if an unregistered user is about to do something ...
1
vote
1answer
151 views
Should an E-commerce Site that is predominantly a B2B site have OAuth?
A company that I work at from time to time is looking to add OAuth to their site, and had asked for my recommendation if it's worth the development time and if people would actually use it.
In my ...
14
votes
7answers
1k views
What is the most pleasant and fast UX when logging in / registering for a private web-app?
In my case, the openId login is out of the question. The application that I'm working on will only allow corporate users with a given specific email domain to register.
The login/register form needs ...
2
votes
2answers
178 views
Is it a good practice to show a sign-up or registration form as seperate parts rather than in one go?
I am designing a registration form for a site with multiple sets of information required from the user. I have categorized the data fields into relevant groups. Now should I present the form sections ...
23
votes
17answers
721 views
All my users are from Afghanistan or how to get users to correctly fill out a form
I have a website with a form users fill out to create an account. Following advice from this forum and other places I am asking for only the minimum required information to create an account ie. ...
7
votes
1answer
141 views
Is it better to force sign in before or during restricted forms?
I am building a form that will require a person to be signed in to successfully post. Filling out this for is ESSENTIAL to my web application, so I really want to make it as painless as possible - ...
4
votes
3answers
312 views
Best place to put registration fields?
I have a form that will allow a user to post a classified listing on my site. The thing is, we required users to be signed in to post...so instead of redirecting a user to a separate page to sign in ...
8
votes
4answers
1k views
Pros and Cons for having same form for login, register and forgotten password
I have notice some sites have the same form for login, register and forgotten password.
Below the form you have 3 buttons
i forgot my password
register
log me in
What are the pros and cons on ...
33
votes
8answers
2k views
How much information should you ask for when users register?
So the company wants all the information it can get on the users of its site, but how much should be asked for upon registration?
On one hand, it would be easier for the users to enter only personal ...
14
votes
7answers
686 views
Login / Sign-Up as one form [closed]
Has anyone seen any good examples of a basic form (e-mail / password) that a site uses for both existing users to login and for new members to start a registration process?
Yes, I'm thinking ...