I am redesigning a site that uses inputs similar to this several times on the page:
<input type="text" name="delDate" value="06.03.2012" />
There is always an adjacent hidden input that gives the date entered above a specific identifier when the form is submitted, but I wonder if this does so (and throwing out # id input is a valid way of doing things, as the W3C validator does not complain about this.
Thanks for some input!
source share