Dependent Button Change - NazimMertBilgi/nmb-empty-control GitHub Wiki

If you want to change the dependent button, this code will help you.

<script src="empty.control.js"></script>
    <script>
        emptycontrol.settings({
            dependentButton: '#finish2' // default '#finish'
        })
    </script>

Don't forget to fire the plug-in later.

 emptycontrol.fire();
⚠️ **GitHub.com Fallback** ⚠️