Forms

See on Foundation Guide

Text Inputs

These input types create a text field: text, date, datetime, datetime-local, email, month, number, password, search, tel, time, url, and week.

              
          
              
            

Number Inputs

              
          
              
            

Text Areas

              
          
              
            

Select Menus

              
          
              
            

Select Multiple

Add the multiple attribute to allow more than one option to be selected. Hold down the Ctrl (windows) / Command (Mac) button to select multiple options.

              
          
              
            

Checkboxes

              
          
          
          
          
          
          
              
            

Radio

              
          
          
          
          
          
          
              
            

Fieldset

              
          
Check these out
Check these out

Inline Labels and Buttons

              
          
$
$

File Upload Button

              
          
          
              
            

Errori

Foundation utilizza il plugin Abide per validare i campi required in html5.

Per utilizzare il plugin è sufficiente inserire gli attributi data-abide e novalidate all'interno del tag form. L'attributo novalidate impedisce di inserire gli stili di default del browser per la validazione, poiché questi vengono inseriti dal plugin.

Maggiori informazioni su Abide