loading a new form OnSuccess
I have a feedback form which is split into three actual forms. I want to know how to load Form2 in the OnAdd:OnSuccess function of Form1 (and Form3 from Form2's OnSuccess). So the user submits part 1 and then is taken directly to part 2.
Can anyone help me?