I would like to call in an external javascript framework called knockout.js and use it to build a bit of dynamic field collection into my forms.
can i include
script type=‘text/javascript’ src='http://example.com/knockout-2.2.1.js’…
and then refer to it in my form html code?