@ Eric P above
You have the right idea with the code change with your above code commenting out that section except you added in extra “commenting out” characters. When i removed the extra set and commented out the entire section of code it worked like a champ.
So the edit looks like:
/* jQuery(document).ready(function() {
try {
jQuery('div.wpcf7 > form').ajaxForm({
beforeSubmit: wpcf7BeforeSubmit,
dataType: 'json',
success: wpcf7ProcessJson
});
} catch (e) {
}
try {
jQuery('div.wpcf7 > form').each(function(i, n) {
wpcf7ToggleSubmit(jQuery(n));
});
} catch (e) {
}
}); */