Salesforce Find and Create Records Pre-Chat API with Contact object picklist field
Chat Deployment: Visualforce Page:<apex:page showHeader="false" standardStylesheets="false" sidebar="false" title="Pre-Chat Form" cache="false"> <!-- form id should be used in getElementById() --> <script type="text/javascript"> (function() { function handlePageLoad() { var endpointMatcher = new RegExp("[\?\&]endpoint=([^&#]*)"); ....