Why did they add it?
\www\components\com_virtuemart\helpers\shopfunctionsf.php
line ~ 1195
$output = $dispatcher->trigger('onDisplay', array($reCaptchaName, $id, 'class="g-recaptcha required"'));
class="g-recaptcha required" causes a bug:
<div id="dynamic_recaptcha_1" class="class="g-recaptcha required" g-recaptcha" data-sitekey=....."
Please write a solution here