This may seem like a simple one, but I cant find the right answer from all my searches
I have a JS function that is called form a field OnChange event that I only want to run when the user actually changes the values.
Currently it also calls the function when the form is loaded. Is there any way to ensure that this function is only called when the user performs the change in the form?
Nick
*This post is locked for comments
I have the same question (0)