webht/payment
candice 2 years ago
parent c4222b5443
commit 3923affebf

@ -76,7 +76,7 @@
3. This special offer is valid until November 10th. <br>
If you require a hotel reservation, kindly let us know and provide detailed information in the "Special Requests" section of the form below.</p>
If you require a hotel reservation, kindly let us know and provide detailed information in the <a href="#request">"Special Requests"</a> section of the form below.</p>
<p style="margin-top: 50px;"><strong>Please provide correct personal information for your ticket
booking. Double
check.</strong></p>
@ -352,7 +352,7 @@
<div id="ticket_contact_errmsg" style="display: none">
<div class="requiredArea" style="margin-top:-10px;">Please enter your phone number.</div>
</div>
<textarea name="other_travelers_names" placeholder="For booking two/or more tickets, please fill in other traveler name(s) here: (per passport, e.g. Smith Sarah Jean)"></textarea>
<textarea name="other_travelers_names" id="request" placeholder="For booking two/or more tickets, please fill in other traveler name(s) here: (per passport, e.g. Smith Sarah Jean)"></textarea>
<textarea name="additional_requirements"
placeholder="If you have other requirements such as hotel booking, customized guided tour, private transport, or a full tour package, please let us know .... (optional)"
></textarea>
@ -446,9 +446,9 @@
ticketDateNode.addEventListener('click', function (event) {
var currentTarget = event.currentTarget;
if (currentTarget.id === 'november27th') {
ticketTypePremium.style.display = 'none';
ticketTypePremium.style.display = '';
ticketTypeStandard.style.display = 'none';
// vipTypePremium.style.display = 'none';
vipTypePremium.style.display = 'none';
// standardOption.disabled = true;
setNovember27thTicketLeft();
} else { // november28th

Loading…
Cancel
Save