• Resolved solis98

    (@solis98)


    Hello, how can I create a “select” or “Dropdown” that is specifically for the cities of my country and their districts, without the need to do it manually. That is, the user first chooses the city they are from and the districts automatically appear based on their response.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support wayes001

    (@wayes001)

    When the user fills up the form, the process is automated, but the setup needs to be done manually.

    To automate the form-filling process, follow these steps:

    1. Dropdown Fields: Begin by incorporating two dropdown fields—one for selecting States and the other for Districts. Ensure that you predefine the values for these fields.
    2. Predefined District Values: Leverage the Bit Form dropdown feature, enabling the creation of multiple lists under a single dropdown. Create distinct lists for each state, containing the corresponding Districts. For instance, if you have ten states, generate ten lists under the dropdown, each comprising the Districts of the respective state.
      Check the doc: https://bitapps.pro/docs/bit-form/form-fields/drop-down-field/#23-lists–options
    3. Apply Conditional Logic: Implement conditional logic to dynamically display the list of Districts based on the selected state.
    • Access the respective form > Settings > Conditional Logic > Add a new condition.
    • Set the conditions as follows:
      • Action Run When: Record Create/Edit
      • Action Effect: On Form Input
      • Action Behavior: Condition
      • Create conditions for each state, e.g., if the selected state is “New Work,” show the “New Work” City List. Repeat this process for other states, adjusting the conditions accordingly.
    1. Testing the Setup: Verify the functionality by testing the setup. Confirm that, upon selecting a state, only the relevant districts or cities appear in the dropdown list.

    Should you have any inquiries, feel free to reach out for further clarification. For additional guidance, refer to Bit Form’s documentation.


    Plugin Support wayes001

    (@wayes001)

    Thread Starter solis98

    (@solis98)

    Thanks for the video, it’s what I want to do. But isn’t there a way to simplify it or make it easier? I am from Peru, Peru has “Departamenos”, the departments have “Provinces” and the Provinces have “Districts”. There would be 24 departments, 196 provinces and 1845 districts. Can you imagine entering that data manually? Is there no way to make it a default option to make these types of forms for any country?

    Plugin Support wayes001

    (@wayes001)

    At present, the available method with Bit Form is as previously mentioned. Unfortunately, there is currently no automated option for this.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Form City, State, etc…’ is closed to new replies.