Hi, It will be great if someone can show me howto or point me some resource how to do this.
having a date field on transaction_detail table: dob on TransactionDetailForm is define as: 'dob' = new sfWidgetFormDate() on template page when i use <?php echo $form['dob']; ?> it will generate with name and id transaction_detail[dob], i would like to change the fields name to guest[dob], i have try with <?php echo $form['dob']->render(array('name' => 'guest')); ?> but it still remain same as transaction_detail. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en