View previous topic :: View next topic |
Author |
Message |
myplaces53
Joined: 12 Jun 2006 Posts: 4
|
Posted: Mon Jun 12, 2006 5:25 am Post subject: W3 Validator |
|
|
Hi,
I think this is a bug. If someone has found a way round this please let me know.
Code: |
<input name="q[1]" type="text" id="q[1]" value="" size="15" maxlength="25" class="fieldstyle" /></font> |
Now, every piece of code that has the 'id="q[]' bit in it, the validator doesn't like, throwing up some error that [ is not permitted.
This is the W3 Error:
Quote: |
character "[" is not allowed in the value of attribute "id" |
Anybody else know of this? |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Mon Jun 12, 2006 7:22 am Post subject: Reply |
|
|
It is not a bug....the [] is used to call an array in our backend...it's perfectly valid, and will work under all web browsers.
Sincerely,
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
|