\usemodule[fields]
\setupinteraction[state=start]
\setupfield
[TextSetup]
[width=\textwidth, height=10em, background=screen, backgroundscreen=.97, frame=off]
\definefield [Block] [text] [TextSetup] [] [What's on your mind?]
\starttext
\field [Block] [type here]
\stoptext
I have a situation where the amount of text typed into various fields will vary, but it is inappropriate to reserve a large block of space for each field.
Any suggestions would be greatly appreciated.