Antonio,
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
07/07/06, Antonio Gallardo <agallardo (AT) agssa (DOT) netwrote:
Andrew Madu :
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]
[2]
[3]
To unsubscribe, e-mail: users-unsubscribe (AT) cocoon (DOT) apache.org
For additional commands, e-mail: users-help (AT) cocoon (DOT) apache.org
--