One BUTTON on my page, to raise a support request, prefills fields like subject and description (FreshworksWidget('prefill', 'ticketForm', )). So, if a user clicks that button I open the widget and it shows the prefilled fields.
If the user decides to close the widget without submitting the support request, then every time they open the widget on that page by clicking the bottom right WIDGET ICON, they will have the prefilled fields. Even though they are no longer clicking on the button where the prefilled details are relevant.
Is there any way I can say that, if the bottom right widget icon is clicked, clear any prefilled fields (FreshworksWidget('clear', 'ticketForm', {});)?