Ajax Driven Dropdown Lists for ProcessWire made easy

Include/Exclude: Templates, Pages, Fields

There are 6 settings here. Before using them, please carefully read the Usage Notes displayed right above them. The settings can be used in combination with each other except when they are of the same type. By type we mean 'Templates', 'Pages' or 'Fields'. These settings should be applied to specific/named columns/dropdowns. They should be on separate lines for each desired dropdown and their first value should be the name of the dropdown. You can use comma-separated values or a range of IDs OR both. For instance:

continent,1,2,5-10
country,1,2,3,5-10,12,4,21-36

The 6 settings here are:

  1. Included Templates: Use this to include pages that use the specified template IDs in the results. 
  2. Excluded Templates: Exclude pages that use the specified template IDs.
  3. Included Pages: Include pages with the specified IDs.
  4. Excluded Pages: Exclude pages with the following IDs.
  5. Included Fields: Include fields with the specified IDs.
  6. Excluded Fields: Exclude fields with the following IDs.

When used in combination with each other, the additional effects are:

  1. Included Templates+Included Pages: Limit results to pages that use the specified templates but also include pages with the specified IDs even though they use a different template.
  2. Included Templates+Excluded Pages: Limit results to pages that use the specified templates but also exclude pages with the specified IDs even though they use the specified included templates.
  3. Excluded Templates+Included Pages: Limit results to pages that DO NOT use the specified templates but include pages with the specified IDs even though they use the specified excluded templates.
  4. Excluded Templates+Excluded Pages: Limit results to pages that DO NOT use the specified templates as well as exclude pages with the specified IDs even though they DO NOT use the specified excluded templates.
     

For more in-depth information on expected results when these filters are used in combination, please see the Usage Notes.