Skip to content

This module is used to capture and store the Contact Us form details on Magento 2.

Notifications You must be signed in to change notification settings

mohith227/Magento_ContactUs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Magento_ContactUs

This module is used to capture and store the Contact Us form details on Magento 2. To see the captured data on the Magento backend go to store > settings > configurations > General > Contacts > Contact Us > Set "Yes" to enable Contact Us followed by Set "Yes" to Display Contact Us Grid so the Contact Us menu will be visible under Marketing  > User Content Section.

This Module Works with Magento default front end, REST API, GRAPH QL

REST API Sample Payload

contactForm[name] Mohith
contactForm[email] [email protected]
contactForm[telephone] 9876543211
contactForm[comment] SampleComment-From Rest Api

GRAPH QL Sample Payload

 mutation {
   contactus(
     input:{
        name: "Mohith"
        email: "[email protected]"
        telephone: "9876543211"
        comment: "SampleComment-From Graph QL"       
     }
   ){
       msg
   }
 }
To Know more about how to use this Modlue refer to: https://itsmoblogs.blogspot.com/2023/10/magento-2-contact-us-grid-restapi-graphql.html

Thank you for using the module. Always happy to hear from you. The code improvements and module enhancements are appreciated. For any Magento 2 projects or Magento 2 freelancing, contact me at "[email protected]".

About

This module is used to capture and store the Contact Us form details on Magento 2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages