diff --git a/pages/csvimport.php b/pages/csvimport.php index 23551d535..114216b07 100644 --- a/pages/csvimport.php +++ b/pages/csvimport.php @@ -927,6 +927,7 @@ EOF function CSVRestart() { $('input[name=step]').val(1); + $('#wizForm').removeAttr('onsubmit'); // No need to perform validation checks when going back $('#wizForm').submit(); }