I've got a form and I want to display the GET URL string (querystring) of it when a user presses submit. This is so they can access it directly instead of posting the form.
How can I check whether a class exists within a certain element tree? I want to hide an entire div if it somewhere contains an element with a certain class. pls help
How do I pass an array to an element? $this->element('myelement',array('myvar'=>array('a','b','c'), 'var2'=>'xyz')) in the element $myvar seems to be null where as $var2 is set.
Is it possible to serialize a form based on the id of each element? I have a function that serializes by name, but when I change the syntax to this.id, the functions fails.