Hi there,
I have a flowed form which consists of multiple subforms. I have one subform which is basically one textfield that is set to a min of 1 and a max of 5.
These are to correspond to fields in our system of record that have 5 fields for company long name with a 36 character field limit.
I've got the limits set up just fine and I have added simple script to add a new instance when the user exits the field.
The focus goes to the next field set in the tab order but what I want is the focus set on the new instance of field created but I have not been able to find an example of how to do that.
Any suggestions would be greatly appreciated. Thanks!