When we want to apply javascript in normal website building, we will first save our javascript into .js file (i.e. function.js) and then put this <script type="text/javascript" src="function.js"></script> into the <head> section.
I am trying to apply javascript in my form but since I cannot save my javscript into .js file, any suggestion on how i can apply javascript here? I tried putting it in the custom code field in advanced form properties but it doesnt seem to work. I appreciate ur help.
What form are you working with, that inserting javascript does work? Note that your javascript might not run unless you view the form directly, not in the form builder.