contao icon indicating copy to clipboard operation
contao copied to clipboard

Contao Captcha throws a JavaScript Error in the backend

Open zoglo opened this issue 1 year ago • 1 comments

Affected version(s)

4.13, 5.3, 5.4

Description

Simply add the original security question captcha field within tl_form_field (in the backend) and wait a few seconds for the error to appear in console

image image

/cc @ausi

zoglo avatar Sep 20 '24 12:09 zoglo

Can confirm. The error reads Uncaught (in promise) TypeError: e.form is null in my test.

We should probably not output the captcha javascript in the backend.

ausi avatar Sep 29 '24 13:09 ausi