I would like to request support for dependent fields in the Form Builder, specifically for Country and State/Province.
Currently, there is no way to dynamically update the State/Province options based on the selected Country. This is a very common requirement for address forms, especially in eCommerce.
A typical use case:
-
User selects Country (e.g., United States or Canada)
-
State/Province dropdown updates automatically (e.g., US states or Canadian provinces)
-
For other countries, a simple text input can be used instead
At the moment, this requires complex workarounds (multiple fields, conditional logic, or custom JavaScript), which are not reliable—especially when forms are embedded via iframe.
Having built-in support for:
-
Dependent dropdown fields
-
Predefined country and state/province lists
would greatly improve usability and reduce setup time.
Thank you!