Scripting cursor position in a text field

Hi,

Is there any way to script the position of the insert point (cursor) in a text field on focus? I know we can do “Select on Enter,” and that’s useful, but I’d also like the ability to place the cursor at the end of the field so the user can start typing immediately.

Thanks!
Andrew

Hi Andrew,

A named form element (field) has a property caretPosition.
Here you can get and set the cursor position in a field.

-Perfect!