I just realized that the "true" attribute serializes the form into JSON. So, what you also need is this:
http://mootools.net/docs/more/Native/String.QueryString#String:parseQueryString ___ Oskar Krawczyk http://nouincolor.com On Mon, May 17, 2010 at 4:39 PM, Aaron Newton <[email protected]> wrote: > nice Oskar > > > On Sun, May 16, 2010 at 2:56 PM, Oskar Krawczyk > <[email protected]>wrote: > >> *Pro-tip: Documentation: >> http://mootools.net/docs/core/Element/Element#Element:toQueryString* >> >> On 16 May 2010, at 22:44, myFlashStore wrote: >> >> Hi, >> >> How do I serializing a form in MooTools? In Prototype it's as easy as $ >> ('form_name').serialize(true) - but that doesn't seem to work in >> MooTools. Any ideas? >> >> >> Thanks for your help. >> >> >> >
