This design pattern is part of the Mobile Web Design series.
Contents |
More often than not as an end user you would be interested in looking at the product, trying it out if possible, reading about it, taking a demo etc. before finally making up your mind whether you are interested in actually buying it or not. The same mindset works with the visitor to a webpage, they want to first explore the webpage before deciding to actually signup or register for the services. Sometimes the website require lot of user information like personal details, debit/credit card information, business address etc, which can be a long and time consuming affair which only a genuinely interested user would want to bother completing.
Sometimes because of the sheer amount of information expected of the first time user, bugs them so much that they end up abandoning the site even without looking through the features available. This is a loss of a potential user who could have given business to the company/merchants involved with the site.
This is where the mechanism known as lazy registration comes into picture.
As the name suggests it’s a lazy form of registration. The typical sign up/register yourself kind of forms have irritated the user no ends. The lazy registration mechanism allows the user to navigate through the site, allowing them to explore the potentialities available without asking them for a formal signup. This allows the user to view the contents of the site till a point where they might end up getting interested in actually being a part of it and that’s where you ask the user to sign up.
Since the user has gone through the features and is rather impressed with the potentials at this point s/he doesn’t mind spending a few minutes to enter in their information. This way you avoid losing a visiting user, whom you would have had you burdened them with sign-up first approach.
The lazy registration mechanism should be used in one of the following use case scenarios:-
Some of the key advantages of using this approach are:-
Some of the key disadvantages of using this approach however are:-
It is a nice concept which if implemented well can boost the overall user confidence and trust level on your website, in turn generating more genuine user registrations and usage of the website. The features to be displayed through this mechanism have to be chosen carefully so that the user interest is maintained convincing them to finally sign up.
--- Added by Mayank on 30/06/2009 ---
No related wiki articles found