Not Collapse section on event

Hi,

I have one section break which is collapsible, under which i have some custom fields in which calculations are done and event is triggered on custom fields. So when i click and put values in custom fields, section gets collapse again.

Can anyone help me with this custom script. Thanks

Below is the solution:

Add this on your custom script :slight_smile:
$(“.section-head”).removeClass(‘collapsed’);

.“section-head” is the class of that div. Thanks

1 Like