How to check username availability with ajax at registration
The following untested code should get you started. Basically you add a display target on your form, add some javascript to add the validation when the user leaves the username field, and the server-side code to enqueue the javascript, and register the ajax actions. Let me know what breaks, as I’m sure this will not … Read more