AEM submit form button with google recaptcha & trigger the action type | Community
Skip to main content
Level 3
April 15, 2019
Solved

AEM submit form button with google recaptcha & trigger the action type

  • April 15, 2019
  • 1 reply
  • 2492 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Hemant_arora

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

1 reply

Hemant_arora
Hemant_aroraAccepted solution
Level 8
April 15, 2019

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