Hi, I'm reporting an error in the Universal Code on the sign-up forms. The following line appears in the Universal Code: <script id="signupScript" src="//static.ctctcdn.com/js/signup-form-widget/current/signup-form-widget.min.js" async defer></script> The src file name is missing "http:" at the start. Without that, my web page is unable to find the script.
Thank you so much for bringing this up to us. The default code is showing as expected, it's using a scheme relative URL which changes to http or https depending on the site that's accessing it. If you're having trouble finding the script, I recommend adding http: or https: before the two slashes in the code itself depending on what your website uses. The end <script> code would look like either of these:
Our Feedback board is changing! From updated statuses to clearer processes, we're working to improve the conversation between you and our Product teams