Expand my Community achievements bar.

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 8

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 8

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