Introduction
Form fields let users enter data. Widgets show how these fields look on the page.
You want to collect user input like names or emails.
You need to display a dropdown list for users to pick an option.
You want to show a checkbox for yes/no questions.
You want to customize how a form input looks or behaves.
You want to validate user input before saving it.