Guest User

Untitled

a guest
Jul 12th, 2022
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. document.addEventListener( 'wpcf7mailsent', function( event ) {
  2.  
  3. if ( 15833 == event.detail.contactFormId ){
  4. jQuery('body').append('<a id="cf7fd-attachment-link158333" href="https://gasesgrit.com/wp-content/uploads/2022/03/GRIT-Catalogo-Web-Gas-to-Liquid-GTL-espanol.pdf" download="GRIT Catálogo Gas to Liquid (GTL) Español"></a>');
  5. jQuery('#cf7fd-attachment-link158333')[0].click();
  6.  
  7. setTimeout(function(){
  8. jQuery('#cf7fd-attachment-link158333').remove();
  9. },2000);
  10. }
  11.  
  12.  
  13. }, false );
Advertisement
Add Comment
Please, Sign In to add comment