window.addEventListener("load",function(){var e=document.querySelectorAll(".gform-settings-field__select_custom select"),t=document.querySelectorAll(".gform-settings-select-custom__reset");e.forEach(function(t){var n=t.parentNode.nextSibling;t.addEventListener("change",function(e){"gf_custom"===e.target.value&&(t.style.display="none",n.style.display="block")})}),t.forEach(function(e){var t=e.parentNode;e.addEventListener("click",function(e){t.style.display="none",jQuery(this).closest("div.gform-settings-field__select_custom").find("select").each(function(e,t){t.value="",t.style.display="block"})})})});