function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Patrick LaFontePatrick LaFonte 

Pass a parameter in a hidden field for embedded chat?

We currently have a visual force page for a custom chat solution. In this solution we use hidden fields to pass parameters from the .com site where the chat is hosted to salesforce. Specifically populating a field on the case object that labels where the chat originated from since we have the chat hosted on multiple locations.

Now I am looking to move to an imbedded chat solution so that the chat resizes correctly for mobile web.

How can I similarly edit the code snippet to achieve the same for imbedded chat? Without showing the field to the chasitor?
ShivankurShivankur (Salesforce Developers) 
Hi Patrick,

Can you please post the visualforce page with existing functionality to hide the fields to pass parameters from site.So that it would be convenient to answer this question with right approach to fit the chat size for mobile web.

Also try to add much details as you can to understand this requirement better.

Thanks.