This page demonstrates the variety of HTML form input fields that can be used in a WebWorks application to collect information from its users. Note different browser engines may provide a different look and feel for these form elements. Some new form elements were introduced as part of HTML5 standard (e.g. meter, progress).
| Text: | |
| Meter: | |
| Password: | |
| Progress: | |
| Radio: | Yes No |
| Range: | |
| Checkbox: | Left Right |
| Button: | |
| Text Area: | |
| Select: | |
| Hidden: | |
| File: | |
| Output: | + = |
The line-wrap behavior of textarea input fields can be controlled via CSS.
wrap=hard - text is wrapped when submitted in a form (cols must be specified)
wrap=soft - text is not wrapped when submitted in a form (default)
wrap=off