Hi Rhema.
in the media/plg_captcha_recaptcha_invisible/js/recaptcha.min.js there is an issue (it's not our issue btw).
Replace the file code with the code below (Copy & Paste):
/**
* @package Joomla.JavaScript
* @copyright (C) 2024 Open Source Matters, Inc.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/((a,s)=>{a.JoomlainitReCaptchaInvisible=()=>{const c=["sitekey","badge","size","tabindex","callback","expired-callback","error-callback"];Array.from(s.getElementsByClassName("g-recaptcha")).forEach(t=>{let e={};t.dataset?e=t.dataset:c.forEach(i=>{const r=`data-${c[i]}`;t.hasAttribute(r)&&(e[c[i]]=t.getAttribute(r))}),t.setAttribute("data-recaptcha-widget-id",a.grecaptcha.render(t,e)),a.grecaptcha.execute(t.getAttribute("data-recaptcha-widget-id"))})}})(window,document);
Then clear Joomla and Browser cache, and Let me know if the problem still persists.