This is probably more UI than database. But I didn’t see that option
I have an email address input field inside my app.
It’s very simple. The user just types in an email address. Ideally they are typing in the email address of another user.
I’m trying to have the app search through the user database for the entered email address to make sure it is one of our users already.
Questions:
-
is it possible to trigger an event based on losing focus of an element? As in, when they click away from the email input box, onto something else, can I trigger a workflow from that to do my database search?
-
is there some other way to achieve this functionality if I cannot trigger from that? Basically I would like the text box to turn red and a pop up or even just a button to allow them to invite this person to my app if not found.
