Where can I find a documentation to do the following?
I want to have an input or search field on a page - done
User inputs a string in that field - done
Clicks a button below that triggers an event to look for the string in the database (in this case 'username' field' -???
Success if there is an exact match. Failure if not. - i think i can do this one
Thanks