Clear form values using jQuery code Posted by Avinash Konanki 0 $(document).ready(function(){ $(“#submit2”).click(function(){ $(“.form-contact”).trigger(‘reset’); }); }); Share this:TwitterFacebookWhatsAppSkypeLike this:Like Loading... Related