Page 1 of 1

Two dropdown button and search button to display results.

Posted: Sun Sep 27, 2015 1:31 am
by Gurinder Mann

Hi I am trying to create a search feature where users select two separate inputs from the drop down buttons and then click the search button to display the results in a "list" screen. I am not sure how to proceed with this. Please help me.

Example:

{Select State} Present in DB

{Select City} Present in DB

{Search Button}

{Show Relate Info in a list}


Two dropdown button and search button to display results.

Posted: Sun Sep 27, 2015 8:55 pm
by Illya Stepanov

Hello -

We advise to start from our tutorials here:

:: https://devcenter.appery.io/tutorials...
:: https://devcenter.appery.io/tutorials...


Two dropdown button and search button to display results.

Posted: Sun Sep 27, 2015 10:36 pm
by Gurinder Mann

These have input component and not the two drop down components that I wish to use for my search. I have a database that would display results based on what user selects from the two drop downs and clicking the search button. The results then would be displayed on the list component. Image


Two dropdown button and search button to display results.

Posted: Mon Sep 28, 2015 12:14 pm
by Gurinder Mann

Hi I have used this js for my "before sens": return '{"state":"'+value+'"}'; But when I try to map my city too the same where clause it doesn't work... Do I have to create second where clause??? Please help


Two dropdown button and search button to display results.

Posted: Wed Sep 30, 2015 1:07 pm
by Serhii Kulibaba