Exclude or Include menu items in chat inlay pre-launch form
Summary:
I have a custom menu field I am using in my chat inlay pre launch form fields. Is there a way I can just show only certain items in the launch form while the other menu items should not be shown here. Is this possible in Oracle b2c Inlay chat.
Content (please ensure you mask any confidential information):
Need to exclude certain menu field items in embedded chat inlay. Using Incident$customeField
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):const launchFormFields = [
{ name: "FIRST_NAME", hidden: true, required: true, value: "<?php echo $first_name; ?>" },
Tagged:
0