onClearAll
Callback that executes when fields are cleared.
Usage
var options = {
onClearAll: function(formData) {
alert('all fields removed');
},
};
$(container).formBuilder(options);
Callback that executes when fields are cleared.
var options = {
onClearAll: function(formData) {
alert('all fields removed');
},
};
$(container).formBuilder(options);