From 3b1ffb21a67c7b17fd1423beea21e0f616a1fb27 Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Sun, 10 Nov 2024 19:55:57 +0000 Subject: [PATCH] feat(#79): Enhance form security and accessibility --- src/routes/contact/+page.svelte | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/src/routes/contact/+page.svelte b/src/routes/contact/+page.svelte index 0c7bdde..3ad77a8 100644 --- a/src/routes/contact/+page.svelte +++ b/src/routes/contact/+page.svelte @@ -31,7 +31,9 @@ action="?" use:enhance={handleSubmit} class="max-w-lg mx-auto p-4 bg-base-200 rounded-lg shadow-md" + aria-labelledby="contact-form-title" > +

Contact Us

{#if error}
@@ -41,7 +43,7 @@ {/if}
+ Maximum 1000 characters