Hi,
Edit the file "regsitration_bootstrap" via the menu Display>Views and change the line:
echo $this->cartClass->displayButton($registerButtonName,'register',$this->params,'',' document.'.$this->form_name.'.submit(); return false;','id="hikashop_register_form_button"', 0, 1, 'btn btn-primary');
to:
echo $this->cartClass->displayButton($registerButtonName,'register',$this->params,'',' hikashopSubmitForm(\''.$this->form_name.'\'); return false;','id="hikashop_register_form_button"', 0, 1, 'btn btn-primary');
and that should solve the issue.