Forum Moderators: coopster

Message Too Old, No Replies

Creating custom form with QuickForm

display entered values on the form directly

         

kapalselam

6:01 am on Jul 7, 2005 (gmt 0)

10+ Year Member



Hi people,

I want to create a custom form, in which user can input items more than one time, everytime time they click Add, those items will be displayed directly on the same page. They can input as many items as they want.

And later if possible they can click on the items which they have entered to edit.

Can anyone tell me where to find any tutorials/ examples to create this kind of form. It seems that QuickForm tutorials / examples are rare....

I tried to use

$data = $this->controller->exportValue('page1','name');
$this->addElement('static','','',$data);

but it only display the one item (the latest item entered).....

Any help/hints would be really appreciated....

Thanks

KapalSalam

maxi million

6:54 am on Jul 7, 2005 (gmt 0)

10+ Year Member



you might want to try these sites if you havent done so:

[pookey.co.uk...]
[sklar.com...]
[devarticles.com...]

hopefully these will help...unless the links r removed