ZAF Client - Multiple Pages? | Community
Skip to main content

ZAF Client - Multiple Pages?

  • May 25, 2024
  • 2 replies
  • 0 views

Carl13

Hi all,

I am working on my company's first Zendesk private app. So far, I'm finding it really powerful with one exception: it seems to not work when I try to use multiple pages. I am using vanilla JS. Is it possible to have more than one file in addition to iframe.html? Thanks in advance for the advice.

 

Carl

2 replies

Tipene
  • May 30, 2024
Hi Carl,
 
Only one file/url can be provided for each location so unfortunately the app won't be able to be multipage in the sense of rendering different HTML files. That said, the ZAF react scaffold could be a good place to look and will definitely be able to do what you need. Otherwise, I'd look at using Javascript to conditionally render the required info and data within the same iframe.html.

Carl13
  • Author
  • May 30, 2024

Thanks, Tipene!