Ok. I have completely changed the question, though, thank you for the replies of how to create a text area in a django form.
My problem definition is this: I need to display a page which has 5 randomly selected questions from a model. Interjected in between each model would be a textarea for the person to write the answer and submit it. All the answers will be stored in a way that they can be referenced in the future on the basis of the questions.
I can create a form-set of text-boxes but how do I display the questions? Modelforms?