Name Input

A name input expects a proper name to be provided - form example a person name or organization name.

Usage

Pre-escape

field_name?:name< label | placeholder >

Type Detection

Field names containing 'name' will default to name inputs. You can override by specifying the input type, for example: :text. Examples: company_name, full_name, person_name.