Skip to content

Using captcha on testimonial submit form

Chumak Roman edited this page May 28, 2014 · 2 revisions

Testimonial submit form captcha

To enable captcha on testimonial submit form go to Admin > System > Configuration > Customers > Customer Configuration > CAPTCHA, select Testimonials Form in Forms field and press Save config button.

Captcha Form

Testimonial submit form captcha in widget

To show captcha in testimonial submit form inserted with widget, you need to include captcha javascript to cms page. Go to Design tab of CMS page edit form, insert following xml code in Layout Update XML field and press Save Page button:

<reference name="head">
   <action method="addJs"><file>mage/captcha.js</file></action>
</reference>