Address fields

Address Line 2 Meaning and Examples

Address Line 2 is the optional part of an address that adds delivery details after the main street address. It usually contains an apartment, suite, unit, floor, room, department, building, or mailbox detail.

Common Address Line 2 values

Example format

Jordan Miller
845 Market St
Suite 420
San Francisco, CA 94103
United States

Testing recommendations

Test your form with Address Line 2 empty, short, long, and combined with the street line. CSV exports should preserve the field as text, and mobile layouts should not hide or truncate apartment and suite labels.

Field mapping for QA

ValueTypical meaningExpected behavior
Apt 4BApartmentAccepted as optional secondary delivery information.
Suite 1200Office suiteStored as text and preserved in exports.
Building A, Floor 3Complex or campus detailLong values wrap without clipping on mobile.
EmptyNo secondary detailForm can submit when the field is optional.

Practical QA examples

Preservation test across optional states

Create three records with the same main street line: one with Address Line 2 empty, one with Apt 4B, and one with a long building-and-floor value. Save, edit, export, and re-import all three. The empty value must remain valid, and populated values must stay attached to the correct address rather than being appended unpredictably to the city or street.

TransitionExpected behaviorBug exposed
Empty to populatedThe new value appears once on labels and receipts.A stale empty placeholder creates a blank line or comma.
Populated to emptyThe field clears without deleting Address Line 1.A combined-address update removes the street.
Country changeThe value is retained until the user confirms how to remap it.The form silently discards an apartment or building.

Reference

Generate examples

The U.S. address generator, Japan address generator, and UK address generator include secondary address variants for QA workflows.