Filling out a form should be as easy as possible. How can you best help your user?
Allow copy/paste Copying and pasting is a much easier and safer way for users to enter secure data.
Autocomplete The HTML autocomplete attribute tells the browser what type of value is expected when filling out a form field.
Avoid input patterns Make it as easy as possible for users to enter a value.
Be flexible Be flexible in accepting the data a user fills out in a field.
Review, modify, undo Make sure users can review legal, financial, or personal information and correct it if needed.
Provide valid values Provide valid values for an input field in the description.
← Back to: Web forms