Hey, Nicole!
I just tried that and see the same behavior. Not sure if that happens live as well (I can't easily test it) or whether it's only in Preview. Either way, looks like a bug to me so I'd report it!
I suspect it has something to do with the way Radio Buttons update - they probably all see a change in state (being deselected) and so the last one to be checked gets triggered. This would also explain why it also seems slow....
Now, how to fix.
Two possibilities:
- Use buttons instead of Radio Buttons. The button would change page. (If you also need the variable to update, you could either use a Custom ACtion to change page and update the variable, or you could have a page load action on each page to set it.
- Create a custom action that examines the value of the variable attached to the Radio Buttons and changes page accordingly. Then set the OnChange action for all the Radio Buttons to be the custom action.
Custom Actions can be created by clicking on the Right-facing "arrow" / "Play Button" at the top-right.
HTH
------------------------------
Paul Simpson
Eventus Solutions Group
------------------------------