Viewing 1 replies (of 1 total)
  • Plugin Author WPTrashPanda

    (@jprescher)

    Add this code in a separate file or in your header.

    <script>
    $("#invite").submit(function () {
       $(this).reset();
    }
    </script>

    It’s a good suggestion and I will include it in a future update!

Viewing 1 replies (of 1 total)
  • The topic ‘Reset the form’ is closed to new replies.