enable
enable(formElement) -> HTMLFormElement
Enables a fully or partially disabled form.
Enabling the form is done by iterating over form elements and enabling them.
Example
See the interactive example in the disable() method, which is basically it.
Note
This will enable all form controls regardless of how they were disabled (by scripting or by HTML attributes).