Ivan Dorić
Ivan Dorić
The code runs in the browser, through webpack. I thought it may be the timing, but even if I build my project, I still get the same error. And actually...
No worries, I've taken out the colcade.js from node_modules, deleted the code in question, and put it in my vendor folder, and now I'm calling it from there, and everything...
Well you just change the folder name, and change the theme name in style.css and that should be it. Also change the reference to theme name in gulpfile.js. I don't...
Did you try using just using "brute force". What I mean is add this type of script on the page in question: ```js const form = document.querySelector('.MyForm') form.addEventListener('submit', function(event) {...
Just try putting it anywhere. You can even try put it in `` tags on the layout page before any Octobers JS is loaded. Just to see if that will...
The layout file for your theme. Should be something like `/themes/themeName/layouts/default.htm`
You are right. It doesn't. Did you maybe see this forum post. Test if this works for you: https://octobercms.com/forum/post/javascript-in-backend-forms You should add the line from the forum in the controller...
Hi @devignerforhire, yeah. There is a problem in that video. Check out the video after that to see how to fix it: https://www.youtube.com/watch?v=uCR0VV6N5FE
Yeah, I know what the problem was :) ... I figured it out after I recorded the video. But thanks anyway :)
Hmm that is weird. olympos.min.js doesn't appear in resources for me as well. But it is there. If you view the source you will see it. It is linking to...