2017-07-17 28 views

回答

0
<script> 
document.addEventListener('wpcf7mailsent' , function(event) { 
    jQuery('#button-id').text('sent'); 
}, false); 
</script> 

試試這個。

+0

不幸的是它沒有工作:( –