Username uniqueness validation in form

Hi,

Is it possible to validate a unique username on a webflow form?

Thanks.

Hi @Daniel_Kempe, there is not a native way to do this with Webflow forms, but you could use some jquery, see this article:

http://stackoverflow.com/questions/7534890/can-jquery-check-whether-input-content-has-changed

You could perhaps check when content is changed, if it is unique to some value…

This would be a good idea to add into Webflow field validations, but it is not there yet in the native form features.

I hope this helps, cheers, Dave