They are grouped by function to help you find what you have in mind easily. A list of all elements is provided in the sidebar on every element's page as well as this one. You can drag and drop these elements to your form and then customize their looks and functions by changing their options.
This Field perfectly accommodate short answer user responses. User Information Fields pre-generated using the field include Full Name, Address, Tel, Zip, Email, Color, Password and Phone fields.
The element create input fields that let the user enter a date, either with a textbox that validates the input or a special date picker interface. The resulting value includes the year, month, and day, but not the time.
The number field supports only numeric characters and comes with an up/down arrow for users to scroll through number values in designated steps.
The Hidden field does not display for users viewing the form. It can only be viewed from the form builder by a logged in administrator. Use this to store information that you want passed into submission data or sent along in an email, but not displayed to the user.
This element is rendered by default as boxes that are checked (ticked) when activated, like you might see in an official government paper form. The exact appearance depends upon the operating system configuration under which the browser is running. Generally this is a square but it may have rounded corners. A checkbox allows you to select single values for submission in a form (or not).
The Element is generally used in radio groups—collections of radio buttons describing a set of related options.
Only one radio button in a given group can be selected at the same time. Radio buttons are typically rendered as small circles, which are filled or highlighted when selected.
The element represents a control that provides a menu of options.
The Select element has some unique attributes you can use to control it, such as multiple to specify whether multiple options can be selected, and size to specify how many options should be shown at once. It also accepts most of the general form input attributes such as required, etc.