Hey Guys,
I don't know what's going on with this so I thought I'd reach out and see if any of you could shed some light on this.
So I'm linking to two JS files in my form. I created a custom field with code only and I'm linking to the following files
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="https://www.fedgrad.com/static/js/calc.js"></script>
The google api stays and works perfectly... The fedgrad one drops everytime.
Meaning that when you load the page the fedgrad calc.js script is not being loaded. Now if I take the s out of the https the file stays but it loads a warning about unsecured content. Same if I remove the www. but if I just use src="/static/js/calc.js" it gets dropped too.
Here is a link to the form:
https://www.fedgrad.com/signup
I don't know what else to do.
I don't know what's going on with this so I thought I'd reach out and see if any of you could shed some light on this.
So I'm linking to two JS files in my form. I created a custom field with code only and I'm linking to the following files
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="https://www.fedgrad.com/static/js/calc.js"></script>
The google api stays and works perfectly... The fedgrad one drops everytime.
Meaning that when you load the page the fedgrad calc.js script is not being loaded. Now if I take the s out of the https the file stays but it loads a warning about unsecured content. Same if I remove the www. but if I just use src="/static/js/calc.js" it gets dropped too.
Here is a link to the form:
https://www.fedgrad.com/signup
I don't know what else to do.