# Exercise 4.3: Add fields to content types

In this exercise we’ll add the State/Territory field to job postings and to News and Media. For this exercise we have a controlled *vocabulary*, limiting input to one State/Territory, so we’ll use a select list.

## Add the State/Territory field to Job postings

1. Go to *Structure* → \_Content types.
2. Click on **Manage fields** to the right of the *Job posting* content type name.

   <img src="https://3186608908-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LzAsrTcKaHnLDg-7ALW%2Fuploads%2Fgit-blob-35af6ac562ae8fe6d8e5c8b171eefec985f845d1%2FEx-4-3-Add-Fields-1.png?alt=media" alt="Image of add field to content type" data-size="original">
3. To associate the State/Territory vocabulary with a particular content type we need to add our new *Term reference* field.
4. Under /admin/structure/types/manage/job\_posting/fields, click **Add field**. Under **Add a new field**, select **Reference** → **Taxonomy term**, then complete the fields as shown in the screenshot below:

![Image of add field to content type](https://3186608908-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LzAsrTcKaHnLDg-7ALW%2Fuploads%2Fgit-blob-90f2636361e7f22c8ccd11955a9286d80d469193%2FEx-4-3-Add-Fields-2.png?alt=media)

## Add the existing State taxonomy field to News and Media

Now that job postings can be categorised by states/territories, News and media articles need to use the same State/Territory vocabulary. Follow the instructions above but add the ***existing*** taxonomy field to the **News and Media** content type.

![Image of add field to content type](https://3186608908-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LzAsrTcKaHnLDg-7ALW%2Fuploads%2Fgit-blob-a9023fbfee314e80c564cfd16d49947175589823%2FEx-4-3-Add-Fields-3.png?alt=media)

Configure the form display and page display to show the new field.
