create a third event if the previous two are valid
Hi,
I am doing a prototype for a mobile app in Android and I have issues with events.
More exactly, on the "Registration page", I have "Submit" button on which I want to put 3 events.
1: to check if the format for email address is correct -> I have done this
2: to make sure the "password" field is completed -> I have done this
3: if those two events are done and correct, I want to add a third event which will take me to another page in the app (let's say to "sign in page");
I couldn't figure out what kind of conditions to put, so that after the first two events are checked and confirmed , the third one to be taken into consideration and applied.
Sorry for mistakes, English is not my native language.
Thank you!
Files:
3rd event.JPG
You can create one condition that checks to see if the format of the email address is correct and makes sure that the 'password' field is completed. Here's an example of how it should look:
Let me know how this works for you, and if you have any questions.
You can create one condition that checks to see if the format of the email address is correct and makes sure that the 'password' field is completed. Here's an example of how it should look:
Let me know how this works for you, and if you have any questions.
Replies have been locked on this page!