Conditional logic/filter/search bar on sign up page

Hi everyone,

I’m new to Adalo :slight_smile:

At the moment on my signup screen I have two questions which are dropdown menu’s:

  1. What State do you live in?
  2. What city/town do you live in?

Question 1) has 8 entries in the database, while question 2) has 15.3K entries and is loading very, very slowly so I need to figure out a way to make this a better experience. I’m assuming I’ll need to perhaps break down the database into smaller chunks to speed things up? If not, does anyone have any suggestions as to how I can do?

In addition, is there a way I can (a) link these two questions, and (b) do some kind of filter or conditional logic so that if someone chooses their State as NSW for example, that only the city/town entries from that State will be selectable in question 2)?

Also is there a way I could have a search bar in question 2) so that a user can start to type in their city/town to make it easier to select rather than scrolling through the dropdown?

Thanks so much in advance
Nikoletta

1 Like

Hi Nikoletta, welcome to Adalo! Yes, that is pretty much what you need to do.

The town database should include state in a different field.

Also have the town dropdown sometimes visible > only visible when state dropdown > is not > empty.

So once they input the state, the town box appears.

Next, have a filter on the town dropdown, current town > state = state dropdown

1 Like
1 Like

@theadaloguy awesome stuff Nathan. That explained a lot - and the YouTube video was great too.

On that note, is there a way I could have a search bar in question 2) so that a user can start to type in their city/town to make it easier to select rather than scrolling through the dropdown?

Here you go :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.