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 submit form button with google recaptcha & trigger the action type

Avatar

Level 4

Hi,

I have a requirement where the user needs to enter the required details in the aem form and when the user clicks on the submit form button then the recaptcha has to be verified then the form has to be submitted & trigger the action type like mail. if the recaptcha entered is invalid then the form should not submit. Is there any way we can do programmatically.

Thanks,

Kalyani

1 Accepted Solution

Avatar

Correct answer by
Level 9

on the submit button in code editor, create a submit action and use the guide bridge api to perform your logic.

AEM 6.0 Forms Help | Form Bridge APIs for HTML5 forms

View solution in original post

1 Reply

Avatar

Correct answer by
Level 9

on the submit button in code editor, create a submit action and use the guide bridge api to perform your logic.

AEM 6.0 Forms Help | Form Bridge APIs for HTML5 forms