Can someone explain what a email adress validator is and how to use it
An email address validator is something that checks to see if an email address is formatted properly. So for example, test@test.com would pass a validator while test.com would not because email addresses require the @ symbol.
In Thunkable, you could use an external validator such as a Javascript or you could create one using coding blocks. There are probably examples on the forums if you search.