I need to provide a webteam with HTML for a web2case form, the issue is that they are sticklers for compliance and insist that I provide them with HTML4 compliant code.
Unfortunately the auto-generated code does not meet this standard :
ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens ("-"), underscores ("_"), colons (":"), and periods (".").”
Example:
First Name: <input id="00NP0000000eRsA" maxlength="50" name="00NP0000000eRsA" size="20" type="text" /><br>
Has anyone come across this issue previously and resolved it? perhaps by javascript?