# Exercise 8.1: Add an external link field

In this exercise we’ll add a new link field to the *Job Posting* content type. The link will go to “More information” on another website.

## Add the link field

1. Go to *Structure* → *Content types* → **Job Posting** and click on the **Manage fields** tab.
2. Add a new field and use the following settings:

   <img src="https://3186608908-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LzAsrTcKaHnLDg-7ALW%2Fuploads%2Fgit-blob-5fef6af26cbb68dadc874a90e266b84b74ca285d%2FEx-8-1-Link-Field-1.png?alt=media" alt="Image of new Field settings" data-size="original">
3. Click **Save and continue.** This will take you to the Field settings page.
4. There are no changes so just click **Save settings**.
5. This takes you to the settings for this field on the *Job posting* content type.

## Test it

Go to a Job posting and search for the 'More information' section and **Link** field.

![Image of new Field settings](https://3186608908-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LzAsrTcKaHnLDg-7ALW%2Fuploads%2Fgit-blob-55fa76a300ebd025d88d2f1b4b0bb31704440acf%2FEx-8-1-Link-Field-2.png?alt=media)

## Change the field settings to make link title required field

You can also make the link title field a required field. Follow the instructions below:

1. Go back to the **Manage Fields** page of the **Job Posting** content type.
2. Edit the Link field.
3. Change the Allow link text to “Required”.
4. Save settings.

![Image of new Field settings](https://3186608908-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LzAsrTcKaHnLDg-7ALW%2Fuploads%2Fgit-blob-9bdc20bb729ca90b9c39645e77ebfe9b6e152e4a%2FEx-8-1-Link-Field-3.png?alt=media)

## Re-test it

1. Update your Job posting content page from the previous example and enter the link title.
2. Compare the look of the content page.

The **More information** fields should now be required fields.

![Image of new Field settings](https://3186608908-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LzAsrTcKaHnLDg-7ALW%2Fuploads%2Fgit-blob-6ae5078630fdf1e3c2935beb17760e04fce93aac%2FEx-8-1-Link-Field-4.png?alt=media)
