In Zip attchment the mail php code is working very good but when I change the textbox or delete some textbox then after submission sent confirmation is shows but not receiving any email in my inbox.
Please check my code and correct it…
HTML (FILE NAME : formpage.html)
<table width="100%" cellspacing="10">
<tr>
<td width="27%" align="right" style="font-size: 12px; color: #000;">
<strong>Email ID</strong>
</td>
<td colspan="2" align="left">
<input name=EMAIL" id="email" type="email"/>
</td>
</tr>
<tr>
<td align="right" style="font-size: 12px; color: #000;">
<strong>Mobile No.</strong>
</td>
<td colspan="2" align="left">
<input name="MOBILE" type="tel" id="phone" />
</td>
</tr>
<tr>
<td colspan="3" align="right" style="font-size: 10px; width: 50%">
<table>
<tr>
<td>
<span>
<a href="#">Register New user</a>
|<a href="#">
Contact Us</a> </span>
</td>
<td>
<table border="0" cellspacing="0" cellpadding="0" class="btn">
<tr>
<td width="90" align="center" valign="middle">
<button type="submit" id="btnContactUs">Post It! </button>
</td>
</tr>
</table>
php-contact-form-script-with-validation.zip (698.4 KB)