• Hi

    I installed WP 2.0 for a client and have it running fine. However, I’ve found that the search form cannot be selected and filled when using Safari (2.0.3). No problems in Firefox, just Safari. I suspect it might be the theme I modified not being 100% ready for 2.0. I’m reasonably new to WordPress, so I might be off base entirely. Can you please help?

    Here’s the form code from the theme’s index.php page…

    *******

    <form id=”searchform” method=”get” action=”<?php echo $PHP_SELF; ?>”>
    <input type=”text” name=”s” id=”s” size=”17″ class=”navi-search” /> <input type=”submit” name=”submit” value=”<?php _e(‘Search’); ?>” class=”search-button” />
    </form>

    ********

    Thanks for any help you can offer.

    Shayne

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Search Form Can’t Be Selected In Safari’ is closed to new replies.