Javascript error loading form
-
I seem to have an issue with mollie forms in the test mode of molliepay (cant try live yet, we just applied for verification)
Even the simplest of pages throws an error regardingUncaught TypeError: Cannot read property ‘remove’ of null
at mollie_forms_recurring_methods_3573The traceback seems to show that it is trying to determine if Applepay is on the page which cannot be enabled as we are a charitable setup.
if (!window.ApplePaySession || !window.ApplePaySession.canMakePayments()) {
document.getElementById(“rfmp_pm_applepay_3573”).remove();Wordpress version is 5.3.2, theme is Enfold Child.
Help would be greatly appreciated
The page I need help with: [log in to see the link]
- The topic ‘Javascript error loading form’ is closed to new replies.