So I made a List in SP, and then clicked "Customize SharePoint Forms" I left the form part alone that loads on default. and created a new screen so I can position all my fields where I want. I then set the default values of the loaded SharePoint fields to the fields in my screen I created.
Everything submits fine, but after I submit a form and click NEW at the top in SharePoint it pops open the form I just submitted, on the last screen I was on (screen with submit button).
for my submit button I have:
SubmitForm(SharePointForm1); Exit()
Am I missing something as to why SharePoint still thinks its alive even though its submitting data to SharePoint? (i also made sure that the "SharePointForm1" is set to "New" by default.
Is it just me/browser settings? or has anyone else come across this? I have tried it in edge and chrome and both do the same thing... any help would be great!