companyName element renders a single labeled input for a business or organization name. It applies a basic format check (128-character cap, non-whitespace presence) and has no domain-specific pattern; it accepts legal entities, DBAs, and sole proprietors alike.
Factory
Example
Options
fields.companyName accepts label, placeholder, disabled, hidden, id, ariaLabel.
Value
null until the shopper types a non-empty value.
FieldError.field
Always 'companyName'.
Where it composes
- Inside Checkout under
contact.companyName(betweenfullNameandphone). Captures the shopper’s employer as part of the contact record. - Inside
billingAddress.fields.companyNameandshippingAddress.fields.companyName. Captures a company name tied to the address (for example, “ship to ACME’s office”).