# Rename fields in form submissions

It's not always you have control over the form your submissions are coming from. If you're using a CMS or some other form of web app, the fields sometimes show up in your form with a nice label like "First name" but when the submission actually come through the name is `field_12`. Which isn't the most user friendly name.

You can rename fields by double clicking on the field label when looking at a submission, writing a new name and pressing enter. Just like this:

![](https://4031318196-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LgWU9uUG4PBA7n2ZCb7%2F-Mcm4J0FTj4eE8l46q95%2F-Mcm5VkvcPgxS42rOMhr%2FCleanShot%202021-06-21%20at%2022.02.55.gif?alt=media\&token=1ee7ea60-b0d4-466f-b3a0-0e28be8eb3df)

This field will now be renamed for all future submissions, both when viewing a submissions but also in outgoing emails, through the api, when sent to Zapier etc.
