Copy: route contact prompts to Chris @ FCI; warmer form subtitle
This commit is contained in:
@@ -70,7 +70,7 @@ export async function POST(req: Request) {
|
|||||||
return NextResponse.json(
|
return NextResponse.json(
|
||||||
{
|
{
|
||||||
error: appEnv().isProduction
|
error: appEnv().isProduction
|
||||||
? "Could not save your survey. Please try again, or contact your engagement coordinator."
|
? "Could not save your survey. Please try again, or contact <a href=\"mailto:chris@fci.coop\">Chris @ FCI</a>."
|
||||||
: `Save failed: ${redact(msg)}`,
|
: `Save failed: ${redact(msg)}`,
|
||||||
},
|
},
|
||||||
{ status: 500 },
|
{ status: 500 },
|
||||||
|
|||||||
@@ -692,8 +692,7 @@ function SuccessDestination({
|
|||||||
</h2>
|
</h2>
|
||||||
<p className="mx-auto mt-3 max-w-prose text-[15px] leading-relaxed text-ink-soft">
|
<p className="mx-auto mt-3 max-w-prose text-[15px] leading-relaxed text-ink-soft">
|
||||||
Thank you. We've recorded this survey for{" "}
|
Thank you. We've recorded this survey for{" "}
|
||||||
<span className="font-medium text-ink">{orgName}</span>. Your engagement coordinator will see
|
<span className="font-medium text-ink">{orgName}</span>.
|
||||||
it on their next review.
|
|
||||||
</p>
|
</p>
|
||||||
<div className="mt-7 flex flex-col items-center justify-center gap-3 sm:flex-row">
|
<div className="mt-7 flex flex-col items-center justify-center gap-3 sm:flex-row">
|
||||||
<button
|
<button
|
||||||
@@ -720,7 +719,7 @@ function ErrorState({ message }: { message: string }) {
|
|||||||
</h2>
|
</h2>
|
||||||
<p className="mt-3 text-sm leading-relaxed text-ink-soft">{message}</p>
|
<p className="mt-3 text-sm leading-relaxed text-ink-soft">{message}</p>
|
||||||
<p className="mt-4 text-sm text-ink-soft">
|
<p className="mt-4 text-sm text-ink-soft">
|
||||||
If this keeps happening, please contact your engagement coordinator and ask for a fresh
|
If this keeps happening, please contact <a href="mailto:chris@fci.coop">Chris @ FCI</a> and ask for a fresh
|
||||||
link.
|
link.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1428,7 +1428,7 @@ function ErrorState({ message }: { message: string }) {
|
|||||||
</h2>
|
</h2>
|
||||||
<p className="mt-3 text-sm leading-relaxed text-ink-soft">{message}</p>
|
<p className="mt-3 text-sm leading-relaxed text-ink-soft">{message}</p>
|
||||||
<p className="mt-4 text-sm text-ink-soft">
|
<p className="mt-4 text-sm text-ink-soft">
|
||||||
If this keeps happening, please contact your engagement coordinator.
|
If this keeps happening, please contact your <a href="mailto:chris@fci.coop">Chris @ FCI</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
+1
-1
@@ -752,7 +752,7 @@ export const formConfig: FormConfig = {
|
|||||||
id: "org_engagement_check_in",
|
id: "org_engagement_check_in",
|
||||||
title: "Co-op Survey",
|
title: "Co-op Survey",
|
||||||
subtitle:
|
subtitle:
|
||||||
"Update tracking data for your co-op as you progress through the organizing stages. 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.",
|
||||||
stageField: "current_stage",
|
stageField: "current_stage",
|
||||||
sections: [stage0, stage1, stage2, stage3, stage4, stage5],
|
sections: [stage0, stage1, stage2, stage3, stage4, stage5],
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user