- Issue created by @kiseleva.t
- Status changed to Needs review
almost 2 years ago 8:41am 14 March 2023 - 🇷🇺Russia kiseleva.t
Just wrapped the code by next condition:
if (typeof drupalSettings.simple_recaptcha !== 'undefined' && typeof drupalSettings.simple_recaptcha.form_ids !== 'undefined') {}
for v3:
if (typeof drupalSettings.simple_recaptcha_v3 !== 'undefined' && typeof drupalSettings.simple_recaptcha_v3.forms !== 'undefined') {}