I have a question but let me contextualize it.
I want a form where Q1 ask for a country on earth (195) and Q2 ask for a city in this country (1000+).
The issue is that after Q1 is answered, I want to make a call to GET all cities in this country and populate Q2 this way.
The api call would not be made on gravity forms but on another tool, like Xano.
Does Gravity Forms offers the possibility to capture unfinished form responses?
If yes, can I dynamically populate a dropdown or else with the call response?
I could do it with logic, but the mapping would be too long.