09-30-2017, 03:18 AM
Hi,
I am new to web development and I am using UserSpice to manage users on my website.
I want a little modification on registration page.
When a user enters a username then UserSpice checks that username already exits or not. If username already taken then it shows Error Message. But this whole process is done after the user press the Register button.
Can you please make it work live. I don't know how to do that I think its something AJAX or JQuery to work with but have no clear idea.
Please make it like as the password fields working,the user types password and UserSpice checks and turns the gray check to green. I want same function for Username field. On key up UserSpice should check for Username if the username exits in the database it should show the error directly on the same page without pressing the Register Button.
Thanks
I am new to web development and I am using UserSpice to manage users on my website.
I want a little modification on registration page.
When a user enters a username then UserSpice checks that username already exits or not. If username already taken then it shows Error Message. But this whole process is done after the user press the Register button.
Can you please make it work live. I don't know how to do that I think its something AJAX or JQuery to work with but have no clear idea.
Please make it like as the password fields working,the user types password and UserSpice checks and turns the gray check to green. I want same function for Username field. On key up UserSpice should check for Username if the username exits in the database it should show the error directly on the same page without pressing the Register Button.
Thanks