Reset to default value only when all the fields are filled
Hi all,
I have a form, which has 2 text box and 2 drop downs for entering the data. When I click on save button my data gets saved into an datatable and all the fields gets reset to default value. I have also added few checks for missing fields, but when any field is empty my all the entered data get reset to default value. I want to hold this data if any field in empty and reset only when the all the fields are filled. How this can be achieved?
Thank you!!

