Contact form 7 redriect to another page After Submissions

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.

Leave a Reply

Your email address will not be published. Required fields are marked *