This repository was archived by the owner on Dec 12, 2021. It is now read-only.

Description
The collectFormValues function fails in IE9 as the dataset attribute is not supported. The code fails with the following error:
SCRIPT5007: Unable to get value of the property 'ignored': object is null or undefined
The offending code:
if (input.dataset.ignored !== undefined) {
continue;
}