我遵循了Inchoo for Magento的教程
如何使用电子邮件通知添加自定义联系表单我现在添加了文件,我需要知道如何在前端显示它。
教程链接:inchoo.net/magento/magento-email/magento-custom-email-contact-form-with-notification-system /
此致
答案 0 :(得分:0)
在您的cms页面中添加
{{block type="core/template" name="simple_contact_form" form_action="/inchoo-simplecontact/index/sendemail" template="inchoo/simple_contact.phtml"}}
检查app\code\local\Inchoo\SimpleContact\controllers\IndexController.php
有sendemailAction()
并且在其中$this->_redirect('inchoo-simplecontact/');
这将重定向。所以你可能想要改变它的重定向。