{namespace sg = TYPO3\CMS\Styleguide\ViewHelpers}

Inlne Form

<form>
    <label>Form</label>
    <input type="text" />

    <select></select>

    <input type="submit" />
</form>

Wild form

This is a form containing various fields (with some initial values (defaults) set, so that you can see how input text looks like without actually typing it):

The following two radio buttons are inside a fieldset element with a legend:
Legend
Check those that apply


Previous page «Tables» / Next page «Buttons»