Web Widget expand on load
AnsweredHow do I make the webwidget contact form expand on load. I've been trying variations on this with no luck:
<script type="text/javascript">
window.zESettings = {zE.activate()
</script>
Any ideas?
Thank you!
-
Hey Andy, I am going to move this post to the Support Q&A section as it may get missed in here as this section is more about the Apps Framework and building Zendesk Apps.
Cheers, Phil.
-
Thank you Phil!
-
I solved it with this:
zE(function() {
zE.activate();
})function show() {
zE.show();
zE.activate();
} -
Glad to hear you go it figured out, Andy! Thanks for sharing your answer as well.
Please sign in to leave a comment.
4 Comments