This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
zopim chat
Started 10 years ago by markjans | 6 posts |
-
Where do i put the code for my zopim live chat?
Posted 10 years ago # -
What has this to do with Machform?
Posted 10 years ago # -
Hi, Guessing you want the zopim chat box to appear with your forms? My guess is you will need to include the zopim code in a similar way to those wanting to add Google Analytics tracking code as per this thread:
http://www.appnitro.com/forums/topic/adding-google-analytics-tracking-code-to-form?replies=7
Posted 10 years ago # -
We'll be releasing v4.2 soon within this month. One of the new feature will allow you to insert custom javascript file for each form. So that you'll be able to do this easier.
As for now, the post referred by timcov above should do what you need.
MachForm Founder
Posted 10 years ago # -
the new update is not working with my chat code
This is the code:
<!--Start of Zopim Live Chat Script-->
<script type="text/javascript">
window.$zopim||(function(d,s){var z=$zopim=function(c){z._.push(c)},$=z.s=
d.createElement(s),e=d.getElementsByTagName(s)[0];z.set=function(o){z.set.
_.push(o)};z._=[];z.set._=[];$.async=!0;$.setAttribute('charset','utf-8');
$.src='//v2.zopim.com/?wxUdgwvbZzwxp9Mjr8jDTaFm9DUuSWld';z.t=+new Date;$.
type='text/javascript';e.parentNode.insertBefore($,e)})(document,'script');
</script>
<!--End of Zopim Live Chat Script-->How should i do this?
Posted 10 years ago # -
You need to put the above code into a single javascript file, such as mychat.js and then go to your form properties and turn on "Load Custom Javascript File"
Put the URL of your javascript file there.
MachForm Founder
Posted 10 years ago #
Reply
You must log in to post.