Forum Replies Created

Viewing 1 replies (of 1 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 7 years, 4 months ago by shaunhearnden.
Viewing 1 replies (of 1 total)