This repository has been archived by the owner on Jul 1, 2020. It is now read-only.
Fixed small issue with pulling form name
In some occasion, trying to find the parent form and the form name of an input element was giving the wrong result. We should call instead `form.getAttribute("name")` for correct result.