Hi David, the script is working but I'm running into an error in loop
"SyntaxError: Identifier 'windowFields' has already been declared". I've
tried adding " if (typeof windowFields === 'undefined') { var
windowFields = {}; }" but that didn't work. D...