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 ...