Page 1 of 1

Fix: Pressing "enter" when doing Search in Company Directory (Internet Explorer)

Posted: Thu Sep 02, 2010 5:21 pm
by inyerface
There was an issue with Company Directory Search funciton in Internet Explorer (IE).  When I hit "enter" the form returned only a blank page.  All you have to do is add the following line somewhere in the form:

Code: Select all

<input type="hidden" name="{$actionid}cd_submit" value="{$mod->Lang('submit')}" />
I hope this helps you