Tuesday, March 11, 2008, 3:01:47 PM, Hans wrote:

> (:foxcheck response if='captcha' msg='Wrong Captcha':)

The condition is wrong. It should be if='!captcha' :


    (:fox testform:)

    (:if ! authid:)
    (:foxcheck response if='!captcha' msg='Wrong Captcha':)
    Enter value {$Captcha} (:input captcha
    class=inputtext:)(:foxmessage testform response:)
    (:foxcheck access if='captcha' msg='Wrong Captcha':)
    (:ifend:)

    (:input submit post:)
    (:foxend testform:)


  ~Hans


_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to