Skip to content

Commit

Permalink
Generated registration-submit-next-steps.html screen
Browse files Browse the repository at this point in the history
  • Loading branch information
enyia21 committed Feb 3, 2025
1 parent c6cee93 commit c5112bb
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/flows-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,8 @@ flow:
condition: EnableProviderRegistration
nextScreens:
- name: registration-submit-confirmation
registration-submit-confirmation:
nextScreens: null
submit-complete-final:
nextScreens:
- name: registration-getting-started
Expand Down
6 changes: 5 additions & 1 deletion src/main/resources/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,11 @@ registration-submit-complete.title=Upload documents notice

# registration-submit-next-steps
registration-submit-next-steps.title=Next steps

registration-submit-next-steps.header=Next steps
registration-submit-next-steps.list-1=Your CCR&R will start reviewing your application within 10 business days after receiving it.
registration-submit-next-steps.list-2=You will get a letter in the mail about your registration application.
registration-submit-next-steps.list-3=You may be asked to send additional verification documents.
registration-submit-next-steps.notice=<strong>Important note:</strong> You will not be able to get CCAP payments until this registration process is complete.
# registration-doc-upload-recommended-docs
registration-doc-upload-recommended-docs.title=Submit verification documents
registration-doc-upload-recommended-docs.ssn.header=Social Security card
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,23 @@
<div class="grid">
<div th:replace="~{fragments/goBack :: goBackLink}"></div>
<main id="content" role="main" class="form-card spacing-above-35">
<th:block th:replace="~{fragments/cardHeader :: cardHeader(header='placeholder', subtext='placeholder')}"/>
<th:block th:replace="~{fragments/gcc-icons :: next-steps}"></th:block>
<header class="from-card__header spacing-below-0">
<h1 id="provider-registration-next-steps-header" class="h2" th:text="#{registration-submit-next-steps.header}"></h1>
</header>
<th:block th:replace="~{fragments/form :: form(action=${formAction}, content=~{::formContent})}">
<th:block th:ref="formContent">
<div class="form-card__content">
<!-- Put inputs here -->
<div class="form-card__content spacing-above-0">
<div class="spacing-below-35">
<ol class="list--numbered">
<li th:text="#{registration-submit-next-steps.list-1}"></li>
<li th:text="#{registration-submit-next-steps.list-2}"></li>
<li th:text="#{registration-submit-next-steps.list-3}"></li>
</ol>
</div>
<div class="notice notice--warning">
<p th:utext="#{registration-submit-next-steps.notice}"></p>
</div>
</div>
<div class="form-card__footer">
<th:block th:replace="~{fragments/inputs/submitButton :: submitButton(text=#{general.inputs.continue})}"/>
Expand Down

0 comments on commit c5112bb

Please sign in to comment.