Import json file

Hi,

How do I properly import a json file to the form builder?

I want to use this json file to populate several fields with all locations in the Philippines: GitHub - xemasiv/psgc2: 🇵🇭 Official Philippine Standard Geographic Code (PSGC). For example, Region, Province, Municipality/City and Barangay. So users can just choose their location from a drop down.

Any help will be appreciated. Thanks.

Welcome to the community, @techremote.opc! I am afraid that the formbuilder does not support importing JSON files. You could either use the XLSForm to upload the cascading select you have or convert your JSON file to the CSV/XLS format (using some free online converter you get these days abundantly) and then use it as needed.