Welcome Guest, Not a member yet? Register   Sign In
Form Generation Lib - Multiple Forms?
#1

[eluser]antonumia[/eluser]
hi all,
i'm trying to display different forms (inside separate modules) using form gen lib but my second form includes everything from the first form as well.

They have different names/ids.

Is this possible?

tks,

anton
#2

[eluser]macigniter[/eluser]
you have to use this in between your forms:

Code:
$this->form->clear();
#3

[eluser]antonumia[/eluser]
I get Call to undefined method Form::clear()

Ah, it's because i am using 0.2.0 - updated to 1.0 and everything is fine.

tks

anton




Theme © iAndrew 2016 - Forum software by © MyBB