コード
document.addEventListener('wpcf7mailsent', function (event) { console.log(event); });
結果(eventの内容)
var event = { isTrusted: false, bubbles: true, cancelBubble: false, cancelable: false, composed: false, currentTarget: null, defaultPrevented: false, detail: { apiResponse: { into: "#wpcf7-f2672-p3770-o1", message: "申込み確認メールをお送りしました。見つからない場合は迷惑メールフォルダをご確認ください。もし届いていない場合はメールアドレスが誤っている可能性があるので、このページを再読み込みして、再度ご登録ください。", posted_data_hash: "84ce004c8ee7083117a988f2b3aedd66", status: "mail_sent" }, contactFormId: 2672, contactFormLocale: "ja", containerPostId: 3770, inputs: [ 0: { name: 'input1name', value: 'value1' }, 1: { name: 'select1name', value: 'value2' }, ], pluginVersion: "5.4.1", status: "mail_sent", unitTag: "wpcf7-f2672-p3770-o1", timestamp : 13531 } };