Troubleshooting Funnels
Stripe Troubleshooting | Why does my funnel product show 'null' in the Stripe Plan dropdown?
If your Stripe product is showing (null) in front of the product name, it's not a problem and you can change it by following the steps shown in the video: document.querySelectorAll('.portal-attachment...
Updated 8/13/2026
How to set up Root Domain/Subdomain for your Funnels/Websites?
Adding a domain to your account enables website and funnel functionalities to be created and utilized. A domain refers to the web address, for example, a root domain like mydomain.com or a subdomain l...
Updated 8/13/2026
Instant Redirect Page - Funnel Troubleshooting
document.querySelectorAll('.portal-attachment-thumbnail-img').forEach(function(img) { img.addEventListener('error', function () { attachment_error_image(this); }); }); const attachment_error_image = (...
Updated 8/13/2026