Form Test Home Page: Pre-populated Input Fields
This page is the hub for a series of tests on the accessibility and usability of various methods of pre-populating input fields in an HTML form. For additional information about the results of these tests see my blog.
- Field prepopulated with HTML, no label element
- Field prepopulated with Javascript, label included, cleared onclick
- Field prepopulated with Javascript, label included, cleared onfocus, restored onblur
- Field prepopulated with HTML5 placeholder attribute
- No label nor default text, uses title attribute for label