Closed (duplicate)
Project:
Drupal core
Version:
5.1
Component:
forms system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Feb 2007 at 15:58 UTC
Updated:
15 Mar 2010 at 00:23 UTC
Jump to comment: Most recent file
Comments
Comment #1
ntiostle commentedI created a patch to solve the problem
Comment #2
gbright commentedHi Andreas
I am having the same problem with the following link http://rainbowplanet.com.au/contact when checking this document for XML well-formedness and validity I get the following error.
Line 127 column 57: ID "edit-name" already defined.
maxlength="60" name="edit[name]" id="edit-name" size="15" value="" class="foHow do I apply your patch to resolve this issue?
regards
Gavan
Drupal 4.7
RedHat Enterprise Linux 2.6.9-42.0.8.ELsmp
Apache web server
MySQL Database 5.0.24-standard
PHP 5.2.0
Comment #3
jonathan_hunt commentedI ran into the same issue on the contact form page.
Comment #4
tumblingmug commentedWho takes care about absolute valid XHTML in Drupal 5.x may find this module helpful. It changes the submit button ID's on web pages by expanding the button ID name depending on the module's name. See download below.
In Drupal 6 this buglet is solved.
Tarball Download here:
http://www.screencast.at/modul-valid-erzeugt-gueltiges-XHTML-bei-mehrere...
Comment #5
mr.baileysSounds like a duplicate of #111719: FAPI fails to check auto-generated IDs for uniqueness - XHTML validation fails..
@tumblingmug: the title should describe the issue itself, not a remedy or work-around. Resetting the title to the original.