You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing the same issue as the one reported in elclanrs/jq-idealforms-old #109: Can we SET field to valid / invalid?
I have a username input field where I'm checking if the username entered already exists or not.
There is the ajax extension but I'm using C# and I just can't make it call the code behind.
So, I'm using a 'normal' Ajax call as i usually do but how can I then set to field to valid (i.e. the username entered is available) or invalid (i.e. the username is not available)?
The text was updated successfully, but these errors were encountered:
I'm facing the same issue as the one reported in elclanrs/jq-idealforms-old #109: Can we SET field to valid / invalid?
I have a username input field where I'm checking if the username entered already exists or not.
There is the ajax extension but I'm using C# and I just can't make it call the code behind.
So, I'm using a 'normal' Ajax call as i usually do but how can I then set to field to valid (i.e. the username entered is available) or invalid (i.e. the username is not available)?
The text was updated successfully, but these errors were encountered: