Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Any expert knows?
Solved! Go to Solution.
https://experienceleague.adobe.com/docs/experience-manager-65/forms/adaptive-forms-basic-authoring/c...
See this example :
if (slingRequest.getParameter("numericbox1614079614831").length() >= 5) {GuideCaptchaValidatorProvider apiProvider = sling.getService(GuideCaptchaValidatorProvider.class);String formPath = slingRequest.getResource().getPath();String captchaData = slingRequest.getParameter(GuideConstants.GUIDE_CAPTCHA_DATA);if (!apiProvider.validateCAPTCHA(formPath, captchaData).isCaptchaValid()){response.setStatus(400);return;}}
View solution in original post
Views
Likes
Replies