I wonder why whether I fill in the recaptcha or left it empty, I still receive the e-mail message.
We've received your contact information
<div id="form">
<form action="kontak_action.php" method="get">
<table border="0">
<tr align="left">
<th>Nama :</th>
<th><input type="text" name="nama" size="25"/></th>
</tr>
<tr align="left">
<th>Email :</th>
<th><input type="text" name="email" size="25" /></th>
</tr>
<tr align="left">
<th>Telp :</th>
<th><input type="text" name="telp" size="25" /></th>
</tr>
<tr align="left">
<th>Komentar :</th>
<th><textarea name="question" cols="30" rows="5"></textarea></th>
</tr>
<tr>
<th><input type="button" value="Show reCAPTCHA" onclick="showRecaptcha('recaptcha_div');"></input></th>
<th></th>
</tr>
<tr>
<td colspan="2"><div id="recaptcha_div"><script type="text/javascript" src="http://www.google.com/recaptcha/api/challenge?k=6LdNVtMSAAAAAI-k_TFX4X_mICUsXJ3UAquWvuGl">
</script></div></td>
</tr>
<tr>
<td><br></td>
<td><br></td>
</tr>
<tr align="left">
<th></th>
<th><input type="submit" value="Submit" /></th>
</tr>
</table>
</form>
Check this link: Click Here