@ -99,7 +99,7 @@
< div class = "requiredArea" style = "margin-top:-10px;" > Please select at least one option.< / div >
< / div >
< p style = "font-size: 20px;margin-bottom: 5px; margin-top: 10px;" > < strong > Quantity:< / strong > Adults & children (8+) – Free for under 8< / p >
< div class = "peopleSelect" style = "width: auto;" >
< div class = "numberBtn" >
< input class = "minaddBtn reduceadult" id = "minusButton" type = "button" value = "-" >
@ -135,7 +135,7 @@
< div class = "requiredArea" style = "margin-top:-10px;" > Please verify your email.< / div >
< / div >
< select name = "country_code" class = "country_code" >
< option value = "Afghanistan +93" > Afghanistan +93< / option >
< option value = "Albania +355" > Albania +355< / option >
< option value = "Algeria +213" > Algeria +213< / option >
@ -387,6 +387,7 @@
< textarea name = "other_travelers_names" placeholder = "If booking two or more tickets, please fill in other traveler name(s) here:(per passport, e.g.Smith Sarah Jean)." > < / textarea >
< input name = "total_price" id = "totalPriceHidden" type = "hidden" value = "10000" / >
< input name = "ticket_date" id = "ticket_date" type = "hidden" value = "2025-12-31" / >
< input name = "product_code" id = "cli_no" type = "hidden" value = "YDFW-AH" / >
< input name = "itinerary" type = "hidden" value = " <?php echo $information -> ic_title ; ?> " />
< button class = "sendButton" id = "submit_ticket_button" name = "submit_ticket_form"
@ -442,6 +443,7 @@
});
}
/**
var ticketDateList = document.querySelectorAll("input[name='ticket_date']");
for (var i = 0; i < ticketDateList.length ; i + + ) {
@ -455,6 +457,7 @@
}
});
}
*/
function setDecember30thTicket() {
ticket_type_elite_december30th_div.style.display = '';