Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleEdit Invisible reCAPTCHA: Other configurations

What if the Invisible reCAPTCHA plugin is not working as intended?

  • Custom error text is returned when there is a plugin validation error
  • Debug mode can be enabled to help app designers indicate what the problem or error is

You can refer to Custom error text and Debug mode sections.

Tip: Hover on the tooltips (? icon) in Edit Invisible reCAPTCHA configuration to read what each configuration properties mean.

Custom error text

There are two types of error that may occur when using the Invisible reCAPTCHA plugin:

  • reCAPTCHA widget error
  • Plugin validation error

Custom error text is designed to be shown to end-users when there is a plugin validation error.

image here...Image Added

Without using the Custom error text configuration property, the top left corner of your Form will only indicate the show "Validation Error"  message and a default error text of "reCAPTCHA error" when plugin validation error occurs.An error message

  • Error texts as such

...

  • do not explain much on what the validation problem is, therefore Custom error text can be used to elaborate the validation problem to end-users

...

  • To produce a meaningful error message or text, you should first understand what a plugin validation error is

...

To replicate an plugin validation error as such is very simple, you only have to provide an invalid reCAPTCHA secret key in the Edit Invisible reCAPTCHA configuration.

...

titleReplicating the plugin validation error

Let's say

...

:

  1. A given key of "

...

  1. 67BKQ13rTNaL376" is valid

...

  1. By changing the

...

  1. third character

...

  1. "B"

...

  1. into "U"

...

  1. An invalid key of "67UKQ13rTNaL376"

...

  1. is produced

image here..

Debug mode

Enabling Debug mode allows error messages to be printed out for end-users to see.

...