| Line 17... |
Line 17... |
| 17 |
<div id="error" class="error_msg" style="display:none"></div>
|
17 |
<div id="error" class="error_msg" style="display:none"></div>
|
| 18 |
<!-- <form class="contact-us" action="#" method="post" id="contactUs">
|
18 |
<!-- <form class="contact-us" action="#" method="post" id="contactUs">
|
| 19 |
<fieldset> -->
|
19 |
<fieldset> -->
|
| 20 |
<?php if(!isset($contact) && empty($contact)){?>
|
20 |
<?php if(!isset($contact) && empty($contact)){?>
|
| 21 |
<label>Reply to</label>
|
21 |
<label>Reply to</label>
|
| 22 |
<input type="text" <?php if($email){ echo 'value='.$email; echo ' readonly="readonly"'; }else{echo 'value=""';}?> id="mail"/>
|
22 |
<input type="text" <?php if($email){ echo 'value='.$email; echo ' readonly="readonly"'; }else{echo 'value=""';}?> id="mail" autocorrect="off" autocapitalize="off" autocomplete="off" spellcheck="false"/>
|
| 23 |
<label>Issue</label>
|
23 |
<label>Issue</label>
|
| 24 |
<select name="communication_type" id="communication_category" onchange="contactUs()">
|
24 |
<select name="communication_type" id="communication_category" onchange="contactUs()">
|
| 25 |
<option value="-1">Select Issue Type</option>
|
25 |
<option value="-1">Select Issue Type</option>
|
| 26 |
<option value="return-pd">Return Product</option>
|
26 |
<option value="return-pd">Return Product</option>
|
| 27 |
<option value="cancel-od">Cancel an Order</option>
|
27 |
<option value="cancel-od">Cancel an Order</option>
|