What I want to do is to create a form where at the first field (Country I choose a country from the list and then at the second field City I choose a city that depends on the chosen Country. For example, if I choose Italy, then at the field City my list will have only Rome or Venice to choose (as I put it in the test file).
Reading several posts, I found that this can be done by modifying the attributes of the list boxes but there are errors that I cannot surpass.
I attach a test file of what I am trying to do. Could anyone please help me find the error or give me another solution to the problem?