captchaId String

The ID of the captcha to be added to the hidden input initially. If not set the handler to reset the ID will be called.

Example

<input id="captcha" />
<script>
    $("#captcha").kendoCaptcha({
        captcha: "captchaImage.png",
        captchaId: "1234"
    });
</script>
In this article