reCAPTCHA blank attribute
-
Hi
When enabled, re-captcha appears to be rendering blank attribute that can result in errors using other libraries, frameworks.
There appears to be a redundant quotation mark in the line below.
FrmFieldCaptcha.php line 114
$recaptcha_options = ‘” data-size=”‘ . esc_attr($captcha_size) . ‘” data-theme=”‘ . esc_attr($this->field[‘captcha_theme’]) . ‘”‘;
The first double block quote is rendered empty and seems to be redundant?
Would you be able to investigate the empty attribute (blank quote) and see if it is really redundant?
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘reCAPTCHA blank attribute’ is closed to new replies.