Hi all,I'm using a script in teh validate event to determine a false or
true response and then when all the checking has been done I use:if
(matchFound) {return true;}However this is coming up with the error
message:Error: Illegal 'return' outside of a function body, Line:21Now
obviously this means my return is in the wrong place, but where should
it go? How can you pass on that a validate script, inside the event, has
failed when using execValidate?Many thanks,Tom