You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It does work (check is performed)but in the console I get an error when starting from a different page, navigating to the form, then away again and then coming back to it:
recaptcha__de.js:279 Uncaught Error: reCAPTCHA placeholder element must be empty
The form does seem to work properly though. The reCaptcha badge on the bottom right is not expanding anymore though, thus not displaying the legal infos.
Seems that the removal of the badge in turbolinks:before-cache is expected but missing.
The text was updated successfully, but these errors were encountered:
It does work (check is performed)but in the console I get an error when starting from a different page, navigating to the form, then away again and then coming back to it:
The form does seem to work properly though. The reCaptcha badge on the bottom right is not expanding anymore though, thus not displaying the legal infos.
Seems that the removal of the badge in
turbolinks:before-cache
is expected but missing.The text was updated successfully, but these errors were encountered: