Insert code in file javasrcript of theme:
document.addEventListener( 'wpcf7mailsent', function( event ) {
if ( event.detail.contactFormId == 39 ) {
location = 'https://innocom.vn/';
}
}, false );
id of form = 39
localtion will redriect.
Insert code in file javasrcript of theme:
document.addEventListener( 'wpcf7mailsent', function( event ) {
if ( event.detail.contactFormId == 39 ) {
location = 'https://innocom.vn/';
}
}, false );
id of form = 39
localtion will redriect.