Viewing 2 replies - 1 through 2 (of 2 total)
  • 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 5 years, 11 months ago by shaunhearnden.

    @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.