From 6d7a5c3735d0a8f21f8f39df0a49b74277330307 Mon Sep 17 00:00:00 2001 From: Mark E <51723535+Spark450@users.noreply.github.com> Date: Wed, 27 Nov 2024 14:06:10 -0800 Subject: [PATCH] Chore: Update SimpleFormPage.tsx --- src/routes/patterns/SimpleFormPage.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/routes/patterns/SimpleFormPage.tsx b/src/routes/patterns/SimpleFormPage.tsx index 314425e95..e7c7881a6 100644 --- a/src/routes/patterns/SimpleFormPage.tsx +++ b/src/routes/patterns/SimpleFormPage.tsx @@ -6,12 +6,12 @@ import { Link } from "react-router-dom"; export default function SimpleFormPage() { return ( -

Simple form

+

Public form

Design forms that help Albertan citizens understand the task, focus on the question and its answer, and complete the form.

- +

Primary users: citizens, public, external
@@ -26,7 +26,7 @@ export default function SimpleFormPage() {

Form structure

- Use a simple form structure focused on content, and asking the right questions to your user + Use the public form structure focused on content, and asking the right questions to your user to keep the interaction as simple as possible.

@@ -131,7 +131,7 @@ export default function SimpleFormPage() {

Pages

simple form pages overview image