cancel
Showing results for 
Search instead for 
Did you mean: 

Edit contact us Page

SOLVED
   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Edit contact us Page

I want to change this line in contact us page:
"wrote us a note and we’ll get back to you as quickly as possible"
 
Also, edit the field. 
1 ACCEPTED SOLUTION

Accepted Solutions

Re: Edit contact us Page

Hello @hitender_17,

 

Copy following file

 

vendor/magento/module-contact/view/frontend/templates/form.phtml

 

and paste into your theme

 

app/design/frontend/namespace/theme/Magento_Contact/templates/form.phtml

 

Now you can change the text in this file.

If you find my answer useful, Please click Kudos & Accept as Solution.

View solution in original post

2 REPLIES 2

Re: Edit contact us Page

Hello @hitender_17

 

There are the different way to do it

1) Inline translate

2) theme transaction 

 

More info you can found it 

https://devdocs.magento.com/guides/v2.0/frontend-dev-guide/translations/translate_practice.html

 

Hope it will help you.

 

 

 

 

 

 


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: Edit contact us Page

Hello @hitender_17,

 

Copy following file

 

vendor/magento/module-contact/view/frontend/templates/form.phtml

 

and paste into your theme

 

app/design/frontend/namespace/theme/Magento_Contact/templates/form.phtml

 

Now you can change the text in this file.

If you find my answer useful, Please click Kudos & Accept as Solution.