+
+ Your enquiry has been successfully submitted.
+
+
Confirmation ID: {{ props.assignedActivityId }}
+
+ A Housing Navigator will review your submission and contact you. Please check your email for the confirmation
+ email and keep the confirmation ID for future reference.
+
+
Go to Homepage
+
+
diff --git a/frontend/src/components/housing/enquiry/EnquiryIntakeForm.vue b/frontend/src/components/housing/enquiry/EnquiryIntakeForm.vue
index 09555be3..85ce7498 100644
--- a/frontend/src/components/housing/enquiry/EnquiryIntakeForm.vue
+++ b/frontend/src/components/housing/enquiry/EnquiryIntakeForm.vue
@@ -7,7 +7,8 @@ import { object, string } from 'yup';
import { Dropdown, InputMask, RadioList, InputText, StepperNavigation, TextArea } from '@/components/form';
import CollectionDisclaimer from '@/components/housing/CollectionDisclaimer.vue';
-import { Button, Card, Divider, Message, useConfirm, useToast } from '@/lib/primevue';
+import EnquiryIntakeConfirmation from '@/components/housing/enquiry/EnquiryIntakeConfirmation.vue';
+import { Button, Card, Divider, useConfirm, useToast } from '@/lib/primevue';
import { enquiryService, submissionService } from '@/services';
import { useConfigStore } from '@/store';
import { YES_NO_LIST } from '@/utils/constants/application';
@@ -442,22 +443,10 @@ async function emailConfirmation(activityId: string) {
-
-
Confirmation of Submission
-
- Your enquiry has been successfully submitted.
-
-
Confirmation ID: {{ assignedActivityId }}
-
- A Housing Navigator will review your submission and contact you. Please check your email for the confirmation
- email and keep the confirmation ID for future reference.
-
+
+ Your application has been successfully submitted.
+
+
Confirmation ID: {{ props.assignedActivityId }}
+
+ Your submission will be reviewed by a Housing Navigator. You may be contacted if needed. Please check your email
+ for the confirmation email and keep the confirmation ID for future reference.
+
-
- Your application has been successfully submitted.
-
-
Confirmation ID: {{ assignedActivityId }}
-
- Your submission will be reviewed by a Housing Navigator. You may be contacted if needed. Please check your email
- for the confirmation email and keep the confirmation ID for future reference.
-