Saturday, October 21, 2017

signup signon - Combining Sign in and Registration form


I am in the process of re designing a registration workflow for a social app. The nature of its content is very generic, food related stuff like recipes, cooking tips etc. The signup form is planned to be shown inside a model window. We want to encourage signups through Facebook, while giving an email signup as an option.


I wanted to avoid taking users to multiple screens for signups/signin and use the same model for everything related to on boarding. Hence, tried to incorporate three things- Sign Up, Login, Forgot Password within the same form. When the user focuses on the email field, we will collapse the top section and use the space for additional fields and call to actions. The action button label would change according to the choice the user makes.



For Signup it will "Signup as a New User" for Existing users "Sign into your kitchen" and for forgot password "Send recovery instructions"


What do you think of this approach? Do you see any complications in this? Screenshots attached. Sign up pop up-1 Once the user clicks on email the fields expand



Answer



The first screenshot is simple enough, but I think the second one is a bit confusing. Try simplifying by:




  1. Removing the Facebook link once they've entered an email address.




  2. Once they've entered an email address, check to see if it's already used, and then display the remaining fields accordingly. This would allow you to eliminate the radio buttons (except for forgot password case)




  3. Use fewer words on submit button, such as "Create Account".


No comments:

Post a Comment

technique - How credible is wikipedia?

I understand that this question relates more to wikipedia than it does writing but... If I was going to use wikipedia for a source for a res...