Use Case: Bot Control Before Form Submission

A user filling out a registration form is asked to complete a reCAPTCHA verification. When the user clicks the “Sign Up” button, the Verify Recaptcha Token action is executed first. If the token is verified, the registration process continues; otherwise, an error message is displayed.

Adding a reCAPTCHA Verification Action Before User Registration

  • Enter the UI Design module and drag and drop a Button element from the Elements panel on the left side.
  • In the Properties panel, enter a label such as “Sign Up” in the Label section of the button.
  • Select the relevant button and add the OnClick → Verification → Verify Recaptcha Token action from the + ADD ACTION menu.

Configuring the Verify Recaptcha Token Action

  • Token: This value can be dynamically retrieved from the reCAPTCHA component.

With this configuration, reCAPTCHA verification is automatically performed when the user clicks the button. If the verification is successful, the process continues; otherwise, it is stopped.