How to enable Google Invisible Captcha for Custom Forms?

How to enable Google Invisible Captcha for Custom Forms?

Out of the box, Custom Form for Magento 2 extension includes the Google Invisible reCaptcha for Magento 2 module. Therefore, kindly make sure that amasty/aminvisiblecaptcha
extension is installed and enabled. Once done, the Google Invisible Captcha module should appear in Stores > Configuration > Amasty Extensions > Custom Form:


In order to enable reCaptcha for Custom Forms, kindly navigate to Google Invisible Captcha > Configuration > Invisible Captcha for Amasty Extensions and set yes to Custom Form:




      • Related Articles

      • How can I verify that Google Invisible reCaptcha is working on my instance?

        If Google Invisible reCaptcha v3 is enabled, it may not always be clear that it’s actually protecting the form. To verify that it’s working, first, make sure that the reCaptcha badge appears in the right bottom corner of the page. Please, keep in ...
      • Can I add reCaptcha on the checkout forms?

        Since version 2.4.0, it's possible to add reCaptcha to the checkout page forms. To do so, navigate to Stores → Configuration → Amasty Extensions → Google Invisible reCaptcha → Forms to be Protected by Captcha and choose the needed form: This feature ...
      • Custom Form API

        1. Amasty\Customform\Api\AnswerRepositoryInterface - class for managing form answers: POST /V1/amasty_customform/answer, method="save" - create an answer; PUT /V1/amasty_customform/answer/:answerId, method="save" - edit an answer; DELETE ...
      • Custom Form | GraphQL methods

        Queries customform (formId: Int) description: get information about custom form by ID Mutations amCustomFormSubmit (input: AmFormSubmitInput) description: submit form
      • I get the 'No recaptcha token' error. What should I check?

        The “No recaptcha token” error may arise due to various reasons, often specific to each instance and requiring a thorough investigation. However, there are initial steps you can take to explore potential solutions. Please follow the steps outlined ...