I am creating a series of forms that I plan to have my users step through after completing each form using a Next Button at the bottom of each form.
For the Next button I am using 'Action on Success' and adding the following code: openUrl(("#Form:Room_Use"), "same window");
This works great when running the app from within Zoho's domain. As soon as I try to embed it into my website, when I click the next button on my first form it comes up with the 'Success' message but I'm never directed to the next Form.
I understand that I do not have any of the 'embedding' script loaded anywhere on my website for subsequent Forms - I was guessing that those hooks would persist from the Zoho forms on the backend. Perhaps I'm wrong.
Do I need to somehow embed each form onto my site in order to use the openurl command to link them all together?
Please help!