the basic captcha does not display an image. In the source code it says that an image should be loaded, but it does not load an image. At the beginning no image could be found in the code. Only when I added the Chache folder in the asset folder in Plugins was this displayed.
Does anyone have an idea how the image is generated and displayed?
form:
name: contactForm
fields:
-
name: name
label: Name
placeholder: 'Dein Name'
type: text
validate:
required: true
-
name: email
label: E-Mail
placeholder: 'Deine E-Mail'
type: email
validate:
required: true
-
name: message
label: Nachricht
placeholder: 'Deine Nachricht'
type: textarea
validate:
required: true
-
name: captcha
label: Sicherheitscode
type: captcha
validate:
required: true
buttons:
-
type: submit
value: Absenden
process:
-...

