.visitor.email()

This API would dynamically set the email address of the visitors(if known) in the chat windows on your website, as well as on the pane right beside your operator's chat window. If you had disabled the email address field in the chat windows, then this API would set the email address of the visitors in the pane beside your operator's chat window alone.

Syntax

Copied$zoho.salesiq.visitor.email(" < EMAIL > ");

Example

Copied<script>

$zoho.salesiq.ready=function()

{
$zoho.salesiq.visitor.email("patricia@zylker.com");   
}
</script>