<$mt:CaptchaFields$>

Returns the HTML markup necessary to display the CAPTCHA on the published blog. The value returned is escaped for assignment to a JavaScript string, since the CAPTCHA field is displayed through the MT JavaScript code.

Example:

    var captcha = '<$mt:CaptchaFields$>';
This page was last updated on 1969-12-31, 16:00.

1 Note

BTW, if you want to change the text associated with the Captcha, it's a bit buried.

In a typical install, you'll need to edit the /lib/MT/Util/Captcha.pm . This is a Perl file, so make sure that your changes are still valid Perl, or you'll get an error.

Leave a note

Have a question? Please use the MT Forums. Notes submitted on documentation should pertain to tips & hints regarding documentation. Your note may be removed once its contents have been integrated into the body of the page.