Closed (fixed)
Project:
Author Contact
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Mar 2008 at 11:06 UTC
Updated:
21 Mar 2008 at 06:12 UTC
When the drupal search form and Author Contact forms are on the same page it produces invalid XHTML because they both share the same submit button name.
The form definition should be changed to something like:
$form['send'] = array(
'#type' => 'submit',
'#value' => t('Send')
);
Comments
Comment #1
buddaWhen this form appears on a page containing a user login block its fields also clash. A suggested form definition would be:
Works for me when validating HTML.
Comment #2
JmsCrk commentedThanks for the tips, fixed the form and included a fieldset as suggested
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.