htmlInstaller does not populate user-defined edit values
description
When using an <input type="text"> element in an HTML page, htmlInstaller does not populate values so they can be used by components.
The sample configuration.xml has an element <input type="text" id="TestValueFromHtml" />, but any value put in this box is not visible to components (the log says: "Setting user-defined edit value 'TestValueFromHtml'=")
Tested with version 2.0.81.0.
Attachments include the configuration.xml, the log file, and the Index.html in use.