This page uses UARK Bootstrap/ITS styling. Public-facing forms will be slightly different depending on our CSS templates (to be developed).
USE input types: email, url, tel, search
USE input attributes: placeholder, autofocus, maxlength, autocomplete, required
Test input types: number, range
Avoid input types: date, color
Of Note input attributes: formaction, spellcheck, novalidate, multiple (type=file), min/max/step (type=number)
Of Note new elements not quite ready for use: meter, progress, output, datalist
Good resources for compatibility: