Title: Reset button on search form
Last modified: November 6, 2018

---

# Reset button on search form

 *  [rysan](https://wordpress.org/support/users/rysan/)
 * (@rysan)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/reset-button-on-search-form/)
 * I saw this post and wonder if this feature was ever developed,
    [https://geomywp.com/forums/topic/feature-request-reset-button-on-search-form/](https://geomywp.com/forums/topic/feature-request-reset-button-on-search-form/)
   Would be great to have reset button on search form. Thank you.

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

 *  [shaunhearnden](https://wordpress.org/support/users/shaunhearnden/)
 * (@shaunhearnden)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/reset-button-on-search-form/#post-11438318)
 * Hey Rysan,
 * I dont know if you ever found a temporary alternative.
 * Here is mine.
 * I added a button into the form which when clicked performed this code.
 * <script>
    $(document).ready(function(){
 *  $(‘button’).click(function(e) {
 *  $(“.gmw-full-address”).val(”);
    $(“.gmw-taxonomy-checkbox”).prop(“checked”, 
   false); $(“#gmw-submit-1”).click(); }); }); </script>
 * It unclicks all the checkboxes and then re-searches.
 * 🙂
    -  This reply was modified 7 years, 4 months ago by [shaunhearnden](https://wordpress.org/support/users/shaunhearnden/).
 *  [jrjr29](https://wordpress.org/support/users/jrjr29/)
 * (@jrjr29)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/reset-button-on-search-form/#post-11700282)
 * [@shaunhearnden](https://wordpress.org/support/users/shaunhearnden/), Hey Bro
   thanks for the script. but where in the form did you add the button? I’m not 
   an expert at coding.
 *  thanks in advance.

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

The topic ‘Reset button on search form’ is closed to new replies.

 * ![](https://ps.w.org/geo-my-wp/assets/icon-256x256.gif?rev=2803407)
 * [GEO my WP](https://wordpress.org/plugins/geo-my-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/geo-my-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/geo-my-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/geo-my-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/geo-my-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/geo-my-wp/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [jrjr29](https://wordpress.org/support/users/jrjr29/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/reset-button-on-search-form/#post-11700282)
 * Status: not resolved