cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 1.9 - How to add a custom Feedback form to Magento and it should display all pages

Magento 1.9 - How to add a custom Feedback form to Magento and it should display all pages

Here is my custom feedback form,

 

https://www.dropbox.com/sh/32zqgejubfllz0h/AACkB_iIh-KJQxtEUikZ8i9Na?dl=0

 

How can i add into Magento and it should display all pages.

25 REPLIES 25

Re: Magento 1.9 - How to add a custom Feedback form to Magento and it should display all pages

@Aveeva you can create a new cms page and link it with the url which you want to give and place the link in the footer of the website.

 

Then just create a module with controller and make a controller using your feba.php

 

Thanks

Re: Magento 1.9 - How to add a custom Feedback form to Magento and it should display all pages

@Rahul Gupta  How to manage my PHP script in CMS?

Re: Magento 1.9 - How to add a custom Feedback form to Magento and it should display all pages

@Rahul Gupta  Where i can edit my html & css & js files?

Re: Magento 1.9 - How to add a custom Feedback form to Magento and it should display all pages

@Aveeva you can create a template and paste your html code in that file and call it from cms page like below.

 

{{block class="Magento\Bannerslider\Block\Slideshow" template="Magento_Bannerslider::bannerslider.phtml"}} 

Thanks

Re: Magento 1.9 - How to add a custom Feedback form to Magento and it should display all pages

@Rahul Gupta  Shall i put my all files css,js,php,html in bannerslider.phtml

Re: Magento 1.9 - How to add a custom Feedback form to Magento and it should display all pages

@Aveeva no 

 

you can create one module and if you are using any inline css then you can use that in your phtml file otherwise you have to add your css and js in your web folder of module.

 

Refer the below link.

https://magento.stackexchange.com/questions/132418/magento-2-how-to-add-css-and-js-in-custom-module-...

 

Thanks

Re: Magento 1.9 - How to add a custom Feedback form to Magento and it should display all pages

Hello @Aveeva 

If you are looking for free github extension for same in case

https://github.com/meanbee/magento-feedback

Was my answer helpful? You can accept it as a solution.
175+ Professional Extensions for M1 & M2
Need a developer?Just visit Contact Us Now

Re: Magento 1.9 - How to add a custom Feedback form to Magento and it should display all pages

@theMageComp  How to display feedback from on website front page like onclick popup bottom tab?

 

Re: Magento 1.9 - How to add a custom Feedback form to Magento and it should display all pages

@Aveeva can you please explain more about what do you exactly wanted?