I have a few unique values on an ASP page that I would like to send to the operator when the chat is initiated. I would start by putting the ASP values into the button code, like this (postal code in this example)...
/webim/client.php?locale=en&post_code=<%=(post_code)%>
So this should get a value post_code to client.php, but how do I get the value of post_code into my email message (offline), or to the chat operator (online). Our operators need this information from the user, and since it is on the page already, I really hate to ask them to provide it to us again.
Please advise...