[html-formfu] HTML::FormFu::MultiForm and Repeatable items

2010-02-15 Thread Colin Bradford
Hello, I'm trying to use MultiForm and a Repeatable element together, and I'm hitting a problem. I can't call repeat() on the Repeatable element to set the repeat count, because the form to be rendered gets created in the render() call in HTML::FormFu::MultiForm. Has anyone used

Re: [html-formfu] MultiForm current_form_number is 1 for form 1 and 2

2010-01-05 Thread Nick Spacek
> > current_form_number() is from the point of view of $form->process() - > not $form->render(). > Alright, I understand! :) Thanks for the explanation. As a suggestion however, since FormFu knows what form it's rendering it might also be useful for designers to have an easy way to get at that i

Re: [html-formfu] MultiForm current_form_number is 1 for form 1 and 2

2010-01-05 Thread Carl Franks
2010/1/4 Nick Spacek : > Hi folks, > I have a three step form where the current_form_number doesn't seem to be > working correctly. I found another message from back in April about a > similar problem, not sure if it's related. > The form proceeds through the steps alright. I can submit the first s

[html-formfu] MultiForm current_form_number is 1 for form 1 and 2

2010-01-04 Thread Nick Spacek
Hi folks, I have a three step form where the current_form_number doesn't seem to be working correctly. I found another message from back in April about a similar problem, not sure if it's related. The form proceeds through the steps alright. I can submit the first step, the second step, etc. The

Re: [html-formfu] MultiForm and fill_formfu_values

2009-04-09 Thread Josef Chladek
Am 09.04.2009 um 10:46 schrieb Carl Franks: Hi, One potential problem I've just noticed is - are there any common fields names between the 2 forms that would cause the 2nd form to think it's already been submitted? A hint - set 'indicator' on both forms - but don't set it to 'submit' if both f

Re: [html-formfu] MultiForm and fill_formfu_values

2009-04-09 Thread Carl Franks
Hi, One potential problem I've just noticed is - are there any common fields names between the 2 forms that would cause the 2nd form to think it's already been submitted? A hint - set 'indicator' on both forms - but don't set it to 'submit' if both forms have a button named 'submit'. If this is t

[html-formfu] MultiForm and fill_formfu_values

2009-04-08 Thread Josef Chladek
hello, I've a problem with MultiForms, the "first" form shows the data from db, the "second" form won't - am I doing something wrong? the controller code: sub show : Local : MultiFormConfig('auth/show.yml') { my ( $self, $c ) = @_; $c->detach('login') if (!$c->user_exists);

[html-formfu] MultiForm

2008-09-12 Thread Daniel Nicoletti
Hi, i was asking on irc and zamolxes told me about multiform on formfu, i downloaded then the svn code put it in myapp but i think it does not work the way i would like it to work reading Carl's email¹ i would need to have a form.conf or .yml file that have both forms. This is ok depending on the w