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

Open In Dojo
<input id="captcha" />
<script>
    $("#captcha").kendoCaptcha({
        captcha: "https://demos.telerik.com/kendo-ui/content/captcha/9deb39f5-ac2f-4ff6-8061-31ff656d3df6.png",
        captchaId: "1234"
    });
</script>
In this article