How to create autocomplete tag field with options pulled from multiple structure fields on another page?

Multiple structure combined into one: Difficulty merging structures into a collection

Route: https://getkirby.com/docs/guide/routing
Custom page method: https://getkirby.com/docs/reference/plugins/extensions/page-methods
So:

  1. Create a route with a pattern of your choice.
  2. Either create a page method that returns the combined structure field, or create a route that return the json you need, I think the page method is probably easier.
1 Like