checking if username exists in real-time for account sign up
Does anybody know where I might find some code that would easily integrate with CF7/SQL that would allow me to do a real-time check on a user name without the user having to submit the form?
I did a little research and AJAX appeared to be suggested, but I could not find any example code that I could use in CF.
This is a for an account sign up form where the user enters a username, I want a "Check Availabilty" button that they can hit which queries our SQL dbase to see if the username is taken or not
Thanks
Mark
