diff --git a/src/applications/edu-benefits/10215/containers/ConfirmationPage.jsx b/src/applications/edu-benefits/10215/containers/ConfirmationPage.jsx index 063a4f560abc..7f73938ba89f 100644 --- a/src/applications/edu-benefits/10215/containers/ConfirmationPage.jsx +++ b/src/applications/edu-benefits/10215/containers/ConfirmationPage.jsx @@ -1,69 +1,114 @@ import React from 'react'; import PropTypes from 'prop-types'; -import { format, isValid } from 'date-fns'; -import { connect } from 'react-redux'; +import { connect, useSelector } from 'react-redux'; +import { ConfirmationView } from 'platform/forms-system/src/js/components/ConfirmationView'; +import formConfig from '../config/form'; -import scrollToTop from 'platform/utilities/ui/scrollToTop'; -import { focusElement } from 'platform/utilities/ui'; - -export class ConfirmationPage extends React.Component { - componentDidMount() { - focusElement('h2'); - scrollToTop('topScrollElement'); - } - - render() { - const { form } = this.props; - const { formId, data, submission } = form; - const submitDate = new Date(submission?.timestamp); +const childContent = ( +
+ 35% exemption request from 85/15 Rule reporting requirements (VA Form + 22-10216) +
++ This form requires additional steps for successful submission. Follow + the instructions below carefully to ensure your form is submitted + correctly. +
++ We usually process claims within 30 days. We’ll let you know by mail + if we need more information. +
+
+
+ Visit the + + VA Education File Upload Portal (opens in a new tab) + + , and upload your saved VA Form 22-10216. +
+Once uploaded, click submit to finalize your request.
+
+
+
+ After submitting your exemption request, we will review your submission + within 7-10 business days. Once we complete the review, we will email your + school a letter with the decision.If we accept your request, we will + include a copy of WEAMS form 1998 as confirmation in the letter. If we + deny your request, we will explain the reason for rejection in the letter + and provide further instructions for resubmission or additional steps. +
+We may contact you for more information or documents.
-Please print this page for your records.
-
- Date submitted
-
- {format(submitDate, 'MMMM d, yyyy')}
-