From 2cc07951cfcdcdad5a0029083d140f3368c2b3c5 Mon Sep 17 00:00:00 2001 From: Ajay Ghanwat Date: Sat, 16 Aug 2025 14:29:39 +0530 Subject: [PATCH] Fixxed bugs Form Validation --- src/components/Form.astro | 581 ++++++++++++++++++++------------------ 1 file changed, 305 insertions(+), 276 deletions(-) diff --git a/src/components/Form.astro b/src/components/Form.astro index 755d0bf..1888516 100644 --- a/src/components/Form.astro +++ b/src/components/Form.astro @@ -83,308 +83,337 @@ const formId = `f-${Math.random().toString(36).slice(2)}`; -