When I place a multi-line text field, I'd like to have some kind of "guide" lines to display in that space as well, in case some one prints the form and fills in by hand. When I draw lines using the line object tool, though, those lines are included in the tab order, along with the text field that "lays" over the top of the lines. (I'm not using layers, or anything fancy)...how can I get the effect, without the lines being included in the tab order? (I can use any of these: Acrobat 7.0.0 Pro, Designer 7.0, Acrobat 9 Pro Extended).
For example, you could use the following as the text field's custom Validation script:
Or, you could use the On Focus and On Blur field events
George