Captcha only shown on last file on page

Viewing 2 posts - 1 through 2 (of 2 total)
#64983

EricDungan
Member

I’ve created a page that has links to multiple Download files using short codes. All of the files have “Enable Captcha Lock” as a Lock Option.

Only the last file on the page actually has the “I am not a robot” Captcha confirmation. The other files on the page have the “Verify Captcha to Download” header, but not the “I am not a robot” confirmation.

What do I need to to do to get all of the files to have a “I am not a robot” confirmation?

Using WP DownloadManager Free 2.9.58

Update: Checked console output for page. (see 3rd attachment). The following error is being generated: Uncaught Error: ReCAPTCHA placeholder element must be empty
When I searched on the error, I found the following page, which seems to indicate that the ReCaptcha code only needs to be loaded once. ReCaptcha code is being loaded each time for each file.

https://stackoverflow.com/questions/37021241/error-recaptcha-placeholder-element-must-be-empty

Also, you might be missing some parameters on the ReCaptcha code load. Below page indicates that the parameters “async defer” should be included in the call
https://developers.google.com/recaptcha/docs/display

#65054

Hi @EricDungan,
Currently, WDM doesn’t support multiple captchas on a single page/post for performance issue.
We will look into it. Thanks for the inconvenience.

Thank you.

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Captcha only shown on last file on page’ is closed to new replies.