5

I would like to create a form that contains dropdown fields. After entering text or selecting an option in one dropdown I would like to populate the options in another.

Is there a best practice for doing so specifically with web2py?

carrier
  • 32,209
  • 23
  • 76
  • 99

1 Answers1

6

Check out this lazy options widget (with usage example) as well as these recipes:

Anthony
  • 25,466
  • 3
  • 28
  • 57