The textarea form attribute
Name:
<textarea rows="4" cols="50" name="comment" form="usrform"> Enter text here...</textarea>
The text area above is outside the form element, but should still be a part of the form.