Amazon Registration and Login

1. Enter your email address, if you're not registered, select "New customer," otherwise log in
2. Enter registration info

Comments

01 Jenn
05/15/08 @ 21:47

Funny -- the Amazon login screen is one of my least favorite authentication UIs. The tab index on those fields starts with e-mail address, then goes to the radio buttons (the "No, I am a new customer" option is selected by default), and then to the password field. If the user is tabbing through the form this way and enters a password without manually switching the radio button selection, the form delivers an error (server side! so slow!) that asks what the user intended to do.

A better implementation would be to have the radio button automatically flop to "Yes, I have a password" if the user enters data in the password form.

Am I right, or missing something?

02 jibbajabba
05/15/08 @ 23:24

Jenn, you're right, and I agree that should be "No, I'm a new customer" radio by default, then flip to "Yes, I have a password" if user enters text into password input. Guess I missed that since I registered so long ago. But I'm a new customer should definitely be the default when you click the "New customer? Start here" link from the header. This IS the right flow for registered users logging in, however.

Nice catch! I don't know why they haven't caught this poor flow. This version of the registration form must have been up there for years.

Post new comment

The content of this field is kept private and will not be shown publicly.