Hello,
I have a form that has a dropdown field and a multi select dropdown field. The dropdown field - fieldname: "Compliance Deliverable" has values like:
- Tax Return
- Annual Income
- Budgets
- Corporation Tax etc.
I want for example, when a user selects Tax Return from the first dropdown field, the multi select field - fieldname: "Reporting Agencies" - the relevant reporting agencies are auto selected. Some of the entries in the Reporting Agencies field are:
- Ministry of Finance
- Board of Inland Revenue
- National Insurance Board
- Integrity Commission
So as a basic example, if someone selects Tax Return, then Ministry of Finance and Board of Inland Revenue will auto select themselves. If they select Budgets, then Ministry of Finance and National Insurance Board and Board of Inland Revenue is auto selected. There are quite a few compliance deliverables, so once I understand how to implement two or three etc., I should be able to add to the respective formula to implement for all. Any guidance on how this can be achieved will be appreciated.