Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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