I am using a Success screen when someone successfully submits the contents of a form using the following statements:
SubmitForm(frm_DataEntry); Navigate(scn_Success, ScreenTransition.Fade); NewForm(frm_DataEntry)
The problem is that if I leave a required field empty, it gives me the success screen and then comes back to the form and shows me that I am missing fields. How can I only show the success field if the form is actually successfully submitted?