Jay wrote:Is it possible to insert CAPTCHA on the contact us tab? I'm concerned about unconsolidated emails.
Also, can you customize the Contact Us Tab?
Thanks
Hi,
We have decided to remove it for two reasons.
First, it is working via JS and we do not think any bot will manage to submit the contact us form. Until now we do not have any complaints about spam via this form.
Second, we are using the nopCommerce default CAPTCHA editor. Unfortunately it is using hard-coded IDs and if it happens to have more than one CAPTCHAs on the page, then both will be broken, which will result in not letting the customer to submit his request.
About the customization of the Quick Tab, you can do it via CSS. If you want to change the mark-up then you should edit this view:
/Plugins/SevenSpikes.Nop.Plugins.NopQuickTabs/Views/ProductTab/_ProductContactUs.cshtml.
I hope this helped !