Forms are a subset of views, which provide a component-based system for creating interactive views. These include buttons, text boxes, etc. The concept is similar to that of Windows Forms, or simple web pages.
Forms and controls come with an event-driven input handling system, built on top of the simpler input handling that regular views provide.