On Thursday, June 9, 2016 at 2:26:32 PM UTC-7, desta wrote: > > Something like this: > > [details elided]
A profile type of page, eh? Perhaps Ron C has some ideas. I would be tempted to use separate forms for each section and use ajax calls to transmit the data to the server. I would pick certain items to be in the primary table (such as the personal details), and have separate tables for the things with multiple entries (like the books), with a reference field back to the primary table. You'd need to write some javascript for things like making the bike form visible instead of the car form, and you may want also to write some javascript to submit the different forms, either as a result of clicking one OK button or by detecting when focus has changed. That's just off the top of my head, and I'm less of a user-experience guy than some of the denizens of this group. /dps -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

