Saturday, March 16, 2019

Input form label alignment top or left?


Although I have researched on input form label alignment, I need solid suggestion on when to use form label alignment top and when to use left and why?


For example in the below form username and password is left align.



left aligned labels


Here user name and password is top align.


top aligned labels



Answer



Luke Wroblewski is the guru on this field.


He has written an entire book on web form design (Web Form Design) and he published an interesting article on the label-issue some years ago.


You can read the full article here: http://www.lukew.com/resources/articles/web_forms.html


Summarization of the article:





Should be used when:



  • The time to complete a form needs to be minimized

  • The data being collected is mostly familiar to users



Image of




Should be used when:




  • The data being collected by a form is unfamiliar

  • The data does not fall into easy to process groups

  • The data being collected is mostly familiar to users [...]



Image of




The distance between the [left justified] labels and input fields is often elongated by long labels. [...] An alternative layout, right aligns the input field labels so the association between input field and label is clear.




Image of


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...