Tuesday, March 11, 2008, 1:36:26 PM, noskule wrote: >.... > here I just get a "Please enter a valid input" instead of my defined > message? Is it somehow possible to check captcha with the aproach above. > thanks for any hints
see http://www.pmwiki.org/wiki/Cookbook/Captcha Captcha has its own (:if captcha:) conditional which yoyu can use to display a message: (:if captcha:) %green%Captcha succeeded%% (:else:) %red%Captcha failed%% (:ifend:) ~Hans _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
