I would like to now if it s possible to modify the : no result text located in : Result Options / Results behavior and put a link or an email if there is no result.
the goal is to give the customer the option to send an email directly or send a request true a contact page.
While that field was not designed for HTML code, you can actually place HTML code there, but the quotation marks before the link have to be escaped, like so:
Yes, exactly. It is a sample only, and it will display a clickable link leading to site.com with a text of Link text!.
All you need to do is change the https://site.com to the contact page URL and the Link text! to whatever you want it to. For example if you want to link to google.com, and the link to display Hello World it would look like this:
Dang, maybe this one (one space between the link and the opening end tag):
I quickly tested on two separate servers, it seems to be working, let’s hope it works for you as well.
The only other option is to edit the template files, but will get into that if this fails as well.