Re: [symfony-users] Re: passing values as query string to a form

2010-05-17 Thread Arun Raj R
Thank you Tom . I done it and pasted in my blog : http://www.techaspirant.com/how-to-set-values-input-field-in-symfony-1-4-generated-forms/ On Mon, May 17, 2010 at 7:54 PM, Tom Ptacnik wrote: > You can create your own route for this form (with customer id), then > read the id from the url > > >

[symfony-users] Re: passing values as query string to a form

2010-05-17 Thread Tom Ptacnik
You can create your own route for this form (with customer id), then read the id from the url On 16 kvÄ›, 18:20, TechieMe wrote: > basically i have two modules > > Customers and logs, > > This is basically CRM tool. it used to record how many times we > contacted the customer > > This is my schem