Viewing 3 replies - 1 through 3 (of 3 total)
  • Did you ever find a solution here? I am getting same message regardless of variables used or whether or not the categories are populated.

    Thanks in advance for any direction you might be able to provide.

    Seems like this plugin no longer works and is not being supported. Too bad as was a very useful plugin.

    I’m able to search with mine as long as its like one word. If I use multiple words, it says nothing is found. I think I may have found a solution to the error message to change it to another message.

    In the javascript.php file, look for this string of code:
    mysack.onError = function() { alert('An error occured while submitting. Please reload the page and try again.') };

    It’s the second one down. Just change the text between the ‘ ‘ to whatever you want. For example:

    mysack.onError = function() { alert('Click OK to continue to search results.') };

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: FAQ Builder] Error Message Upon Using Search’ is closed to new replies.