<!--------------------><script type="text/javascript" src="AssetJs/jquery-1.10.1.min.js"></script>
<script type="text/javascript" src="AssetJs/jquery.SPServices-2014.01.min.js"></script>
<!--------------------> I've inserted the code in the newform.aspx but after save i go to the allItems page.
<script type="text/javascript" src="AssetJs/jquery.SPServices-2014.01.min.js"></script>
$(document).ready(function() {
$().SPServices.SPRedirectWithID({
redirectUrl: "DispForm.aspx",
qsParamName: "ID",
Debug: true
});
});
</script><!--------------------> I've inserted the code in the newform.aspx but after save i go to the allItems page.