getCaptchaId

Returns the ID of the current captcha.

Example

pseudo
    <input id="captcha" />
    <script>
        var captcha = $("#captcha").kendoCaptcha({
            handler: "https://demos.telerik.com/kendo-ui/captcha/reset"
        }).data("kendoCaptcha");

        console.log(captcha.getCaptchaId());
    </script>

Returns

String

In this article
getCaptchaId
Not finding the help you need?
Contact Support