juvenal

Captura Form e-mail para Google Tag Manager

Jan 29th, 2024
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JavaScript 0.12 KB | Software | 0 0
  1. function () {
  2.   var a = document.querySelector('input#form-field-email').value;  //substituir o seletor
  3.   return a;
  4. }
  5.  
Add Comment
Please, Sign In to add comment