Disable Recaptcha for some

JFOC

Member
Hi,
Is it possible to disable recaptcha for some list and only activate for selected list? So I can submit a form from another page without using API
 
Unzip attached and put resulted folder instead of /apps/common/extensions/recaptcha folder.
This will now give you a new option in each of your email list:
Screenshot 2019-01-07 19.54.12.png
Which you can use to enable/disable the feature per list basis.
This still depends on the master settings of the extension of enabling the captcha for lists, which means you can globally enable/disable the extension for lists as well.

P.S: please make sure you renew your support pack: https://help.market.envato.com/hc/en-us/articles/207886473-Extending-and-Renewing-Item-Support
 

Attachments

  • recaptcha.zip
    9.3 KB · Views: 14
@JFOC :
Since, by default, the extend is set to "YES" by default on all lists, so I had a problem with that, but Twisted helped.

/apps/common/extensions/recaptcha/common/models/RecaptchaExtListForm.php

and it should be included line 19.:
PHP:
public $enabled = 'no';
With this list you will get "NO" by default and you must enable it for that list.

For me, this is a better solution than being allowed by anyone.
After MW upgrading, check that this is the case.

Thanks again Twisted! :)
 
Back
Top