Versions Compared

Key

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

...

An error message as such does 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, you should first understand what a plugin validation error is.

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

Info
titleReplicating the plugin validation error
  • Let's say, a given valid key "67BKQ13rTNaL376" is made invalid by having one letter changed to a different letter.
For example, the
  • E.g.: 3rd character "B" is changed to "U", you will now get an invalid key "67UKQ13rTNaL376".
  • By using this invalid key "67UKQ13rTNaL376" as your reCAPTCHA secret key, a plugin validation error will occur.

image here..

Debug mode

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

...