|
|
@ -804,7 +804,14 @@ input.arrivalDate {height: 50px; width: 347px; font-size: 19px; padding: 5px 15p
|
|
|
|
<textarea id="insurance_information" name="insurance_information" style="resize:none;"></textarea>
|
|
|
|
<textarea id="insurance_information" name="insurance_information" style="resize:none;"></textarea>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="inquiryBtn">
|
|
|
|
<div class="inquiryBtn">
|
|
|
|
|
|
|
|
<input type="hidden" name="toname" value="<?php echo $userinfo[0]->OPI_FirstName; ?>">
|
|
|
|
|
|
|
|
<input type="hidden" name="tomail" value="<?php echo $userinfo[0]->OPI_Email; ?>">
|
|
|
|
|
|
|
|
<input type="hidden" name="customer_username" value="<?php echo $username; ?>">
|
|
|
|
|
|
|
|
<input type="hidden" name="customer_usermail" value="<?php echo $usermail; ?>">
|
|
|
|
|
|
|
|
<input type="hidden" name="COLI_ID" value="<?php echo $userinfo[0]->COLI_ID; ?>">
|
|
|
|
|
|
|
|
<input type="hidden" name="COLI_SN" value="<?php echo $userinfo[0]->COLI_SN; ?>">
|
|
|
|
|
|
|
|
<input type="hidden" name="visitor_link" value="<?php echo $visitor_link; ?>">
|
|
|
|
<button id="tmsubmit" type="button" onclick="show_review_modal();">Check & Submit</button>
|
|
|
|
<button id="tmsubmit" type="button" onclick="show_review_modal();">Check & Submit</button>
|
|
|
|
<input id="passport_info" name="passport_info" type="hidden" value="" />
|
|
|
|
<input id="passport_info" name="passport_info" type="hidden" value="" />
|
|
|
|
<input type="hidden" name="url" value="" />
|
|
|
|
<input type="hidden" name="url" value="" />
|
|
|
|