Survey copy: clarify subtitle and rename submit-another button

Subtitle now tells respondents they can skip fields they do not know. Post-submit CTA says Submit an update since the same form is the ongoing update channel, not a one-off survey.
This commit is contained in:
Joel Brock
2026-06-11 13:47:35 -07:00
parent 8dfbbea0ba
commit ade938eaaa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -759,7 +759,7 @@ function SuccessDestination({
onClick={onAnother}
className="inline-flex items-center justify-center rounded-md border border-rule bg-paper px-5 py-2 text-sm font-medium text-ink-soft transition hover:bg-paper-2/60 focus:outline-none focus-visible:ring-2 focus-visible:ring-leaf-500/40"
>
Submit another survey
Submit an update
</button>
<p className="text-xs text-ink-mute">It&apos;s safe to close this window.</p>
</div>
+1 -1
View File
@@ -781,7 +781,7 @@ export const formConfig: FormConfig = {
id: "org_engagement_check_in",
title: "Co-op Survey",
subtitle:
"Thank you for updating your co-op information. The questions you'll see depend on where you are in the Framework.",
"Thank you for updating your co-op information. The questions you'll see depend on where you are in the Framework. Please provide whatever information you can. You do not need to fill in every field to submit.",
stageField: "current_stage",
sections: [submitterInfo, stage0, stage1, stage2, stage3, stage4, stage5],
};