• Since a few days the searchform is broken, when using Firefox. People can’t enter any word (s) to search, in IE it works fine.

    Anyone any idea what could cause this?
    I’m using the following code to call the form (and nothing has changed in the last 20 months): <?php include (TEMPLATEPATH . ‘/searchform.php’); ?>

    see: https://www.denhelderactueel.nl (searchbox is in right upper corner).

Viewing 3 replies - 1 through 3 (of 3 total)
  • the code calling to your search form is fine….. The issue would more than likely be in the actual searchform.php file in your theme…whats that look like?

    Thread Starter ronaldb73

    (@ronaldb73)

    This is the code inside searchform.php:

    <form method=”get” id=”searchform” action=”<?php bloginfo(‘url’); ?>/”>
    <div>
    <input type=”text” value=”Vul zoekterm(en) in…” onfocus=”if(this.value==this.defaultValue)this.value=”;” onblur=”if(this.value==”)this.value=this.defaultValue;” name=”s” id=”s” class=”searchfield” />
    </div>
    </form>

    Thread Starter ronaldb73

    (@ronaldb73)

    Found the solution. Somehow the new plugin Blog Protector made it impossible to fill in any forms, including the comments. I’ve deactivated the plugin and everything’s working again.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Searchform not working in Firefox’ is closed to new replies.