How work TriggerEvent in plugin ReCAPTCHA for ajax call form? #31868
-
Created an ajax module. After receiving the ajax response, an error was received by the
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Capthca plugins does not trigger an events, they used as callback. I do not think it is right place for such questions. |
Beta Was this translation helpful? Give feedback.
Capthca plugins does not trigger an events, they used as callback.
You have to use
Joomla\CMS\Captcha\Captcha
Class.Look for example
CaptchaField
andCaptchaRule
for validation.I do not think it is right place for such questions.