[jQuery] [validate] "has no name assigned" Error
I am getting a "has no name assigned" error on my form for a hidden
element
<input id="text___Config" type="hidden" style="display: none;"
value="">
Typically I would just add a name field (which I am guessing would
solve this error).
However this code was generated by the fck editor jquery plugin. Is
there anyway to turn off this error message so its not thrown to the
user that there is an error. It is not really an error anyway.
Thanks