Hi,
After putting "email" or 'email' or email in the "Special fields" the form is not emailed at all anymore.
The html is:
What can be the cause?
After putting "email" or 'email' or email in the "Special fields" the form is not emailed at all anymore.
The html is:
<td><input name="email" value="<?php echo $_POST ['email'];?>"type="text" id="email" size="35" maxlength="55"></td>
What can be the cause?