How do I create multiple canvases for my app? | Community
Skip to main content
Answered

How do I create multiple canvases for my app?

  • March 26, 2021
  • 2 replies
  • 17 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.

Best answer by Eric Fitz

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.

2 replies

Eric Fitz
Employee
Forum|alt.badge.img+5
  • Employee
  • 1630 replies
  • Answer
  • March 29, 2021

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.


  • Author
  • New Participant
  • 1 reply
  • March 30, 2021

Thanks a lot!