Click to See Complete Forum and Search --> : Textarea help


jrthor2
06-20-2003, 07:58 AM
I have a textarea that I need to put the following inside of for people to fill out:

Description of Problem:
Build:
Use Case Name/Number (optional):
Steps to reproduce the problem:
1.
2.
3.
Actual Results:
Expected Results:
How often does this happen:
Additional Information:

Is this possible?

pyro
06-20-2003, 08:20 AM
Well, yeah... But why woudn't you split it up into individual fields?

<textarea cols="50" rows="12">Description of Problem:
Build:
Use Case Name/Number (optional):
Steps to reproduce the problem:
1.
2.
3.
Actual Results:
Expected Results:
How often does this happen:
Additional Information:
</textarea>

jrthor2
06-20-2003, 08:25 AM
I agree, but this is how my manager wants it. I got it figured out, thanks.