How do I pass a serialized object in a hidden field on a form.
Right now I have an object serialized and put in post. But when I send it to the next page it does not seem to be unserializing properly. I say this because I am trying to use the object to fill in the fields, through the value attribute, on the second page.
Any help would be greatly appreciated.