My goal is to embed a custom quiz, using www.guidedtrack.com, on the Symptom Checker page (/symptom-checker). Right now all of the code required to do so is in the “Custom Code” section of the page.
jQuery is already loaded before the body close. Don’t try to load it in the head. The interpreter script needs to be loaded in the before body close. The CSS can stay in the head.
You may run into issues loading bootstrap.css on top of Webflow. Not sure why they need it (lazy probably). If you do you can always determine what styles are needed and add them manually.
The resource you’re trying to use doesn’t have any documentation and looks like it’s in beta or maybe an alpha. So I can’t even see a functional example of it working anywhere. So this is not something that I would want to debug.
Maybe you could tell me what you’re actually trying to accomplish with the software and I can point you to a solution that’s working.