开发者

How to add new forms in magento

开发者 https://www.devze.com 2023-02-16 10:11 出处:网络
I have to开发者_高级运维 add some forms for various purpose like getting info from client regarding a product, getting query from customers, some lead forms.

I have to开发者_高级运维 add some forms for various purpose like getting info from client regarding a product, getting query from customers, some lead forms.

So how can i add new forms in magento other than having new module for forms. The form will be working with some custom db tables or need to mail them to admin/customer.

Please help me out. Thanks in advance


Since Magento is built on MVC model, i think u should add module in order to use any form.

And if you are reluctant in using them, then there is a possibility of having plain php pages outside magento folder and add those links inside magento either using static blocks or CMS Pages..

0

精彩评论

暂无评论...
验证码 换一张
取 消