Re: [symfony-users] doSave on a standalone sfForm

2010-08-19 Thread Gustavo Adrian
I would create a custom form class that extends from sfForm (sfFormCRM for example) and put there all the saving logic of the form. Then it would be a nice idea to have a BaseFormCRM that inherits from your sfFormCRM to have a place to put common application logic between your CRM forms without tou

[symfony-users] doSave on a standalone sfForm

2010-08-19 Thread bretth
Hi, I have made a custom form which extends sfForm. The responses from the form are to be stored in a third party CRM database via a web service; they have no connection to the local database or an object in schema.yml. I need to send those values through when the form is saved and valid; but sin