I’m trying to program a button on my custom Controller to navigate through particular forms in a set order. So the same button should go to a different form based on what form you are currently on.
For example, I have form1, form2, and from3. You are viewing Form1. When you click NEXT FORM button it should then show Form2 (same record though). When you click NEXT FORM again it should show Form3.