Embed a ticket form on a page
I know i can add the web widget to any page easily, but how can i embed this contact form onto one page, so that it is always displayed within the page contents, and the user doesn't need to click a button to open it?
Its so basic yet i can seem to find the needed iframe or embeddable html code to achieve this?
Thanks
-
Erin,
We are also interested in this functionality, essentially embedding the always-open widget in our web site, inside a <div> or <iframe> so it becomes integral part, E.g., scrolls with the page.
After a looooooong struggle with zendesk support we were informed (yet again :-S) that this is not possible.
With some digging we found that we can have the widget always open by adding a call to zE.activate in a script section of the hosting page as you can see below. This at least, always shows the form, though doesn't embed nicely into the site.
Hope it helps, and that you get some more up-votes so the Zendesk team will consider implementing this much required functionality.
zE(function() {
zE.activate();
}); -
+1
Please sign in to leave a comment.
2 Comments