Trustmaster |
|
||||||
---|---|---|---|---|---|---|---|
You need to add the captcha with a plugin. This normally consists of two parts. The first is displaying the captcha tags, e.g. using 'page.add.tags' hook:
Then you need to verify what a user enters, e.g. in 'page.add.add.error' hook:
Normally you'd want to check that only for guests, so put it inside an if:
May the Source be with you!
|