diff --git a/application/views/mobile_first/ah-info-page-form.php b/application/views/mobile_first/ah-info-page-form.php index 10af646a..9ace45af 100644 --- a/application/views/mobile_first/ah-info-page-form.php +++ b/application/views/mobile_first/ah-info-page-form.php @@ -25,7 +25,11 @@ - + +

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

+ + @@ -48,16 +52,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 +84,10 @@ function validateQuickInquiryForm() { startingDateErrEl.style.display = ''; result = false; } + if (contactVal === '') { + contactErrEl.style.display = ''; + result = false; + } return result; } 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 @@ + - 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 @@ - - - - - - - + + + + + + + + + + + + +