var renderGoogleInvisibleRecaptcha = function() {
for (var i = 0; i < document.forms.length; ++i) {
var form = document.forms[i];
var holder = form.querySelector('.recaptcha-holder');
if (null === holder){
continue;
}
(function(frm){
var holderId = grecaptcha.render(holder,{
'sitekey': '6LcmrVcUAAAAABJ8TpQtwjCU3dFzri9Q1RU6mXtg',
'size': 'invisible',
'badge' : 'bottomright', // possible values: bottomright, bottomleft, inline
'callback' : function (recaptchaToken) {
HTMLFormElement.prototype.submit.call(frm);
}
});
frm.onsubmit = function (evt){
evt.preventDefault();
grecaptcha.execute(holderId);
};
})(form);
}
};
$(".txtField").focus(function () { $(this).prevAll('span:first').css('color', 'white'); });
$(".txtField").blur(function () { $(this).prevAll('span:first').css('color', '#A9BEBF'); });
Or Call (802) 231-0415
to speak with a Care Manager Now