Seeking advice and best practices for HTML forms

One thing I learn when I took a course in HTML/CSS in college is keep your forms as short as possible as users have a low tolerance in entering a lot of information in a form. If you absolutely must have a long form then consider having that form span 2 pages or more.

3 Likes