Answered

How do I create multiple canvases for my app?

  • 26 March 2021
  • 2 replies
  • 12 views

Since there are only 2 endpoints = initialize and submit, how do I create multiple canvases for my app? My app has 2 forms, filling the first leads to second, and filling that displays a message. Since thats 3 canvases in all, I'm wondering how it's done.

icon

Best answer by Eric Fitz 29 March 2021, 15:12

View original

2 replies

Userlevel 1

Hey @ahmad f​, you would use multiple submit responses and use the details in each submit request from the previous canvas to determine what canvas to next respond with.

Thanks a lot!

Reply