How to check in delivery form if the save button which is used to save delivery is enabled or not using if tag ?
In delivery form I want to check whether save button is enabled or disabled on button click. I want to achieve this in if tag(<if expr="?"></if>), so which expr should I can use to check this ?