Ben bir php komut dosyası için hangi mesajlar html formu var. Bu ancak IE içinde Chrome ve Firefox çalışıyor. Ben W3C üzerinde bir test koştum ama şekliyle ilgili herhangi bir hata bulamıyorum. Benim kod:
<form class="formular" id="formular" method="post" action="script/contact.php">
<fieldset>
<label>
<span>Name : </span>
<input type="text" class="validate['required','length[3,-1]','nodigit'] text-input" name="Name" />
</label>
<label>
<span>Email address : </span>
<input type="text" class="validate['required','email'] text-input" name="email" />
</label>
</fieldset>
<div class="button">
<input type="submit" value="Contact" class="submit" />
</div>
</form>
Şimdiden teşekkürler