How to Create a Front-End Form Unrelated to Contact Form in Magento

admincmsforms

I am interested in creating a submission form that allows users to submit ideas related to new products. It has nothing to do with the sales or order functionality of Magento. I just need it to be a simple form on a CMS page that is logged into the database and made viewable in the admin section. I have come across several tutorials that allow you to extend a basic contact form but that will not work in this instance. Any general guidance would be appreciated.

Best Answer

You must write code. You must write a module for this to work clean. I have write a similar module where i displayed a survey and based on user selection i was showing products they want.

If you are willing to create such a module you could use this generator.

Cheers.

Related Topic