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
and then refer to it in my form html code?
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
and then refer to it in my form html code?
Hi Jeff,
Yes it is possible!
I’ve created a sample page here: http://unbouncepages.com/knockout-js/
There are just a few steps:
Copy all the text from the Knockout.js download and paste it into a new script element in the editor. Make sure to add the surrounding script tags.
Put a custom HTML element into your page. I just copied the sample from the front page of the Knockout.js website.
Put custom javascript into a new script element in the editor. Once again I judiciously copied the sample code from the Knockout.js website.
I hope that helps!
Thanks for the help.
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.