Hi,why not use jQuery to obtain data from the page? Suppose your page has an email field with id = 'mail'. You could do something similar to:<script>var mailValue = $('#mail').val(); // or .text() or .html() or whatever you need from that fielddemo.identify({customer_id:'11111', // TODO: Replace wit...