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?
Announcement
Collapse
No announcement yet.
Add quick search to site front end
Collapse
X
-
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
Comment