Allow the user to select an item after being filter down via category and sub-category
{ "id": "b1311ae0-6bb7-11e9-a923-1681be663d3e", "type": "freshdeskDependentField", "name": "country_state_suburb", "label": "Country", "hint": "Please select a Country before selecting a State.", "subCategoryLabel": "State", "subCategoryHint": "Please select a State before selecting a Suburb.", "itemLabel": "Suburb", "itemHint": "Please select a Suburb.", "defaultValue": { "category": "Australia", "subCategory": "NSW", "item": "Sydney" }, "required": true, "readOnly": false}
{ "submission": { "[element.name]": { "category": "Australia", "subCategory": "NSW", "item": "Sydney" } }}
Allow the user to select an item after being filter down via category and sub-category
Example
Example Submission Data