Drop-down lists are a Form Field Control type that allows users to select an item from a list of options. This list of options can be a static list or can change dynamically. By connecting the drop-down list to a database query, the list of options can update based on other responses on the form or the context of the user viewing the form.
By the end of this course, you will be able to:
- Add a drop-down list to a form template
- Differentiate the three options that can be used to populate a drop-down list
- Create a static drop-down list in the form designer
- Create a drop-down list using a centralized static list in drop-down list admin
- Create a query driven drop-down list
- Recognize data lookups
- Recall the concept of cascading drop-down lists
- Introduction
- Drop-down Lists
- Drop-down List Admin
- Query Driven Drop-down Lists
- Review