[html-formfu] Catalyst::Controller::HTML::FormFu embedding label field in span tag

2011-10-18 Thread abhishek jain
Hi, Is there a way i can add each individual form fields within an tag. i am talking about some configuration in the yaml config file for Catalyst::Controller::HTML::FormFu ALso i will like to wrap up just the label field with tag Pl. reply , i need help urgently -- Thanks and kind Regards,

Re: [html-formfu] Catalyst::Controller::HTML::FormFu embedding label field in span tag

2011-10-18 Thread Carl Franks
On 18 October 2011 09:37, abhishek jain wrote: > > Hi, > Is thereĀ  a way i can add each individual form fields within an tag. > i am talking about some configuration in the yaml config file for > Catalyst::Controller::HTML::FormFu Hi, If you just want to change the DIV tag around each field to

[html-formfu] How to prefill form from Session

2011-10-18 Thread abhishek jain
hi, Another newbie ques from me, i tried searching on google first but couldnt find a sol. How to prefill form from session, iam doing multi step form and i need a way to persist values via session till last step. Also how to prefill from database, Pl advice, -- Thanks and kind Regards, Abhishek

Re: [html-formfu] How to prefill form from Session

2011-10-18 Thread Carl Franks
On 18 October 2011 11:30, abhishek jain wrote: > hi, > Another newbie ques from me, i tried searching on google first but couldnt > find a sol. > > How to prefill form from session, iam doing multi step form and i need a way > to persist values via session till last step. Hi, You'll need HTML::Fo

Re: [html-formfu] How to prefill form from Session

2011-10-18 Thread abhishek jain
On Tue, Oct 18, 2011 at 4:10 PM, Carl Franks wrote: > On 18 October 2011 11:30, abhishek jain > wrote: > > How to prefill form from session, iam doing multi step form and i need a > way > > to persist values via session till last step. > > Also how to prefill from database, > > For integration w

Re: [html-formfu] How to prefill form from Session

2011-10-18 Thread Carl Franks
On 18 October 2011 11:46, abhishek jain wrote: > > > On Tue, Oct 18, 2011 at 4:10 PM, Carl Franks wrote: >> >> On 18 October 2011 11:30, abhishek jain >> wrote: >> > How to prefill form from session, iam doing multi step form and i need a >> > way >> > to persist values via session till last ste