2 or even 3 Journal text fields appear on some pages of our site (running Drupal 5.6).
The first one or two appear at the top of the page, and the last one at the bottom.
For example: we are using the privatemsg contrib module, so pressing the user link to "my inbox" displays the page at http://www.example.com/privatemsg with 2 journal text fields at the top (attached to one another but with different widths), and one more at the bottom.
Can this be related maybe to multiple calls to hook_form_alter made by these modules/forms?
Thank you,
Ran
Comments
Comment #1
sunYes, every form in Drupal invokes hook_form_alter(), so the journal entry field is attached. How to solve this is discussed in http://drupal.org/node/193141