Closed
Bug 823717
Opened 13 years ago
Closed 13 years ago
form submission uses ID attr instead of name?
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: mozilla, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20100101 Firefox/17.0
Build ID: 20121128204232
Steps to reproduce:
given a form with <input name="Registration Key" id="Registration_Key" type="text" />
Actual results:
submitting the form results in $query = { 'Registration_Key': value } (that is, using the input ID attribute, not NAME)
Expected results:
as i read the HTML spec (4.01 and 5), form submission should always use the NAME attribute.
ignore, may be something else.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
yeah, sorry. known issue in PHP, which i'd worked around long ago, which another programmer 'helpfully' undid and was using PHP's native $_POST.
again, apologies.
You need to log in
before you can comment on or make changes to this bug.
Description
•