diff --git a/src/registrar/templates/domain_request_additional_details.html b/src/registrar/templates/domain_request_additional_details.html
index e13d3c7ee..4c72d4c7b 100644
--- a/src/registrar/templates/domain_request_additional_details.html
+++ b/src/registrar/templates/domain_request_additional_details.html
@@ -1,16 +1,15 @@
{% extends 'domain_request_form.html' %}
{% load static field_helpers %}
-{% block form_instructions %}
- These questions are required (*).
-{% endblock %}
+
{% block form_required_fields_help_text %}
-{# commented out so it does not appear at this point on this page #}
+{% include "includes/required_fields.html" %}
{% endblock %}
{% block form_fields %}
+
{% input_with_errors forms.1.cisa_representative_email %}
{# forms.1 is a form for inputting the e-mail of a cisa representative #}
-
-
@@ -50,6 +47,5 @@
{% input_with_errors forms.3.anything_else %}
{% endwith %}
{# forms.3 is a form for inputting the e-mail of a cisa representative #}
-