1. get the applescript of the WatchMeDo-Actions as explained in:
http://homepage.mac.com/simx/technon...334/index.html (Point 6)
2. after the code entering the text into the first form-field place the code for a press of the "tab"-key:
-- Hit the Tab-key
delay 1.0
set timeoutSeconds to 2.0
set uiScript to "keystroke tab"
my doWithTimeout(uiScript, timeoutSeconds)
3. enter code (copy, past, change) for another text entry to write to the password-field
4. enjoy :-)