widgetSchema['profile_id'] = new sfWidgetFormInputHidden(); if($this->getOption('profile')) { $this->setDefault('profile_id', $this->getOption('profile')->getId()); } } }