hotfix/paypal-note
candice 3 years ago
parent ba20b0d324
commit eb22de2b98

@ -64,6 +64,10 @@
<p style="margin-bottom: 50px;"><strong>Please provide correct personal information for your ticket
booking. Double
check.</strong></p>
<textarea name="form_additionalrequirements"
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)"
style="height:100px;"></textarea>
<input class="FullName" id="ticket_realname" name="fullname"
placeholder="Your name * (exactly as in your passport)" required="" type="text" value="" />
<div id="ticket_realname_errmsg" style="display: none">
@ -640,15 +644,26 @@
</div>
<p
style="font-size: 17px; color: #555; margin-top: -10px; margin-bottom: 5px; font-style: italic; padding-left: 0;">
WhatsApp / iMessage is SUPER helpful to ensure you not miss any important info.</p>
<div class="checkYes" style="margin-bottom: 15px;">
<input type="checkbox" value="Available on WhatsApp" name="whatsapp" id="ticket_whatsapp"
class="checkBorder" style=" width: 22px; margin: 0;">
<label for="ticket_whatsapp">This number is available on WhatsApp.</label>
</div>
<textarea name="form_additionalrequirements"
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)"
style="height:100px;"></textarea>
Having a phone number, especially with WhatsApp/iMessage capability will improve communication efficiency.</p>
<p style="
margin-top: 0;
margin-bottom: 10px;
padding: 0;
">I prefer to be contacted via:</p>
<div class="checkYes">
<input type="checkbox" value="Available on whatsapp" name="whatsapp" id="whatsapp" class="checkBorder" >
<label for="whatsapp">WhatsApp</label>
</div>
<div class="checkYes">
<input type="checkbox" value="Available on iMessage" name="iMessage" id="iMessage" class="checkBorder" >
<label for="iMessage">iMessage</label>
</div>
<div class="checkYes">
<input type="checkbox" value="Available on Phone" name="Phone" id="Phone" class="checkBorder" >
<label for="Phone">Phone call</label>
</div>
<input name="totalprice" id="totalPriceHidden" type="hidden" value="10000" />
<button class="sendButton" id="submit_ticket_button" name="submit_ticket_form"
type="button">Proceed to Payment</button>

Loading…
Cancel
Save