Integration with Unbounce
This is the extent of the instructions that I could find at this time:
You should use the following JS API on your custom web form to set identity to the visitors, just like the web forms on Zoho CRM normally do.
Please note that you should invoke the following JS API by passing the name and email address when the web form is being 'submitted.'
$zoho.salesiq.visitor.name(" < NAME > ");
$zoho.salesiq.visitor.email(" < EMAIL > ");
The instructions say what "should be done" but not "how to do it." Having this information in a step by step guide would probably save your support team a lot of time.
Thanks.