Already have an account? Log in instead!

Only letters and the dot (.) character, followed by a space, are allowed.
Only letters and the dot (.) character, followed by a space, are allowed.
').hide().insertBefore(error_header).fadeIn(600); } else { $('

There is 1 error

  1. Wrong captcha.
').hide().insertAfter(error_header).fadeIn(600); } } } }); } else if (re_version == 2 || re_version == 3) { // reCaptcha Version 2 Invisible and Version 3 regREG(captcha_invisible_form, error_header); $(captcha_invisible_form).submit(function(event) { if (! (new_recaptcha ? grecaptcha.getResponse(new_recaptcha) : grecaptcha.getResponse())) { event.preventDefault(); (new_recaptcha ? grecaptcha.execute(new_recaptcha) : grecaptcha.execute()); } }); } } function onreCSubmitREG(token) { if (token) { $('#order-recaptcha-response').remove(); $($('#re_register_captcha_invisible_form').attr('data-parameter')).submit(); } } function findCM(str) { var temp = false; $.each(str, function(key, value) { if ($(value).length) { temp = value; return false; } }); if (temp) { return temp; } else { return false; } } function regREG(captcha_invisible_form, error_header) { $('body').append("
"); $('body').append("
"); } function getRecaptcha() { $('#order-recaptcha-response').val(grecaptcha.getResponse()); }