Topic: How to bring up CAPTCHA in comments?

I add:
[captcha] {captcha} [/captcha]
to my template but I see no CAPTCHA! It doesn't work at all. It's like I never added this to the template. How should I properly integrate CAPTCHA?

CN version is: v2.0.2 (Build ID - 202)
I am using UTF-8

Re: How to bring up CAPTCHA in comments?

I add:
[captcha] {captcha} [/captcha]
to my template but I see no CAPTCHA! It doesn't work at all. It's like I never added this to the template. How should I properly integrate CAPTCHA?

CN version is: v2.0.2 (Build ID - 202)
I am using UTF-8

Try to add a div like this :

[captcha]<div>{captcha}</div>[/captcha]

3 (edited by 2015-04-19 09:43:52)

Re: How to bring up CAPTCHA in comments?

Try to add a div like this :

[captcha]<div>{captcha}</div>[/captcha]

A new div container shows in edit template section but still nothing on post comment page. It seems like CAPTCHA is disabled in configuration although it is ticked.

CAPTCHA code has to be added to the "Add comment form" template section right? When I study the default template there is no [captcha][/captcha] code anywhere!