Hi All,
I am creating a form which needs to update information in database before submitting. So i thought of creating a javascript file outside and using jquery getscript function im calling that file to execute database update.
For testing :
I have created a testapi.js file
function popup() {
alert("Hello World")
}
and dropped this file where i hosted laserfiche forms. (http://IPADDRESS/Forms/Scripts/testapi.js)
In javascript editor of the form, i'm calling this function popup() on a button click as in the screenshot but nothing happens.
Please help me to resolve this..
Thanks in advance