Prompt for User Input - Can the text entry Box Be Bigger?

Hey TJ,

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

image

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