From f8b8a149006e8830c526baaaa6a1be3e7f0fc855 Mon Sep 17 00:00:00 2001 From: Alaguraj0361 Date: Tue, 26 Aug 2025 16:35:02 +0530 Subject: [PATCH] auto popup form submit success time auto close enabled --- components/AutoPopup.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/AutoPopup.js b/components/AutoPopup.js index 19769f8..ba0f428 100644 --- a/components/AutoPopup.js +++ b/components/AutoPopup.js @@ -76,7 +76,7 @@ export default function AutoPopup() { }); alert(t("form.successMessage")); - + setShow(false) setForms({ name: "", email: "", @@ -130,7 +130,7 @@ export default function AutoPopup() {
-

{t('contactInfo.pageTitle')}

+

{t('contactInfo.pageTitle')}

{t('contactInfo.pageSubTitle')}