Forum OpenACS Q&A: Re: Automatic list generation

Collapse
Posted by kousalya S on
I am trying to bring grid and list view in one page using ad_form where i can add fields for list in dynfield.

For example :

id :
Budget :
No of passangers: ( if the input is 3)

I should get 3 three rows of below grid where my input of
"No of passangers" is 3.

Name | Type | Age | ticket nr | status |
---------------------------------------

1)

2)

3)

Where i will have one submit button.

Two tables will be involved

Table 1 : Columns (id , Budget ,no of passangers)

Table 2 : Columns ( internal id( generated for each row), Name , type, age, ticker nr, status , id( id of table1),

I should be able to add fields of this form in dynfield
( For list view or grid view), so we want to use ad_form.

------------------------------------------------------------Please reply us asap. Thank you for your great support.