Hi everyone,
I was designing the new user registration form, so here instead of using the edit form I was using the text input and labels:
Login Page:

New User Registration Page (Screen 2):

Data Source (SharePoint List):

So On-Select of the submit button I have used the Patch function to save the data in my Sharepoint list (Login list), so is it correct?:

My queries were as follows:
1- Like in Edit forms we have an option of OnSucess which checks if the data is submitted properly or not if I want to check the same for all these values how to do it?.
2- How to check if any field is not left blank, if it is user cannot submit the data unless all the fields are filled in?.
3- After user enter their details, an email should be sent to the admin notifying that a new user has registered, how to do it?
Regards,
Sidhant Dorge.