i have temporarily fixed it using this guidance from chatgpt saying that these lines are obsolete for J6:
$dispatcher = JDispatcher::getInstance();
$dispatcher->trigger('onInit', 'dynamic_recaptcha_spmedical');
$recaptcha = $dispatcher->trigger('onDisplay', array(null, 'dynamic_recaptcha_spmedical', 'class="spproperty-dynamic-recaptcha"'));
but I guess captcha does not work now. Anyway, can we make it work with any default Joomla captcha? I'm using ochcaptcha for sites on J5-6 due to Google's decision to make recatcha paid service.