How to include bundle.js in my project?

I’m creating a Survey Form from RWD Projects. I would like to include a Testing Bundle in my project. I done as it is described here How to use bundle.js on projects? but the Bundle doesn’t display itself. What to do?

Code of the Survey Form: https://pastebin.com/vxM8ipXs

You mis-labelled the src attribute in the script tag, it should NOT be scr=...

That’s the only change I made, running fine here.

1 Like

My bad. I confirm - it runs (and tests) perfectly. Such a typo… Thank you!

Easy one to make. I made that same error at least three times last week. :slight_smile: