Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

AEM:: Using Out of the box captcha component

Avatar

Level 4

Hi,

I want to use the OOTB captcha component in a form and have to submit the form to a Servlet where I am going to do validation of all the fields plus captcha input. I am not able to find the validation logic. How do I implement that in my servlet ?

1 Accepted Solution

Avatar

Correct answer by
Level 3

Here you can find validation logic for form captcha that you can replicate in your servlet. -> /libs/foundation/components/form/captcha/servervalidation.jsp

View solution in original post

1 Reply

Avatar

Correct answer by
Level 3

Here you can find validation logic for form captcha that you can replicate in your servlet. -> /libs/foundation/components/form/captcha/servervalidation.jsp