field_name?:name< label | placeholder >
A name input expects a proper name to be provided - form example a person name or organization name.
Pre-escape
field_name?:name< label | placeholder >
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
.