restablecimiento modal cuando se esconde

$('#MyModal').on('hidden.bs.modal', function () {
    $(this).find('form').trigger('reset');
})
Sparkling Shrew