$(document).ready(function ($) {
mvtForms2.callbacks.success = function(response) {
//console.log(response);
if(response.form == 'callback') {
$('#modalCallback').modal('hide');
$('#mcSuccess').modal();
}
};
mvtForms2.callbacks.error = function(response) {
//console.log(response);
}
mvtForms2.callbacks.fail = function(response) {
//console.log(response);
}
});