Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.22 KB

File metadata and controls

24 lines (16 loc) · 1.22 KB

Contao Austrian Administrative Areas

Contao extension to provide a form field for Austrian administrative areas.

Austrian districts

Provides a select field for all Austrian districts from the the following source: https://www.statistik.at/verzeichnis/reglisten/polbezirke.csv

Austrian municipalities

Provides a select field for all Austrian municipalities from the following source: https://www.statistik.at/verzeichnis/reglisten/gemliste_nam.csv

You will also have the option to choose whether to save the name of the municipality, its ID or its postal code. And you will also have the option to choose which values the select actually shows to the user:

  • Name
  • Name (ID)
  • Name (postal code)
  • ID
  • ID (name)
  • Postal code
  • Postal code (name)