[jQuery] [validate] remote rule send field value by POST instead GET
Hi,
I have a hidden field in a form that contain the JSON view of the form values. The Submit button fill it before the $('#form').submit();
I have some rules created by the user in a database, and I try to use Validator to manage this 'user validations' sending to a remote rule handler the 'validation formula' and the field that contains all the form data.
all data is send by GET method.
Reading this doc:
<a href="http://www.boutell.com/newfaq/misc/urllength.html">http://www.boutell.com/newfaq/misc/urllength.html</a>
I view that IE only manage 2048 chars for url and I'm worried.
Is possible to send the value of the field tiggered with a remote rule by POST method?<br clear="all">
--
Atentament / Kind Regards
Àlex Corretgé
Serveis Informàtics Corretgé.com SLU
<a href="http://corretge.cat/">http://corretge.cat/</a>
LinkedIn: <a href="http://www.linkedin.com/in/corretge">http://www.linkedin.com/in/corretge</a>