簡介:Contact form 7 是wordpress系統中常見的表單外掛
以下code 放置內<
script
>
document.addEventListener( 'wpcf7mailsent', function( event ) {
location = 'http://example.com/';
}, false );
</
script
>
the other way 另一方法 addition settings
on_sent_ok: "location.replace('h t t p://yourthankspages_url;"