change cf7 submit btn from an input to a <button> code example
Example: wp7 forms on submit buttton clicked
[submit id:submit_url_btn "Submit"]
jQuery("#submit_url_btn").click(function(e) {
alert('if you have alredy submitted the form. Then it will be replaced');
});