Created attachment 4610 [details] textbox without label See attached. There is a big textarea that doesn't have a label that is appearing on the form.
Interestingly, the problem happens in Firefox 5, Safari 5, and the latest Chrome but not in Firefox 3.6.
Created attachment 4624 [details] [review] Proposed fix The cause was a missing </select>, an error which wasn't picked up by the HTML validator. Firefox 3.6 didn't have a problem with it, but newer browsers must be changing the way they accommodate markup errors.
Easy fix to read, validates, fixes issue, marking as Passed QA
Pushed please test