Hi Michael,
Sorry, not yet. Working on it.
Hi Michael,
Sorry, not yet. Working on it.
Hi Michael,
You use extra spaces for component selection. For example, for bedroomSelect replace:preApperyio("bedroomSelect ").val();/preWith:preApperyio("bedroomSelect").val();/pre
sorry to ask Evgene, any idea whats wrong here, I need to demo this search friday
Hello Michael,
You have wrong selectors in code:
codeУ вас неверно указаны селекторы в коде:
var locationSelect = Apperyio("locationSelect").val();
var bedroomSelect = Apperyio("bedroomSelect").val();
var priceSelect = Apperyio("priceSelect").val();
var professionSelect = Apperyio("professionSelect").val();/code
That is why on your screenshot all values are undefined, you don't have elements with these names.
You should have townselectmenu instead of locationSelect, mobileselectmenu_220 instead of bedroomSelect, etc Please check UI builder and correct all wrong values
Michael,
You have "FileDB_NEW_query_service" which maps on favgrid. Your collapsible block is situated in this grid. But this grid won't display until FileDB_NEW_query_service is not running. This means collapsible block wont displey neither. Analyze the order of service calls, or take out the collapsible beyond grid
Michael,
Most likely you do not have the appropriate record in the database. Delete content of parameter where and click "Test", so you will see all the records from the database.