News Feed
Jobs Feed
Sections




News Archive
FinalConcept.com.au:
Symfony Unbound sfForm Unexpected extra form field named
June 29, 2010 @ 11:13:21

In a recent post to the FinalConcept blog there's a helpful hint for Symfony developers looking to be rid of a pesky "unexpected form field" error that might pop up - finxing it with a validator.

In this use case we have an exiting model that describes an Article. We want to be able edit the Article and have the option to send and email to an address defined in a text box. However we don't want the email field to be bound to the form and we dont want to add the email address to the Article.

The trick is to add a validator to the form's definition (like a normal field) but to include a "sfValidatorPass" into the validatorSchema and it'll skip right over it. You can find out more about Symfony forms on the Symfony project website.

0 comments voice your opinion now!
symfony form error unbound sfform


blog comments powered by Disqus

Similar Posts

Mike Davies' Blog: PHP Frameworks: comparing CakePHP and symfony

Martin Sikora's Blog: Symfony 1.4 on shared webhosting

Nexen.net: Error Messages in PHP (a Search)

Errumm.co.uk: My first experience in building a FaceBook Application in PHP

SitePoint PHP Blog: PHP to the Rescue!


Community Events









Don't see your event here?
Let us know!


development functional podcast zendframework2 language code release unittest example framework opinion interview community api tool introduction event testing composer object

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework