From 7df6798cf7f33869cf39452c03e3174d03c1f220 Mon Sep 17 00:00:00 2001 From: Dee Luo <79488570+dee-luo@users.noreply.github.com> Date: Fri, 29 May 2026 09:53:00 -0400 Subject: [PATCH 1/4] Rename contactIdentifier to email in CallerInformationTab --- .../uscr/v1/tabbedForms/CallerInformationTab.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/uscr/v1/tabbedForms/CallerInformationTab.json b/lambdas/packages/hrm-form-definitions/form-definitions/uscr/v1/tabbedForms/CallerInformationTab.json index 563f2b7351..3cce361aa6 100644 --- a/lambdas/packages/hrm-form-definitions/form-definitions/uscr/v1/tabbedForms/CallerInformationTab.json +++ b/lambdas/packages/hrm-form-definitions/form-definitions/uscr/v1/tabbedForms/CallerInformationTab.json @@ -2522,7 +2522,7 @@ "isPII": true }, { - "name": "contactIdentifier", + "name": "email", "label": "Email of Person Reporting", "type": "input", "isPII": true From 35945d34cd24396df8ee6e251ab1ae186ee3df98 Mon Sep 17 00:00:00 2001 From: Dee Luo <79488570+dee-luo@users.noreply.github.com> Date: Fri, 29 May 2026 09:53:25 -0400 Subject: [PATCH 2/4] Update PrepopulateMappings.json --- .../form-definitions/uscr/v1/PrepopulateMappings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/uscr/v1/PrepopulateMappings.json b/lambdas/packages/hrm-form-definitions/form-definitions/uscr/v1/PrepopulateMappings.json index ca36a311f4..8ca50de91a 100644 --- a/lambdas/packages/hrm-form-definitions/form-definitions/uscr/v1/PrepopulateMappings.json +++ b/lambdas/packages/hrm-form-definitions/form-definitions/uscr/v1/PrepopulateMappings.json @@ -11,7 +11,7 @@ }, "survey":{}, "preEngagement":{ - "email": "CallerInformationTab.contactIdentifier", + "email": "CallerInformationTab.email", "friendlyName": "CallerInformationTab.friendlyName", "phone": "CallerInformationTab.phone", "officeDepartmentBid": "CallerInformationTab.officeDepartmentBid", From 771cf0855ff69b32f811f22118488ecc0627dd43 Mon Sep 17 00:00:00 2001 From: Dee Luo <79488570+dee-luo@users.noreply.github.com> Date: Fri, 29 May 2026 10:17:18 -0400 Subject: [PATCH 3/4] Update ChildInformationTab.json --- .../ca/v1/tabbedForms/ChildInformationTab.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/ca/v1/tabbedForms/ChildInformationTab.json b/lambdas/packages/hrm-form-definitions/form-definitions/ca/v1/tabbedForms/ChildInformationTab.json index fdd414bf13..ded9a0eef1 100644 --- a/lambdas/packages/hrm-form-definitions/form-definitions/ca/v1/tabbedForms/ChildInformationTab.json +++ b/lambdas/packages/hrm-form-definitions/form-definitions/ca/v1/tabbedForms/ChildInformationTab.json @@ -599,6 +599,10 @@ "value": "I want support to solve a conflict/problem", "label": "I want support to solve a conflict/problem" }, + { + "value": "I need help to be safer", + "label": "I need help to be safer" + }, { "value": "I want to know how to help someone else", "label": "I want to know how to help someone else" From 8884be10a7f7de4783e73d5fc1cf6457a91940e1 Mon Sep 17 00:00:00 2001 From: Dee Luo <79488570+dee-luo@users.noreply.github.com> Date: Fri, 29 May 2026 10:19:23 -0400 Subject: [PATCH 4/4] Add French translation for safety help request --- plugin-hrm-form/src/translations/fr.json | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin-hrm-form/src/translations/fr.json b/plugin-hrm-form/src/translations/fr.json index b91627051a..9c95c78cdf 100644 --- a/plugin-hrm-form/src/translations/fr.json +++ b/plugin-hrm-form/src/translations/fr.json @@ -771,6 +771,7 @@ "I want to talk about my feelings":"Je veux parler de ce que je ressens", "I'm looking for tips and strategies":"Je recherche des trucs et des stratégies", "I want support to solve a conflict/problem":"Je veux du soutient pour résoudre un conflit/problème", +"I need help to be safer": "J’ai besoin d’aide pour être plus en sécurité", "I want to know how to help someone else":"Je veux savoir comment aider quelqu'un d'autre", "I need help finding a resource/information":"J'ai besoin d'aide pour trouver une ressource/information", "Yes":"Oui",