• Resolved worgdev

    (@worgdev)


    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)
  • Plugin Support Njones35

    (@njones35)

    Hi @worgdev

    I reached out to our lead developer about this, and he said that you are totally right and that the extra double quote appears to be there by mistake.

    He just made a small update to remove that, and it should be gone with the next release.

    Thanks for your patience!

    Thread Starter worgdev

    (@worgdev)

    Excellent, thank you for that! Much appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘reCAPTCHA blank attribute’ is closed to new replies.