Not a developer? Go to MovableType.com

Documentation

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$>';
Back

1 Comment

Chris Spurgeon

Chris Spurgeon on November 12, 2007, 8:20 p.m. Reply

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.