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
>
> 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
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
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
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
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
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);
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