Hi,
I’m not a developer, but it seems that there is an error on /modules/Import/views/view.step2.php
if( document.getElementById(‘goback’) )
{
document.getElementById(‘goback’).onclick = function() {
document.getElementById(‘importstep2’).action.value = ‘Step1’;
return true;
}
}
It looks like it’s trying to get the ‘goback’ element by the ID ‘goback’ but when viewing the output source of the page, there’s no element with this ID. This looks like it is meant to be adding a ‘back-button’ functionality to the page and removing it might fix the issue for you and at least get it into a workable state until your coders can get the element with the ‘goback’ ID loading properly.
Version 7.2.1
Sugar Version 6.5.20 (Build 1001)
Running on Nginx
PS. Could someone help me with this other issue: can-i-manually-check-bounce-emails-no-cronjob ?