Skip to content

Captcha question

Hi Sven,

I got problem with captcha question.
My engine does not match question.

form html:
<fieldset class="fieldset">
<legend>Question aléatoire</legend>
<table> <tr> <td>
                        <label for="humanverify">2 + 2 ?</label>
<input type="text" class="bginput" name="humanverify[input]" id="humanverify"  />
<input id="hash" type="hidden" name="humanverify[hash]" value="dfsdfsdfsd" />
</td></tr></table></fieldset>




Engine is configured as:
*uestion al*=%question%
humanverify=%question%
humanverify[input]=%question%



But POST data give:
humanverify[input]=ERROR: Empty Question!  [type: TEXT]


Can you see what i am missing in my engine conf ?  



Comments

  • SvenSven www.GSA-Online.de

    try this...

    humanverify[input]=%question%   <label for="humanverify">;</label

Sign In or Register to comment.