This topic is locked

Multi-page Forms

10/10/2009 4:54:42 AM
PHPRunner General questions
P
piobote author

Dear all,
I have a table with more than 50 columns. I would like to divide the forms into several pages with Previous and Next buttons. When clicking on previous button, the datas previously records must not changed, therefor I can make changes.
Please help
Thanks

J
Jane 10/12/2009

Hi,
you can create custom views for this table on the Datasource tables tab and set up different set of fields for these views on the Choose fields tab.

Then add links between these views on the Visual Editor tab.

P
piobote author 10/13/2009

Thanks Jane,
How can I keep data previously entered when i moved back (Previous button) to the first page?



Hi,
you can create custom views for this table on the Datasource tables tab and set up different set of fields for these views on the Choose fields tab.

Then add links between these views on the Visual Editor tab.

J
Jane 10/13/2009

Hi,
you need to save all entered values in the database and then open another page.