I have Mollom set to CAPTCHA-only for my content form, which should produce a CAPTCHA image on every page load, but I don't get one. The Mollom configuration seems fine (it says the keys are ok and gives me the graphs one gets when the connection is there).

I'm wondering how it would be exposed within the template. I'm guessing I need to do a print of something for it to show up, but I have no idea what that would be.

Comments

effulgentsia’s picture

Status: Active » Fixed

If in your node-form.tpl.php file (or node-form-TYPE.tpl.php, if you have a node-type specific one), you're printing $standard, then the mollom captcha should be displayed normally. On the other hand, if you're not printing $standard, and instead are printing $form_ids and every other component by its variable, then the variable for the mollom captcha is $mollom.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.