Develop > Tailoring Best Practice Guide > Form tailoring > Changing the options available based on prior user input

Changing the options available based on prior user input

Forms Designer offers two methods for you to change what options are available based on prior user input.

  • Use DVD select statements to change what options appear on a form
  • Use recursive fills to change what records the user can select as options

You can determine which of these two methods to use by how you want to change the list of available options.

If you want to change what options are visible on form, then use one or more DVD select statements. See DVD select statements.

If you want to change the list of records that a user can choose from, then use one or more recursive fills. See Recursive fills.