excelwebzone / EWZRecaptchaBundle

This bundle provides easy reCAPTCHA form field for Symfony.
MIT License
395 stars 160 forks source link

Error with Ajax true Failed to execute 'write' on 'Document' #223

Open chiqui3d opened 5 years ago

chiqui3d commented 5 years ago

Error:

Failed to execute 'write' on 'Document': It isn't possible to write into a document from an asynchronously-loaded external script unless it is explicitly opened

This happens when I activate the Ajax option, since in the other way to make the page have a delay in loading, and I need to do it by AJAX, some solution for this?