I want to be able to add a check icon to left of username box and if username is found in database while their typing once for it to change the icon to a red x. Can anyone help me with this?
do you mean you want to type a name like
Maxwell and have the checkbox appear when the database finds a name that matches if the user has only enter “Max” to indicate that they have found a name in the database of Max while the user continues to type “w” the checkbox is removed until the user has entered Maxwell; and if the user deletes “w” and keeps only Max the checkbox reappears to indicated a user with name Max is found?
If so, seems a bit too much and probably not possible to create a ‘live’ database query that is fast enough to make it useful to have the checkbox as there would be a large lag time between query the database and find result and user typing in live time.
However if you want to have a checkbox appear when the user has finished typing and then press a button that is possible and not too difficult.
I am assuming you’d be using plain bubble for this and not some code. Perhaps there is a plugin or a coder knows some code to use to check it fast enough for live typing to show matches.
basically i have a data column called usernames. But when signing up for a new username on register I want it to check as the user types in that field box I have set.
You might want to check out this post. I’ve written my own plug-in which works similar to the one referenced in that thread, but has some advantages. I will likely publish it to the marketplace at some point.