Hi, thanks for the great and powerful v4 !
I've got a chain of forms to be filled in, some only need to be filled in some cases.
This depends on what radio button was clicked in the first form.
So it goes something like this:
Form1 -> radio1==1 ====> On Submit: Load form 2
Form1 -> radio1==2 ====> On Submit: Load form 3 instead
So, Is it possible to do a Load Form depending on the value of a variable in a form?
I'd like to avoid javascript solutions if it is natively possible.
It would be really poweful if this was possible.
Another solution would be to use custom code after the submit, but I don't know what code to insert to load the next form ....
Anny help would be greatly appreciated.
Kind regards,
Johan
I've got a chain of forms to be filled in, some only need to be filled in some cases.
This depends on what radio button was clicked in the first form.
So it goes something like this:
Form1 -> radio1==1 ====> On Submit: Load form 2
Form1 -> radio1==2 ====> On Submit: Load form 3 instead
So, Is it possible to do a Load Form depending on the value of a variable in a form?
I'd like to avoid javascript solutions if it is natively possible.
It would be really poweful if this was possible.
Another solution would be to use custom code after the submit, but I don't know what code to insert to load the next form ....
Anny help would be greatly appreciated.
Kind regards,
Johan