getCaptchaId

Returns the ID of the current captcha.

Example

<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

In this article