How to Add a Search Button to the Group Search Form?
- 
		I can’t figure out how to add a button to the group filter function. Would anyone be so kind to help me out here? It is the basic BuddyPress function (I just added some label work): <form action="<?php echo $action ?>" id="group-search-form" method="post">
 
 <label class="hidden" for="<?php echo $name ?>" (...)
 <input type="search" name="<?php echo $name ?>" (...)
 
 <!--<input ?? />-->
 
 <?php wp_nonce_field( 'group-filter-box', '_wpnonce_group_filter' ) ?>
 </form>Thanks for helping me out here! 
- The topic ‘How to Add a Search Button to the Group Search Form?’ is closed to new replies.