Hey TJ,
The implementation is crude, but you can do something like this with AppleScript:

set ddText to text returned of (display dialog ¬
"Please Enter Some Text…" default answer ¬
"
" with title "DEMO")
Other than that the only way at present would be a Custom HTML Prompt action.
-Chris