Greetings everyone,
I am fairly new to Powerapps and please bear with with me if I ask too many questions. I created a form and would like a visible message to appear that the form was submitted in good order and not allow a user to submit twice. How do I go about doing so?
Currently, this is what I have under "OnSuccess: Navigate(KPHCForm, ScreenTransition.Fade); Notify("Congratulations! Your training request was successfully submitted.", NotificationType.Success) and OnReset: ResetForm(Form1).
Unfortunately, when the form is submitted, the message is not visible enough and it allows the user to resubmit the form.
Thank you in advance for your assistance!