In this module, users can create, edit, and delete the options displayed in the Country dropdown. This dropdown is found in the New Site form.
- Add: This button allows users to add a new country option, revealing the following input fields:
- Active: This checkbox determines whether the country is displayed as an option in the Country dropdown.
- When selected, the option is marked as active and will appear in the dropdown; when unselected, it will be hidden from view.
- Country: This is a text field that allows users to input the name of the country option. It is a mandatory field.
- Region: This is a single-select dropdown field that retrieves the list of predefined regions. It allows users to select only one value at a time from the dropdown.
- Active: This checkbox determines whether the country is displayed as an option in the Country dropdown.
- Discard Changes: This button allows users to discard their changes.
- Save Changes: This button allows users to save their changes.
- Delete (
): This button allows users to delete a country option.
Post your comment on this topic.