I am building a real estate website http://www.tampatogulfhomes.com using IDX Broker Plugin. I want to display a custom message if no results found when searched using Advanced Search Widget. For Example: Lagomar | Access Realty (http://tampatogulfhomes.com/homes-sale-hillsborough-county-tampa-mls-real-estate-listings/apollo-beach-homes-sale/lagomar/), return no result and wat to display a message to the user. Please can someone tell how can I implement this.
How to display a custom message for no results found in an Advanced widget search, IDX Broker?
167 Views Asked by Himani At
1
There are 1 best solutions below
Related Questions in IDX
- DataFrame column values in specific format
- Docker in google idx ide
- ASP.NET integration with WYSIWYG web interface?
- Convert MNIST data from numpy arrays to original ubyte data
- CREA DDF search engine
- PHRETS Error Message: Missing operator in lookup subquery
- TREB IDX (MLS) integration with Property Real Estate Listings in PHP
- IDX directory for splunk
- I want count of saved search in idx api
- Is it possible to integrate MLS and IDX with ASP.NET MVC 5 website?
- wordpress - want to connect my ABOR(Austin Board of Realtors)website to RETS Matrix
- MLS / IDX Data in the form of XML
- Can I export my real estate listings via my own custom IDX?
- Redirect Old IDX home listing pages to Search Page
- Safari - Notice: Trying to get property of non-object... post-template.php on line 656
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You can use javascript to write to the DOM when the element id "IDX-noResultsMessage" is present. This ID only appears when there are no properties returned in a search results page.
There are online tutorials at the IDX Broker developers site
Here is a bit of sample code: