Recruitment Directory's Blog - Australia's #1 Recruitment Technology Blog!
Most sites make it very hard for a job seeker to register for an account. The first problem they face is being redirected from the initial page they were viewing to a separate registration page. Secondly, there are often required fields like username, email address or password which require validation of some sorts.
Previously, I have talked about using
jQuery Modal Boxes to improve your recruitment website. Using this technology we can eliminate the first problem in redirecting job seekers to a separate webpage, saving page download time, and make the process much more enjoyable.
The second problem is a bit more complicated.
Most job sites will wait for the user to submit a form before processing any errors. Some will validate one field at a time, others will report on all the errors at once.
Unfortunately, if you have a form that has multiple required fields, you could have the job seeker submitting the same form over and over again. Boring... By now the job seeker would have given up and left your site!
By implementing a validation process that checks the fields as you type (or as you move to the next field). You can notify the user of any errors or suggestions immediately, instead of wasting their time processing the form once completed.
The job seeker registration process should be as simple as possible. If you spend some time improving the use of your website, you will offer the user a much enjoyable experience.
Article URL: http://www.recruitmentdirectory.com.au/Blog/gone-in-60-seconds-the-candidate-registration-process-a292.html
Article Tags: candidate registration job boards job sites online recruitment ux ui modal boxes jquery password strength seek seek.com.au user experience form validation validation process job seeker Hide Comments (5)
True, and I posted an example of your implementation in this post Improving your Recruitment Website - jQuery Modal Boxes
But saying that, what effect has your implementation on the splash "job spotter signup form" before the the external application form had on the application count?
Take this new form for example, it is all over the place in IE8. On top of that the apply page has also been copied but to make it look different they have added a login pop-up. Good try but that doesn't make sense because now you have to fill this in twice. How odd?