---
title: "Adding a comment field to a basic page in Drupal 8"
description: "While comments are connected to the article content type by default in Drupal 8, there are others that do not. In these cases, such as the page content type, it will need to be added to the default..."
url: https://www.inmotionhosting.com/support/edu/drupal/add-comment-field/
date: 2013-11-19
modified: 2021-08-16
author: "Scott Mitchell"
categories: ["Drupal"]
type: post
lang: en
---

# Adding a comment field to a basic page in Drupal 8

While comments are connected to the *article* content type by default in Drupal 8, there are others that do not. In these cases, such as the *page* content type, it will need to be added to the default structure. Follow along below as we guide you on how to add the *comment* field to a *basic page* in Drupal 8.

## How to enable comments for a basic page

1. [Log into your Drupal 8 admin interface](/support/edu/drupal/how-to-log-into-the-drupal-admin-dashboard/).
2. [![](https://www.inmotionhosting.com/support/wp-content/uploads/2013/11/edu_Drupal-8__common-images_select-structure.png)](/support/wp-content/uploads/2013/11/edu_Drupal-8__common-images_select-structure.png) Using the top menu bar, select the **Menu** option. From there, another menu will appear below. Choose the **Structure** option from the second menu.
3. [![](https://www.inmotionhosting.com/support/wp-content/uploads/2013/11/edu_Drupal-8_107_enable-comment-field_1-select-content-type.png)](/support/wp-content/uploads/2013/11/edu_Drupal-8_107_enable-comment-field_1-select-content-type.png) This will bring up a screen of all the structure types. Click on the **Content types** to continue.
4. [![](https://www.inmotionhosting.com/support/wp-content/uploads/2013/11/edu_Drupal-8_107_enable-comment-field_2-select-content-type.png)](/support/wp-content/uploads/2013/11/edu_Drupal-8_107_enable-comment-field_2-select-content-type.png) This will list all of the current content types available. The procedure for adding a comment field is the same regardless of content type. Select the content type you want to work with. We will work with the *Basic page* content type. Click on the **Manage fields** option from the dropdown to the right side of the *Basic page* row.
5. [![](https://www.inmotionhosting.com/support/wp-content/uploads/2013/11/edu_Drupal-8_107_enable-comment-field_3-add-comment-data.png)](/support/wp-content/uploads/2013/11/edu_Drupal-8_107_enable-comment-field_3-add-comment-data.png) This leads you to the *Basic page* settings page. You will see the basic fields for the *basic page*, which is the *body* field. Under this field is an empty field labeled **Add new field**> Give the comment field a name here, most likely something line ‘*comment*‘.
6. Next, move to the dropdown to the right and select the field type **Comments** from the list.
7. Once you have completed that, click on the **Save** button at the bottom of the page. This will activate your new *comment* field for the *basic page* (or whichever content type you worked with). Default Coment field added [![](https://www.inmotionhosting.com/support/wp-content/uploads/2013/11/edu_Drupal-8_107_enable-comment-field_before.png)](/support/wp-content/uploads/2013/11/edu_Drupal-8_107_enable-comment-field_before.png) [![](https://www.inmotionhosting.com/support/wp-content/uploads/2013/11/edu_Drupal-8_107_enable-comment-field_after.png)](/support/wp-content/uploads/2013/11/edu_Drupal-8_107_enable-comment-field_after.png)
