Hi I have been trying to pepopulate a textareafield using something like this in the template.
{{form.content(value="please type content")}}
This works when the field is textfield primarily because the html
accepts value for <input type="text">
but the same does not work for textarea...
Can someone please help me with this?
formin this context -- is it aWTForms.Formobject or is it something else? – Sean Vieira Feb 25 '11 at 15:56