many thanks for the information. Unfortunately the documentation links for the captcha block and captchareader do not work!! So I am working in the dark here!! What I have so far is:
1. In my xml validations definitions file:
<fd:captcha id="f1" required="true">
<fd:label>Copy the number shown into the input field</fd:label>
<fd:datatype base="string"/>
<fd:validation>
<fd:captcha/>
</fd:validation>
</fd:captcha>
2. In my jxt file:
<ft:widget id="f1">
<fi:styling listbox-size="30" class="keyinbox"/>
</ft:widget>
When I submit the form the validation works, validation.captcha.mismatch, the only problem being that I don't know how to display the generated captcha image that needs to be entered!!! Do you or anyone else know how to do this?
Secondly is it possible to set properties of the captchareader in the sitemap so as to control the height, width, background color, font type etc etc etc of the captcha image and if so how can I do that?
regards
Andrew
On 07/07/06, Antonio Gallardo <[EMAIL PROTECTED]> wrote:
Andrew Madu escribió:
> Hi,
> just wanted to know what you guys thoughts are on this issue and how,
> if at all, you handle it with your own sites?
CAPTCHA [1] might help. BTW, there is built-in support in cocoon. See
samples here: [2] [3].
Best Regards,
Antonio Gallardo.
>
> regards
>
> Andrew
[1] http://en.wikipedia.org/wiki/Captcha
[2]
http://cocoon.zones.apache.org/demos/21branch/samples/blocks/captcha/welcome
[3]
http://cocoon.zones.apache.org/demos/21branch/samples/blocks/forms/captcha/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
