Hi,
There are many ways to answer your question.
A simple way would be to:
1) Have the mobile and email variables at the web screen level
2) Upon clicking on the validate button you can determine if the inputs have or not errors
3) Based on the validation, you can pass parameters (such as IsValid and ErrorMessage) to the web blocks and refresh them so that they display the error message if needed
Cheers