o.setPayPalScriptSrc = function(t) {
var e = n('script[data-identifier="gform_ppcp_js_sdk"]'),
r = e.attr("src");
r = r.replace("&intent=authorize", "").replace("&intent=subscription", "").replace("&vault=true", "").replace("&intent=capture", ""),
The PayPal Checkout version is outdated, the latest version is 2.9, so the first step to resolving this should be to make sure that WordPress, the theme, and the plugins are updated.
Once updated, don’t forget to clear the caches of any caching/optimization plugins/services the site could be using, as well as the browser.
That worked. I thought since Wordpress showed no updates available, I was on the latest plugins but after downloading and uploading to wordpress, the forms are back working.