Fix this please! ``` javascript if (typeof errorMsg == 'string') { promptText += errorMsg + "<br/>"; options.isError = true; field_errors++; } ``` When the 'Validating please wait' is returned, the field is set to invalid/false !