Hi
Can anybody shed some light on how best to integrate clicktale to gravityforms (ajax) multipage forms?
Clicktale provides 2 javascript codes, one that should be placed after <body> tag:
<body>
<script type='text/javascript'>
var WRInitTime=(new Date()).getTime();
</script>
The other before </body> tag:
<!-- ClickTale Bottom part -->
<div id="ClickTaleDiv" style="display: none;"></div>
<script type="text/javascript">
if(document.location.protocol!='https:')
document.write(unescape("%3Cscript%20src='http://s.clicktale.net/WRb6.js'%20type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
if(typeof ClickTale=='function') ClickTale(xxxx,1,"www07");
</script>
<!-- ClickTale end of Bottom part -->
If I did it exactly like that I do not believe it world record pages beyond the 1st page in the multi-page form. (correct me if I am wrong).
Any suggestions would be greatly appreciated. Thanks