I'm a web2py newbie and I'm programming my first app. The app is based on a database table with many fields. To help user enter data in the table I want to prepare 3 forms to add table rows: every form will be used in a different frequent use pattern.
The behaviour I would like to achieve is the following: 1) When the user accesses a form some of the fields should contain hint values. The hints should be generated when the form is displayed (no fixed value). 2) When the user chooses an answer to a given question using a drop-down list, other form fields should be filled with a hint. In 1) and 2) I wrote "hint" because I want the user to be able to assign any other value to the field. Is it possible to achieve this behaviour? If yes, what should I use? Thanks Carlo -- 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.

