diff --git a/src/registrar/templates/domain_request_additional_details.html b/src/registrar/templates/domain_request_additional_details.html index 96c89d8ad..c78bc8e96 100644 --- a/src/registrar/templates/domain_request_additional_details.html +++ b/src/registrar/templates/domain_request_additional_details.html @@ -1,15 +1,14 @@ {% 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 %} +

Are you working with a CISA regional representative on your domain request?

@@ -17,6 +16,7 @@
+ Select one (*). {% with add_class="usa-radio__input--tile" add_legend_class="usa-sr-only" %} {% input_with_errors forms.0.has_cisa_representative %} {% endwith %} @@ -30,20 +30,21 @@ {# forms.1 is a form for inputting the e-mail of a cisa representative #} -

Is there anything else you’d like us to know about your domain request?

+ Select one (*). {% with add_class="usa-radio__input--tile" add_legend_class="usa-sr-only" %} {% input_with_errors forms.2.has_anything_else_text %} {% endwith %} {# forms.2 is a small yes/no form that toggles the visibility of "cisa representative" formset #}
-
+
+

Provide details below (*).

{% with attr_maxlength=2000 add_label_class="usa-sr-only" %} {% input_with_errors forms.3.anything_else %} {% endwith %}