Hi, I have a page, with two zones, which each have a form. Zone 2 is hidden as default and is only shown, when the form in Zone 1 successfully submits.
Zone 2 has two textfields and I would like to change focus from the textfield in zone 1 to the first textfield in zone 2, but I can't figure out how to do that. Both forms has autofocus="true" (default setting). Any help is appreciated. /Thomas