Title: How to remove Submit button
Last modified: August 30, 2016

---

# How to remove Submit button

 *  Resolved [Entertainicus](https://wordpress.org/support/users/entertainicus/)
 * (@entertainicus)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/remove-submit-button-1/)
 * Hi, thanks for this great plug-in.
 * entertainicus.de is my site.
 * For design reason I would like to remove the submit button below the search field
   and instead have it just so when people press enter it searches, without displaying
   an extra button to it.
 * If it is not possible to remove it I would like it to be much smaller and just
   have an icon instead of text in it and placed right next to the search form instead
   of below it.
 * Also it would be great if there was text in the background of the search bar 
   which disappaers when clicked saying “Suche” (Search in German).
 * Basically I want it to look like the standard search widget.
 * Thank you.
 * [https://wordpress.org/plugins/bop-search-box-item-type-for-nav-menus/](https://wordpress.org/plugins/bop-search-box-item-type-for-nav-menus/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [Entertainicus](https://wordpress.org/support/users/entertainicus/)
 * (@entertainicus)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/remove-submit-button-1/#post-6377114)
 * Figured it out.
 * Resolved
 *  Plugin Author [joe_bopper](https://wordpress.org/support/users/joe_bopper/)
 * (@joe_bopper)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/remove-submit-button-1/#post-6377167)
 * Hi Entertainicus,
 * Thanks for getting in touch. From looking at your site, I assume that you’ve 
   resolved your issues using the `get_nav_search_box_form`.
 * However, this has made me have a look through my code and notice a few bits of
   poor code for translation purposes, which I will now sort out. Thanks for, if
   somewhat inadvertently, bringing it to my attention.
 * Cheers,
    Joe
 *  [TelB](https://wordpress.org/support/users/telb/)
 * (@telb)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/remove-submit-button-1/#post-6377453)
 * Goodness! Sorry to be a bit negative guys, but how unhelpful can people be?
    
   Entertainicus, I am pleased that you solved your problem, I really am! Howvever,
   since you asked it in a forum, how about telling the rest of us how you solved
   your problem please? At least, you had the goodwill and say that you solved your
   problem. However, I am having exactly this same problem and would have really
   appreciated knowing how to solve it.
 * Joe_Bopper, fantastic plugin! Thank you!
    Also though, your reply does not help
   with this problem that much.
 * Any chance of a little more details please chaps?
    Regards TelB
 *  [TelB](https://wordpress.org/support/users/telb/)
 * (@telb)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/remove-submit-button-1/#post-6377454)
 * Ah Yes, I see now!
    Sorry I missed the advice in the FAQ about being able to 
   remove the submit button through adding the follwoing to the theme’s functions.
   php file (found in appearence/editor).
 * _______
 * function myslug_show_search_submit( $bool, $item, $depth, $args ){
    $bool = false;
   return $bool; } add_filter( ‘bop_nav_search_show_submit_button’, ‘myslug_nav_search_form’,
   10, 4 );
 * ______
 * Cheers
    TelB

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘How to remove Submit button’ is closed to new replies.

 * ![](https://ps.w.org/bop-search-box-item-type-for-nav-menus/assets/icon-128x128.
   png?rev=1067133)
 * [Bop Search Box Item Type For Nav Menus](https://wordpress.org/plugins/bop-search-box-item-type-for-nav-menus/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bop-search-box-item-type-for-nav-menus/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bop-search-box-item-type-for-nav-menus/)
 * [Active Topics](https://wordpress.org/support/plugin/bop-search-box-item-type-for-nav-menus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bop-search-box-item-type-for-nav-menus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bop-search-box-item-type-for-nav-menus/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [TelB](https://wordpress.org/support/users/telb/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/remove-submit-button-1/#post-6377454)
 * Status: resolved