Magento Captcha in contact form on CMS page

admin

Administrator
Staff member
I want to include the magento standard captcha in my contact form into a cms-page.

The form will be included in the cms-content-field of the page.

Code:
{{block type="core/template" name="contactForm" form_action="/contacts/index/post" template="contacts/form.phtml"}}

This works great. No Problems.

There are many tutorials for including the standard-captcha into the standard contact form.
<a href="https://janakbhimani.wordpress.com/...aptcha-in-contact-us-form-in-magento-1-7-0-2/" rel="nofollow noreferrer">https://janakbhimani.wordpress.com/...aptcha-in-contact-us-form-in-magento-1-7-0-2/</a>
<a href="http://www.phpfunctionoftheday.com/magento-captcha-contact-form/" rel="nofollow noreferrer">http://www.phpfunctionoftheday.com/magento-captcha-contact-form/</a>

But the captcha will not shown in my form.

Apparently these solutions do work on the normal contact form (contacts/index/index), but this seems to be the wrong path for my contact form.

I tested it with some other paths like core/template, but I can´t find the right way.

Now I'm searching for a solution where the captcha will work on my contact form.
Does anyone have an idea?