I use a single composite decorator for many of my forms. I find it much easier to work with since most forms for a given project are similar. I'm simply trying to add a Zend_Form_Element_Hash field to a "Contact Us" form on one of my websites.

I've built up the form and everything works fine with the standard decorators. As soon as I implement my custom decorator, when I submit the form, I get the error "No token was provided to match against" and I can't seem to find the difference between the standard decorators and my custom composite decorator.

Would anyone know why this is happening or could you point me in the right direction?

Thanks.

Reply via email to