I. Synopsis:


What is the best placement of an interactive element (e.g. submission form) on a web page - left, right or it doesn't matter?



II. The big picture:


Our service is an online insurance site. You enter parameters of the object (car/ property/ etc) of insurance and on the next step you receive price comparisons quoting prices from a number of insurance companies.

webshot:
http://www.bounceapp.com/40445

We call the submission form "an insurance calculator" even though this may not be the most precise naming. Our issue is with the placement of this calculator - should it be on the right side of the screen or the left side or that does not matter at all?

Having read a number of articles and having gone through a number of conventions (e.g. the tendency of having search bar and log-in forms on the right side of screen, while menus are usually put on the left side, as well as toolbars in some desktop illustration applications) we still have not reached a clear agreement on right or left or "doesn't matter" placement.

Apart from the placement of the calculator we have the same issue with placing various navigation and toolbox elements on next pages.



III. Here are a few assumptions and hypotheses which I would like to ask about:

a) Some people have attained their mousing habits before the introduction of the mouse wheel or have not learnt to use it. They need to click on the vertical scroll bar in order to scroll a page. They should be likely to prefer right placement of interaction elements because that would require less mouse movement.

b) Also, right-handed people must be likely to keep the cursor on right side of the screen as soon as they get hold of the mouse. (No actual large-scale observation or data about this just gut feeling). Thus movements around the right side of the screen would take least effort, too.

c) For right-handed individuals, using the right hand should feel natural for anything which requires action - thus it should feel natural to have interaction elements on your right. (Then, left-handed individuals, who use the mouse with their left hands, should feel uncomfortable with right-placed interaction elements.)

To give an example of the "feeling" of left-hand menus, here are some examples:
http://www.bgwebcredit.com/
http://www.tescocars.com/
http://www.limos.com/

d) a corollary: content or elements which require longer or deeper thinking are easier to process when placed on the left side of the screen (no matter if text or multimedia or interaction elements), whereas elements which require brief action/ brief reference would be easier to process when placed on the right side.

The hypothesis behind this, apart from the "right-handed people deal with interaction elements best when those are placed in that same right direction", is that we(sterners) have the habit of reading left to right and reading thought activity unlike the superficial clicking/ reference/ etc actions requires mental concentration. If any quick interaction elements are placed on the left side they would distract the mind from its (unconscious) expectation to begin with reading and cause anxiety and loss of focus that way?

(It should be noted that desktop applications have their menus on top but sometimes on the left screen side.)


What is your take on these?

link|improve this question
try ux.stackexchange.com but this question is far too broad and rambling to be answerable.. – Jeff Atwood Sep 14 '11 at 10:59
feedback

closed as off topic by Jeff Atwood Sep 14 '11 at 10:59

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

4 Answers

Too much assumptions for such a tiny problem :) You can choose both options. First place your form on your left side. When the user go to check/submit it there are interactive trace/movement and the form will go to your right website column. After that when users follow the form it will go back to your left website side. This will be funny for the users and they will be glad to visit your website again. They will also think some good things about one of your parents :))) I can help you to write scripts to do that.

King regards and good luck bob

link|improve this answer
feedback

"People who read left-to-right languages start their visual scan from the top left, and proceed to center left, then dead center. The right side of the page is typically an "ignore" zone. Handedness doesn't have much to do with where people focus on a web page; but language does.

I looked quickly at the screenshot on SO, and my advice would be to increase the amount of white space. The page is very crowded with elements and modules. It's tough to scan and pick out the most important elements."

cited:
Paul Sherman
http://www.usabilityblog.com/

link|improve this answer
feedback

"Well, there's a natural F pattern to web page reading (Jakob Nielsen has a study on it: http://www.useit.com/alertbox/reading_pattern.html), which means that people will likely glance on the left hand side first. I think if you want them to notice and use the box you'll probably be better off placing it on the left, at the "start" of the page so to speak. Because there's not much other stuff on the left it probably won't make a big difference in your case."

cited:
Dmitry Fadeyev
http://www.usabilitypost.com/

link|improve this answer
In my hypotheses I am seeking a difference in the perception of content for reading (e.g. text or navigation categories) vs content for interaction (that is anything clickable which would bring some sort of new information as a result). I have the feeling that the F pattern refers more to the passive perception mode rather than the interactive mode of perception. Take a look at the two examples of left-hand upper placement of the submission form - at least to me, that feels unnatural. How does it feel to you? – d_tomchev.24ins Aug 18 '11 at 13:32
feedback

I agree with Paul, too many assumptions and over thinking. Either side can work with careful design. Form fields have a strong effect on users and they tend not to miss them even when placed in the left hand "dead zone". My guess would be that what you've shown will work and I also agree that a little more white space around the form elements will help. My advice would be to show your mockup what to a few (5+) un-biased users and watch what they do. If they can figure it out your probably safe.

link|improve this answer
The point is not whether users would miss the form fields or not, but what is the most convenient placement of those fields. Showing a mockup to a few users would not tell me if that had been the most convenient way of placement. Then one could argue that split-testing would do the job. But I want to know not only which is the best place to position the form, but also, why. – d_tomchev.24ins Sep 17 '11 at 8:08
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.