Text fields missing 'type' attribute

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.

Regards,

Subject: Text fields missing ‘type’ attribute

You can enforce the type=“text” tag, when you go to the field properties, select the HTML tab, and enter in the “Other” field: type=“text”

Subject: RE: Text fields missing ‘type’ attribute

yes, sorry I should have mentioned, I’m perfectly well aware of that :slight_smile: 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.

Thanks.