We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 8960
    • 150 Posts
    Quote from: The at Mar 22, 2007, 11:08 PM

    Quick fix for me was to put FlexSearchForm on the landing page. Not ideal, but it seems to work perfectly in a pinch.

    FINALLY!!! I get to quit banging my head against the wall. This worked perfectly. Didn’t even need to add any parameters to the FlexSearchForm call. Here’s a link to download the FSF Snippet.
      • 16879
      • 87 Posts
      I gave up and went back to 0.9.5 where it all works perfectly...
      • I’m getting the same problem now myself on a new site, 0.9.6; and the landing page has to be called with the snippet cached on an uncached landing page or no results are displayed, then the results show, but the template’s form doesn’t show.

        Template call:
        [!AjaxSearch? &ajaxSearch=`0` &AS_showResults=`0` &AS_showForm=`1` &AS_landing=`12`  &extract=`1` !]

        Landing page call:
        [[AjaxSearch? &ajaxSearch=`0` &AS_showResults=`1`&AS_showForm=`0`]]

          Studying MODX in the desert - http://sottwell.com
          Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
          Join the Slack Community - http://modx.org
          • 26964
          • 8 Posts
          Quote from: sottwell at May 02, 2007, 06:23 PM

          I’m getting the same problem now myself on a new site, 0.9.6; and the landing page has to be called with the snippet cached on an uncached landing page or no results are displayed, then the results show, but the template’s form doesn’t show.

          Template call:
          [!AjaxSearch? &ajaxSearch=`0` &AS_showResults=`0` &AS_showForm=`1` &AS_landing=`12`  &extract=`1` !]

          Landing page call:
          [[AjaxSearch? &ajaxSearch=`0` &AS_showResults=`1`&AS_showForm=`0`]]



          that fixed it on my sitewhere my form is inside of a flash header smiley