I'm trying to embed a sign up form on a laravel website I have and I get the following error in my browser console: ``` Access to XMLHttpRequest at 'https://listgrowth.ctctcdn.com/v1/dac892130339c6bec1a88a4b52aee673.json' from origin 'https://website.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. ``` Can anybody help?
... View more