Hi @Maher you might link your site and your form so we see what you’re trying to do and can give some guidance. In general the answer is “probably yet” but the best approach depends on the specifics.
OPTION 1 - Use JSDELIVR. CSS and JS are easy. For the HTML, you’ll probably have to IFRAME it, or AJAX-embed it. You’ll need to handle your own form data capture.
OPTION 2 - Use JSDELVR for the CSS and JS only, then rebuild your form HTML in Webflow. That gives you far more styling control, breakpoints, etc. You get all your CSS and JS functionality, and you can also use Webflow’s built-in form data capture if you want to.
I’m not sure what you’re trying to build or what I’m supposed to see.
I am also not familiar with the libraries you’re using, or how they are configured.
But for what it’s worth, I’m not seeing any script error, or 404 URLs, so there don’t seem to be obvious setup issues.
Also the <div> you’ve setup seems to have been expanded, I’m assuming by the animatedModal script. I’d assume everything is working exactly as you’ve set it up. Most likely you need some button to trigger the appearance of the modal.
You’ll want to dig into the library docs to figure out how that configuration should work.
I’ve gotten around this in the past by adding custom code on the page you want to use. The custom code is a Javascript tag with a source linking to the Github code you mentioned. I link to the “raw” code.
When the Webflow page loads, the Github hosted Javascript will load.
I love JS Deliver. I didn’t need to upload anything or link my Github account. It just snags the code for me when it’s called and distributes it across their CDN, nice!
There’s a bunch more you could do to make development, better. But this is a great start! Thanks again Maher for prompting me to do this, hope it helps someone.