Recent searches
No recent searches
ZAF Client - Multiple Pages?
Posted May 25, 2024
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
0
2
2 comments
Tipene Hughes
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.
0
Carl Bramblett
Thanks, Tipene!
0