From 7e534a782c13c8d686d0492eeb2ff20aa1c30e8d Mon Sep 17 00:00:00 2001 From: candice Date: Tue, 28 Jun 2022 14:24:56 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E5=A4=B4=E9=83=A8destinations=E4=BA=8C?= =?UTF-8?q?=E7=BA=A7=E5=AF=BC=E8=88=AA=E6=B7=BB=E5=8A=A0=E6=96=B0=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=EF=BC=8C=E9=A1=BA=E5=BA=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/views/mobile_first/ah-pc.php | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/application/views/mobile_first/ah-pc.php b/application/views/mobile_first/ah-pc.php index 3772e763..f30690d9 100644 --- a/application/views/mobile_first/ah-pc.php +++ b/application/views/mobile_first/ah-pc.php @@ -65,17 +65,28 @@ + - From 89739b693a141e418f658f7d64a67987dc42d126 Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Tue, 28 Jun 2022 14:25:49 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E4=BF=A1=E6=81=AF=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=94=B5=E8=AF=9D=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/views/mobile_first/ah-info-page-form.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/application/views/mobile_first/ah-info-page-form.php b/application/views/mobile_first/ah-info-page-form.php index 10af646a..3668b12f 100644 --- a/application/views/mobile_first/ah-info-page-form.php +++ b/application/views/mobile_first/ah-info-page-form.php @@ -25,7 +25,10 @@ - + + + @@ -48,16 +51,19 @@ function validateQuickInquiryForm() { var realnameVal = document.getElementById("realname").value; var emailVal = document.getElementById("email").value; var startingDateVal = document.getElementById("starting_date").value; + var contactVal = document.getElementById("PhoneNo").value; var realnameErrEl = document.getElementById("realname_errmsg"); var emailErrEl = document.getElementById("email_errmsg"); var emailVerifyErrEl = document.getElementById("email_verify_errmsg"); var startingDateErrEl = document.getElementById("starting_date_errmsg"); + var contactErrEl = document.getElementById("contact_errmsg"); realnameErrEl.style.display = 'none'; emailErrEl.style.display = 'none'; emailVerifyErrEl.style.display = 'none'; startingDateErrEl.style.display = 'none'; + contactErrEl.style.display = 'none'; if (realnameVal === '') { realnameErrEl.style.display = ''; @@ -77,6 +83,10 @@ function validateQuickInquiryForm() { startingDateErrEl.style.display = ''; result = false; } + if (contactVal === '') { + contactErrEl.style.display = ''; + result = false; + } return result; } From 17086ef775f36dd40bd9930d00f51620ea816c3e Mon Sep 17 00:00:00 2001 From: candice Date: Tue, 28 Jun 2022 14:36:33 +0800 Subject: [PATCH 3/5] 11 --- application/views/mobile_first/ah-info-page-form.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/views/mobile_first/ah-info-page-form.php b/application/views/mobile_first/ah-info-page-form.php index 3668b12f..b72bb611 100644 --- a/application/views/mobile_first/ah-info-page-form.php +++ b/application/views/mobile_first/ah-info-page-form.php @@ -25,7 +25,8 @@ - + +

WhatsApp / iMessage is SUPER helpful to ensure you not miss any important info.

From b1130091ee54087b0cd2175399ff7860ae830e13 Mon Sep 17 00:00:00 2001 From: candice Date: Tue, 28 Jun 2022 14:40:47 +0800 Subject: [PATCH 4/5] 11 --- application/views/mobile_first/ah-info-page-form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/mobile_first/ah-info-page-form.php b/application/views/mobile_first/ah-info-page-form.php index b72bb611..9ace45af 100644 --- a/application/views/mobile_first/ah-info-page-form.php +++ b/application/views/mobile_first/ah-info-page-form.php @@ -29,7 +29,7 @@

WhatsApp / iMessage is SUPER helpful to ensure you not miss any important info.

- + From ee58866f38accb003ab9256a32f9ba967ba23e7c Mon Sep 17 00:00:00 2001 From: candice Date: Tue, 28 Jun 2022 15:00:59 +0800 Subject: [PATCH 5/5] 11 --- application/views/mobile_first/ah.php | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/application/views/mobile_first/ah.php b/application/views/mobile_first/ah.php index f2ccb532..5aa6a97f 100644 --- a/application/views/mobile_first/ah.php +++ b/application/views/mobile_first/ah.php @@ -87,13 +87,19 @@ - - - - - - - + + + + + + + + + + + + +