diff --git a/application/views/mobile_first/ah-gp-form.php b/application/views/mobile_first/ah-gp-form.php index 8b839027..c1949530 100644 --- a/application/views/mobile_first/ah-gp-form.php +++ b/application/views/mobile_first/ah-gp-form.php @@ -1,6 +1,6 @@
-

Your 1:1 travel consultant will reply within 1 working day. Over 50% of our clients complete their bookings within 10 days of submitting their inquiry.

+

Inquire now! Your 1:1 travel consultant will reply within 1 working day.

@@ -320,17 +320,10 @@ - + -

Having a phone number, especially with WhatsApp/iMessage capability will improve communication efficiency.

+

Inquire Now - @@ -404,16 +396,6 @@ var adultNumberValue = el('adultNumber').value; const plusAdultBtn = el('plusAdult'); const minusAdultBtn = el('minusAdult'); - const totalPriceHidden = el("totalPriceHidden"); - - function calcTotalPrice(ticketPrice, adultNumber) { - var totalPrice = ticketPrice * adultNumber; - if (adultNumber >= 10) { - totalPrice = totalPrice * 0.95; - } - - return totalPrice.toFixed(2); - } plusAdultBtn.on('click', () => { adultNumberValue++; @@ -467,11 +449,7 @@ const submitFormBtn = el('submit_gp_form'); const gp_form = el('gp_form'); submitFormBtn.on('click', () => { - if (validateGPForm()) { - var ticketPrice = 300; - var totalPrice = calcTotalPrice(ticketPrice, adultNumberValue); - totalPriceHidden.value = totalPrice; - + if (validateGPForm()) { if (typeof(grecaptcha) === "undefined") { console.warn('grecaptcha is disabled.'); gp_form.submit(); diff --git a/application/views/mobile_first/ah-info-page-form.php b/application/views/mobile_first/ah-info-page-form.php index 87b89fe2..1cb8d42a 100644 --- a/application/views/mobile_first/ah-info-page-form.php +++ b/application/views/mobile_first/ah-info-page-form.php @@ -2,12 +2,11 @@

Your 1:1 travel consultant will reply within 1 working day. Over 50% of our clients complete their bookings within 10 days of submitting their inquiry.
+ font-family: 'Goudy Old Style';">Inquire now! Your 1:1 travel consultant will reply within 1 working day.