Expand my Community achievements bar.

response message with a yes or no

Avatar

Former Community Member
How can I get a user to navigate to a field based on the user's response to my xfa.host.response box? Any help would be sincerely appreciated.
1 Reply

Avatar

Former Community Member
To set the focus to a specific field use

xfa.host.setFocus(somExpression);



response returns a string value which you can test in javascript for the appropriate action.