A standard text field on a form will be converted to the HTML tag without a ‘type’ attribute - ie;
instead of
I’m pretty sure this is OK as far as the HTML spec goes because text is the default for the input tag. However, I wondered if there was any way to force Domino to put the attribute in? We use some web testing software that fails to find text fields in the HTML form if this attribute is missing.
yes, sorry I should have mentioned, I’m perfectly well aware of that What I’m looking for is a server setting that enforces it on existing applications so I don’t have to go and retro-fit hundreds of forms in dozens of applications.