- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
200+ Premium Magento 2 Extensions Need help? Hire Magento Developer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?