WebmasterID logoWebmasterID
Analytics dimensions

Form destination dimension

Form destination is the dimension that records the URL a form submits to — the value of its action attribute. GA4 enhanced measurement passes it as form_destination on form_submit. It tells you where form data is sent, which is useful for distinguishing forms that share a name but post to different endpoints. It reflects the submission target, not whether the backend accepted the submission.

Verified against primary sources

What this means

The form destination dimension exposes form_destination, the action URL a form posts to, captured by enhanced measurement on form_submit. It distinguishes forms by where they send data, which complements form_id and form_name.

When two forms share a name but post to different endpoints, the destination is what tells them apart.

What it does not tell you

form_destination is the target of the submission, captured client-side at submit time. It does not confirm the server received or accepted the data, nor whether validation passed. A form_submit with a destination can still correspond to a rejected submission.

For true success measurement, pair the submit event with a server-confirmed thank-you page view or backend event.

How it appears in analytics and logs

A form destination value is the form's action URL. Identical destinations across forms mean they share a submission endpoint; a blank value means no action attribute was resolvable.

Diagnostic use case

Use form destination to separate forms by where they post when several forms share a name but submit to different handlers or endpoints.

What WebmasterID can help detect

WebmasterID can record form submissions tagged with their destination URL as first-party events, without capturing the contents of the form.

Common mistakes

Privacy and accuracy notes

Form destination records a submission URL, not the data submitted. WebmasterID treats the action target as first-party context and never logs field values.

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.