From 805eef6c21cd1035b1f13009a19986a91c0cdd29 Mon Sep 17 00:00:00 2001 From: ygowthamr Date: Fri, 8 Nov 2024 19:16:12 +0530 Subject: [PATCH 1/2] Added click-to-email and click-to-call functionality --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index e4e862f..4021165 100644 --- a/index.php +++ b/index.php @@ -270,8 +270,8 @@ class="mt-8 flex flex-col gap-10 items-center justify-center sm:flex-row sm:item

Get in touch

From c8c0030fb487866b3520d5b3934775136309efe7 Mon Sep 17 00:00:00 2001 From: ygowthamr Date: Fri, 8 Nov 2024 19:29:55 +0530 Subject: [PATCH 2/2] Added trusted email validation to signup form --- user_signup.php | 46 ++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 44 insertions(+), 2 deletions(-) diff --git a/user_signup.php b/user_signup.php index 38ccb5c..a1a0f08 100644 --- a/user_signup.php +++ b/user_signup.php @@ -148,14 +148,15 @@

Hello, Good to see you

-
+
- +
+
@@ -185,6 +186,47 @@ class="flex items-center justify-center w-full p-2 border border-gray-300 rounde