Announcement

Collapse
No announcement yet.

Add quick search to site front end

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Add quick search to site front end

    Just wondering if it was possible to have the quick search box on the front pages of our web site, eg outside of the actinic bits?

    #2
    Copy and paste the code from an Actinic generated page
    Owner of a broken heart

    Comment


      #3
      If the page you are linking from is outside the 'acatalog' folder (and is not the brochure home page) then you need to add the following hidden form field within the <form> tags for the search box...

      <input type="hidden" name="ACTINIC_REFERRER" value="http://your.URL/acatalog">

      replace your.URL/acatalog with the address of your acatalog folder.

      Comment


        #4
        thanks guys, great help

        Comment

        Working...
        X