PHP code works on Chrome, but not on Firefox or IE (send email via HTML form) [on hold]
- by Cachirro
My brother has this form:
<form id="lista" action="lista2.php" method="post">
<input name="cf_name" type="text" size="50" hidden="yes" class="obscure">
<input name="cf_email" type="text" size="50" hidden="yes" class="obscure">
<textarea name="cf_message" cols="45" rows="10" hidden="yes" class="obscure">
</textarea>
…