# Submission metadata Form Plume captures submission metadata like UTM campaign values, referrer, country, and request context so you can see where each form entry came from. [Submitted fields](/docs/forms/fields) tell you what someone wrote. Metadata helps explain where the submission came from. ## UTM attribution Form Plume stores UTM values when your form includes them in the submission. A plain HTML form does not send campaign parameters from the page URL automatically. Add hidden fields for the values you want to keep: ```html ``` Then copy the values from the page URL before the form is submitted: ```html ``` Keep your campaign names consistent across links so the submitted values are easy to compare. ## Referrer and page The referrer can provide a fallback source when no UTM values exist. Browsers and privacy tools may shorten or remove it, so treat it as useful context rather than guaranteed truth. ## Country and request context Country comes from trusted edge or proxy data. Form Plume does not ask the browser for precise location. Metadata may also include the page, received time, request identifier, and safe technical context used for troubleshooting and [spam protection](/docs/spam-protection).