|
|
 |
forms
- Keep text entry to a minimum
- Avoid asking users for optional information
- Ensure data entered into forms or text entry fields is not deleted when the user moves back to the page containing it (unless there is a business/security reason)
- If using graphical 'submit' buttons - implement the Javascript workaround
- Use drop-down menus sparingly. Keep the number of options to under 10.
- You must use the option 'value' tag. Don't use value="null" (unless null is defined on your server/database) or value=" ".
|
 |
|