Version

Configuring Captcha Input Field

When using the WebCaptcha™ control in Captcha (default) ProtectionMode, the control renders a text input field, InputValueEditor, and its value is used for the captcha validation. The text input is the WebTextEditor control, and you may take advantage of all the features that it provides. The WebCaptcha control also provides the CaptchaEditorID property, which can be used to specify an external input field. Here is an example:

In HTML:

<ig:WebCaptcha ID="WebCaptcha1" runat="server" CaptchaEditorID="TextBox1">
</ig:WebCaptcha>
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>