Skip to content
Snippets Groups Projects
Commit d1b35a6b authored by Steven's avatar Steven
Browse files

captcha field without autocomplete

parent d72c33ed
Branches
Tags
No related merge requests found
...@@ -71,7 +71,7 @@ $info=($_POST && $errors)?Format::htmlchars($_POST):$info; ...@@ -71,7 +71,7 @@ $info=($_POST && $errors)?Format::htmlchars($_POST):$info;
<td> <td>
<span class="captcha"><img src="captcha.php" border="0" align="left"></span> <span class="captcha"><img src="captcha.php" border="0" align="left"></span>
&nbsp;&nbsp; &nbsp;&nbsp;
<input id="captcha" type="text" name="captcha" size="6"> <input id="captcha" type="text" name="captcha" size="6" autocomplete="off">
<em>Enter the text shown on the image.</em> <em>Enter the text shown on the image.</em>
<font class="error">*&nbsp;<?php echo $errors['captcha']; ?></font> <font class="error">*&nbsp;<?php echo $errors['captcha']; ?></font>
</td> </td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment