For instance, if I had a country field and a state field and I wanted the state field to be prefiltered by the value of the country field. In order to do this I would use remote calls and a request string like '/states/?country=<value of first field>&q=.
Is something like this possible?

