Hi,
We use JQuery validate pluggin to check if a field value already exists on database. This displays the error next to the field. But I want it to be JUST informative, i.e., not block submit (user decides if he still wants to post it with same name or not).
So, I end up changing the code of validate JS, but I was wondering if there is a simpler approach to just indicate to not block SUBMIT on error.
Thanks
Pierre