Magento2 Product Review Captcha
By using this module you can display magento native captcha on product review form.
-
Installation:
Unzip Module files inside app/code folder.
Run Below Commands:
php bin/magento setup:upgrade -
Configuration:
Go threw Admin > Store > Configuration > Customer > Customer Configuration > Captcha tab.
Select review to show captcha in review form and Save config. -
Clean magento cache:
Run Below Commands from magento root folder:-
php bin/magento cache:clean
php bin/magento cache:flush -
Frontend View:
The Captcha will be appear in product review form as shown in below screenshot.