messages.successString(default: "Verification successful")

The message rendered when validation is successful.

Example

pseudo
    <input id="captcha" />
    <script>
        $("#captcha").kendoCaptcha({
            handler: "https://demos.telerik.com/kendo-ui/captcha/reset",
            validationHandler: "https://demos.telerik.com/kendo-ui/captcha/validate",
            messages: {
                success: "Success",
            }
        });
    </script>
In this article
messages.success
Not finding the help you need?
Contact Support