I am trying to recreate your call java script function example with little success. I am listing the same javascript functions in the utils.js as you have embedded into your webpage. Am I missing a step? I need to be able to write a custom javascript function without imbedding the javascript into a webpage.
}
function myFunction()
//This function will return the string "Hello World!" back to the form
{
return ("Hello world!");
}
