Placeholder for Captcha | Adobe Business Catalyst

<script>
$(document)
    .ready(function () {
        $('#CaptchaV2')
            .attr("required", true)
            .wrap('<div/>')
            .after("<small class='error'>Captcha is required.</small>");
        $('.contact-form .captcha')
            .find("input[type=text]")
            .each(function (ev) {
                if (!$(this)
                    .val()) {
                    $(this)
                        .attr("placeholder", "Enter text to verify");
                }
            });
    });
</scrip>

Dev-in-a-Box Jquery plugin is useful to build better websites, faster | Adobe Business Catalyst

It allows you to add the most common JavaScript-based features to your BC sites using simple HTML5 data attributes. Dev-in-a-Box is simple enough for the noobie, yet powerful enough for a developer. It's the ideal plugin for any Business Catalyst site.

Dev-in-a-Box is being integrated into the BC Pie framework and is now FREE! You can currently find Dev-in-a-Box on theBC App Store.