Hi!

was trying for a while to get an array from cocoon request in a JS flow. I
don't use CForms.

Such code is submitted:
<input type="checkbox" name="groups[]" value="1"/> group 1
<input type="checkbox" name="groups[]" value="2"/> Group 2
<input type="checkbox" name="groups[]" value="3"/> Group 3

In JS I was trying to get it in ways:
var groups = cocoon.request["groups"];
var groups = cocoon.request.groups;
var groups = cocoon.request.getParameter("groups");

Any ideas what could be wrong?

Thanks in advance,

Vlad




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to