Nevermind, I think I found it! controller.getWindow().show(‘formName’)
Hello,
I have almost looked thoroughly through all of the API and documentation but I cannot seem to find any way to switch what form you are on?
For example, I have made a form where Users have to login, and after it validates their information, send them to a form that is for logged in users.
I’ve tried code like solutionModel.getForm(‘formName’).controller.show() but of course controller is not a valid property/method of JSForm.
Any suggestions?
Thanks,
Chris