<?xml version="1.0" encoding="UTF-8"?>
<botdetect xmlns="https://captcha.com/schema/php"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xsi:schemaLocation="https://captcha.com/schema/php
            https://captcha.com/schema/php/botdetect-4.2.3.xsd">

    <captchaStyles>
        <captchaStyle>
            <name>angularBasicCaptcha</name>
            <userInputID>captchaCode</userInputID>
            <codeLength>3-5</codeLength>
            <helpLinkMode>Image</helpLinkMode>
        </captchaStyle>

        <captchaStyle>
            <name>angularFormCaptcha</name>
            <userInputID>captchaCode</userInputID>
            <codeLength>4-6</codeLength>
            <helpLinkMode>Image</helpLinkMode>
        </captchaStyle>
    </captchaStyles>

</botdetect>