WebmasterID logoWebmasterID
Analytics dimensions

Form name dimension

Form name is the dimension that records the name attribute of a form a visitor started or submitted. GA4 enhanced measurement passes it as form_name on form_start and form_submit events. Unlike form_id, the name attribute need not be unique and is often shared across pages, which makes it good for grouping the same logical form (a newsletter signup) sitewide but weaker as a per-instance identifier.

Verified against primary sources

What this means

The form name dimension exposes form_name, the name attribute of a form, captured by enhanced measurement on form_start and form_submit. Because a name is not required to be unique, the same name can recur across many pages.

That makes form_name ideal for sitewide grouping — every 'newsletter' form together — rather than identifying one specific instance.

Name versus id

form_id aims for per-page uniqueness; form_name is a shared label. Choose name when you want all instances of a logical form aggregated, and id when you must isolate a single form. Mixing them carelessly produces double counting or false merges.

If neither attribute is set, form_destination can sometimes serve as a fallback, though it groups by where the form posts rather than what it is.

How it appears in analytics and logs

A form name value is the form's name attribute. Blank form_name means the form had no name attribute, leaving form_id or form_destination as identifiers.

Diagnostic use case

Use form name to group interactions with the same logical form across many pages when each instance shares a consistent name attribute.

What WebmasterID can help detect

WebmasterID can record form-interaction events tagged with the form's name as first-party context, without capturing the values entered.

Common mistakes

Privacy and accuracy notes

Form name records markup metadata, not submitted data. WebmasterID treats form names as first-party context and never logs field contents.

Related pages

Sources and verification notes

Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.