jQuery(function ($) { $( document ).ready(function() { $(".et_pb_contact_submit").on("click", function(){ event.preventDefault(); alert("Contact Button clicked"); }); }); });

Pin It on Pinterest