Close

Add Mobile no filed in contact us form

drcomputer
11 years ago
#2150 Quote
Avatar
  • 33
How to add mobile no filed in contact us form.
Boyko
11 years ago
#2153 Quote
Avatar
  • Moderator
  • 1570
drcomputer wrote:
How to add mobile no filed in contact us form.


Hi drcomputer,

You can easily add a mobile number field in the contact us form by modifying the view file:
Views\Common\ContactUs.cshtml

But it you will also need to modify nopCommerce sources by changing the ContactUsModel and the CommonController logic in the ContactUsSend action method as well.
You need to have some basic knowledge of MVC and C# to do that.

Hope this helps!

Thanks
Regards,
Nop-Templates.com Team