GET with ERR_INVAL for inline code

L363521
Regular Participant
0 Votes
why do I get this error for inline code form? GET file://static.ctctcdn.com/js/signup-form-widget/current/signup-form-widget.min.js net::ERR_INVALID_URL
9 REPLIES 9
William_A
Administrator
0 Votes

Hello @L363521 ,

 

Does your site accept 3rd party scripting or JavaScript at all? If your site builder is listed on our main article for installing forms, are you following the steps exactly as instructed?


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
William A
Community & Social Media Support
L363521
Regular Participant
0 Votes

my site is a plain html site, not a site builder. http://austineliterealty.com/aboutus.html

William_A
Administrator
0 Votes

Are you able to plugin other JavaScript at all? Do you have a webmaster or anyone else working on the site that would be able to offer insight? Our ability to troubleshoot error codes for installing the coded signup forms is very limited since we don't have access to those outside systems, unless you're able to find the source of the issue in your own site's coding, you may need to stick with a more simplistic method like the landing page forms.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
William A
Community & Social Media Support
L363521
Regular Participant
0 Votes

I am the webmaster and developer, if you right-click on on the chrome browser and "inspect" the element under console tab, some of the javascripts codes failed on signup-form-widget.min.jsScreen Shot 2023-01-23 at 3.42.46 PM.png

 

William_A
Administrator
0 Votes

And you're including both the universal code, as well as the specific form's inline code?


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
William A
Community & Social Media Support
L363521
Regular Participant
0 Votes

Yes I included both codes

William_A
Administrator
0 Votes

If that's the case, then there's nothing else we can really troubleshoot in regards to this. The inline and universal codes are both operating as expected when we test, which indicates there's something in your site's code that isn't allowing the JS to operate as expected. I'd advise going through your site's coding, or consider the landing page alternative mentioned earlier if you're unable to find the source of the issue in your code.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
William A
Community & Social Media Support
L363521
Regular Participant
0 Votes

have you test it on a plain html site, not a site builder?

L363521
Regular Participant
0 Votes

Screen Shot 2023-01-23 at 3.44.36 PM.png

when I added "https:" to the js cdn link, I got this. Remember, this is just a flat html page, your "universal" js codes couldn't even load