We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 2198
    • 7 Posts
    When I using a landing page for the search results, I get the desired results under the search form where I placed it in my template file, and also in landing page. How can I remove results under search field.

    search: [!AjaxSearch? &ajaxSearch=`0` &landingPage=`293`!]
    results: [!AjaxSearch? &ajaxSearch=`0` &showInputForm=`0`!]

    I have tried everything. Please help.

    The problem is on right side.
      • 5811
      • 1,717 Posts

      add &showResults=`0` in the AjaxSearch snippet call of your search page (or template)

      search: [!AjaxSearch? &ajaxSearch=`0` &showResults=`0`&landingPage=`293`!]
      results: [!AjaxSearch? &ajaxSearch=`0` &showInputForm=`0`!]
        • 2198
        • 7 Posts
        thank you very much it works laugh